schema.org.ai

craft

Beautiful docs and notes for Mac, iOS, and web.

Extends: Technology

Craft

Beautiful docs and notes for Mac, iOS, and web.

Overview

Category: Productivity software

Beautiful docs and notes for Mac, iOS, and web.

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: 'Craft',
  category: 'Productivity software',
  description: 'Beautiful docs and notes for Mac, iOS, and web.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Craft",
  "applicationCategory": "Productivity software",
  "description": "Beautiful docs and notes for Mac, iOS, and web."
}