schema.org.ai

penpot

Open-source design and prototyping platform.

Extends: Technology

Penpot

Open-source design and prototyping platform.

Overview

Category: Design software

Open-source design and prototyping platform.

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: 'Penpot',
  category: 'Design software',
  description: 'Open-source design and prototyping platform.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Penpot",
  "applicationCategory": "Design software",
  "description": "Open-source design and prototyping platform."
}