schema.org.ai

trello

Visual collaboration tool using boards, lists, and cards.

Extends: Technology

Trello

Visual collaboration tool using boards, lists, and cards.

Overview

Category: Productivity software

Visual collaboration tool using boards, lists, and cards.

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: 'Trello',
  category: 'Productivity software',
  description: 'Visual collaboration tool using boards, lists, and cards.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Trello",
  "applicationCategory": "Productivity software",
  "description": "Visual collaboration tool using boards, lists, and cards."
}