Docs
BUILD WITH IT. TAKE IT WITH YOU.
Public schemas, self-host paths, MCP endpoints. No email gate. No "sign up to read the docs."
MCP + SKILL.md
In progressSurface C — how HitCreate plugs into Claude, ChatGPT, Gemini via MCP servers and SKILL.md packages. The ecosystem path.
Primitive: forms-to-email
LivePostgres trigger + Node worker + SMTP-agnostic. Schema, env presets, self-host paths.
Primitive: brand-guardian
Scaffoldedbrand.json schema. Voice + visual checker. Vale + LanguageTool + on-device LLM.
Primitive: hitcreate-review
LiveVoice-first feedback widget. Operator-translator workflow.
Self-host guides
LiveThree paths: Hosted, Hybrid, Full self-host. Docker compose + schemas + migration support.
Brand-spec JSON schema
PublicThe brand.json portable format. Display, body, accent, voice rules, surface declarations.
API reference
In progressREST + MCP endpoints. Webhook shapes. Auth flows.
Change log
LivePrimitive releases, schema versions, breaking changes.
brand.json
The brand format.
Portable brand identity. One JSON file enforces type, colour, voice, and surface across every HitCreate primitive. Exportable to Figma tokens, Tailwind config, CSS variables.
{
"$schema": "https://hitcreate.io/schemas/brand.v1.json",
"name": "Tee Off Sim Hire",
"tagline": "Mates, beers, full swings — without leaving Brisbane.",
"colors": {
"primary": "#f59e0b",
"ink": "#0a0e0c",
"paper": "#faf9f7"
},
"typography": {
"display": "Bebas Neue",
"body": "DM Sans"
},
"voice": {
"register": "casual, direct, Aussie-vernacular",
"banned": ["leverage", "unlock", "elevate", "synergy"],
"preferred_signoff": "Cheers,"
},
"surfaces": ["web", "sms", "email", "ig"]
} Full schema: hitcreate.io/schemas/brand.v1.json (live soon)
Building on top?
Get the MCP endpoint, the brand-spec schema, the primitive Docker composes. Free, no signup.
See MCP docsTakes 60 seconds. No card, no catch.