What this product does
FT DesignSpec turns a brand artifact (PDF brand guide, PowerPoint deck, Figma file, or — as a last resort — a website URL) into a structured DESIGN.md document with sections for tokens, components, and implementation guidance.
Local setup
- Install dependencies:
npm install
- Create local environment values:
cp .env.example .env.local
- Add your Gemini API key:
GOOGLE_API_KEY=your_key_here
- Start development:
npm run dev
Generate your first run
- Open
/. - Pick a source type. Sources are ordered by signal strength: PDF, PowerPoint, Figma, then Website URL.
- Upload the file (or enter the Figma/URL details).
- Click Run generator.
- Review output in Preview, Raw, Visual, or Site tabs.
Save behavior
- Every run is saved to history.
- A run can be Public or Private before generating.
- Private runs still contribute to total run counters.
Next steps
- Read
Sourcesdocs for extraction behavior per input type. - Read
Featuresdocs for private runs, exports, and trending. - Read
Authoringdocs to customize and expand generated output quality.