BrandparserInvite Only
Schemas

Things

Factual identity: what the brand is, does, and for whom.

Properties

namestring

Exact brand/product name as it appears on the website

Example: "Brandparser"

descriptionstring

One sentence: what it is and what it does

Example: "Brandparser is an AI-powered platform that extracts brand guidelines from any public website."

purposestring

Primary use case or problem it solves

capabilitiesstring[]

3–8 main features or capabilities

categorystring

Business category (e.g., "SaaS platform", "design agency")

Example
example.json
{
  "name": "Brandparser",
  "description": "Brandparser is an AI-powered platform that extracts brand guidelines from any public website.",
  "purpose": "string",
  "capabilities": [
    "string"
  ],
  "category": "string"
}