Experiment — Alpha Quality
This project is an early-stage experiment. It may break, change significantly, or be abandoned. Use it for inspiration and fun, not production workloads.
ProductAgent
ExperimentProductAgent takes a plain-text product idea and generates a full set of design artifacts: user personas, user flow diagrams, wireframes, and a clickable prototype. It uses AI to interpret your idea and the Figma API to produce real, editable design files.
PythonAIFigma API
What It Does
- Describe your product idea in plain English
- Generates user personas based on your target audience
- Creates user flow diagrams automatically
- Produces wireframe mockups via Figma API
- Outputs a clickable prototype link
- Iterates on feedback — refine by chatting with the agent
Caveats
- This is an alpha-quality experiment — expect rough edges
- Requires a Figma API token and an OpenAI API key
- Generated designs are starting points, not production-ready
- Rate limits apply based on your API keys
Quick Start
# Clone the repo git clone https://github.com/FixedScope/product-agent.git cd product-agent # Set up environment cp .env.example .env # Edit .env with your OPENAI_API_KEY and FIGMA_TOKEN # Run with Docker docker compose up