schema.org.ai

bubble

No-code platform for building web applications.

Extends: Technology

Bubble

No-code platform for building web applications.

Overview

Category: Development software

No-code platform for building web applications.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Bubble',
  category: 'Development software',
  description: 'No-code platform for building web applications.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Bubble",
  "applicationCategory": "Development software",
  "description": "No-code platform for building web applications."
}