Documentation Index
Fetch the complete documentation index at: https://docs.specode.ai/llms.txt
Use this file to discover all available pages before exploring further.
How Specode Builds Your App
Specode uses three specialized AI agents that guide you through planning, design, and implementation. You approve each stage before moving to the next — no black-box builds.Describe Your Idea
Start with a simple, plain-English description of what you want to build. You don’t need a detailed spec — just describe the problem you’re solving and who it’s for.Example:The Planning Agent takes it from here — it asks clarifying questions (like a good PM would), then produces a scoped roadmap with priorities, user flows, and a clear first build.
Review the Roadmap
The Planning Agent presents a roadmap scoped to an MVP — typically 3-5 screens for the first build. Review it, suggest changes, and approve when you’re happy.You’re in control: Nothing moves forward until you approve. Ask questions, adjust scope, or change priorities before any code gets written.
Review the Design
Once the roadmap is approved, the Design Agent shapes how your app looks and feels. It asks about your brand preferences — colors, mood, apps you admire — and produces a design system.If you uploaded reference images earlier, the Design Agent pulls direction from them: color palettes, typography, layout density, and more.Review the design brief and approve it before building begins.
Get Your First Build
The Implementation Agent writes your app based on the approved roadmap and design. A working build with 3-5 screens is typically ready in about 10 minutes.Your app comes with:
- Working authentication with example login credentials for each role — so you can immediately test as a patient, provider, or admin
- HIPAA-ready infrastructure under the hood
- A live preview you can interact with right away
Pro Tip: Save major visual changes (branding, color overhauls) for after the core functionality is working. It’s easier to iterate on features without worrying about maintaining custom styling.
Building Advanced Features
Once your foundation is in place, you can layer on more complex functionality through conversation:Start with the Core Feature
Describe what you want at a high level. Let the AI ask clarifying questions.Example:
Refine the Details
Add specifics as the AI builds. You don’t need everything upfront — work iteratively.Example:
Add Integrations
For features that need external services, tell the AI what you want and it will guide you through setup.Example:The AI tells you exactly which credentials to get. Add them to Project Settings → Integrations, then confirm and the AI handles the rest.
Important: Complex features rarely work perfectly on the first try. Build incrementally, test each step, and refine based on what you observe.