schema.org.ai

appsmith

Open-source low-code platform for building internal tools.

Extends: Technology

Appsmith

Open-source low-code platform for building internal tools.

Overview

Category: Development software

Open-source low-code platform for building internal tools.

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: 'Appsmith',
  category: 'Development software',
  description: 'Open-source low-code platform for building internal tools.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Appsmith",
  "applicationCategory": "Development software",
  "description": "Open-source low-code platform for building internal tools."
}