Before you start
- Scriptonia is running locally and accessible in your browser.
- Database and AI services are configured and responding.
- At least one payment method is enabled for testing (crypto or card).
Step 1 — Idea (/)
- Open the home page.
- Enter an idea, for example:
- “A beginner-friendly crypto wallet with simple send and receive.”
- “A landing page for a developer tool with pricing, documentation, and waitlist.”
- Submit the idea.
- Initial analysis
- Feature suggestions
- Clarifying questions
Step 2 — Intent (/intent)
- Answer the clarifying questions:
- Target users
- Core features vs optional features
- Platform preference
- Submit your answers.
- Refined title
- Description
- Feature list
- Target audience
- Technical notes
Step 3 — Platform (/platform)
- Review available platform options:
- Website
- Web Application
- Mobile Application
- Each option displays:
- Suggested tech stack
- Cost estimate
- Timeline
- Select one platform to continue.
Step 4 — Payment (/payment)
- Choose one available payment method.
- Complete the checkout flow.
- On successful confirmation, the workflow proceeds automatically.
Step 5 — Execution (/execution)
The system runs a coordinated execution process involving multiple specialized agents:
- Product planning
- UX structure
- Frontend specifications
- Backend specifications
- Infrastructure guidance
- Documentation
Step 6 — Completion (/completion)
- Review the generated summary
- Download the project package, which includes:
- Project overview
- Product requirements
- Planning documents
- Technical specifications
- Infrastructure notes
- Optionally connect a version-control provider to create a repository and upload the files.
Understanding the Workflow
The workflow is linear and session-based.- A single session ties together:
- Idea
- Intent
- Platform
- Payment
- Execution
- Completion
- Stages must be completed in order
- Each step feeds structured context into the next
Workflow Stages
| Stage | Purpose | Your input | System output |
|---|---|---|---|
| Idea | Scope and clarify idea | Natural-language description | Analysis and clarifying questions |
| Intent | Lock requirements | Answers to questions | Refined scope and feature list |
| Platform | Choose target platform | Platform selection | Platform details and estimates |
| Payment | Confirm transaction | Checkout completion | Payment confirmation |
| Execution | Generate project blueprint | — | Specs, plans, and documentation |
| Completion | Review and export | Optional repo connection | Downloadable project package |
Agents in Execution
- Product Planner
- UX Designer
- Frontend Specialist
- Backend Specialist
- Infrastructure Specialist
- Technical Writer
What to Expect
Outputs
A downloadable project package containing:README.md— Project overview and setup- Product and planning documents
- Frontend and backend specifications
- Prompt-based generation guides
- Infrastructure and deployment notes
Example package (Website)
ProjectName/├── README.md
├── docs/
│ ├── PRD.md
│ ├── PLAN.md
│ └── CONTENT.md
├── frontend/
│ ├── structure.md
│ └── prompts/
│ └── generate_site.txt
├── backend/
│ └── architecture.md
├── infra/
│ └── hosting.md
└── meta/
└── repository_config.yaml
Timing
- Idea / Intent / Platform — Seconds per step
- Execution — Typically under a few minutes
- Download — Available immediately after completion
Example end-to-end
| Stage | Example |
|---|---|
| Idea | “A task management app for small remote teams.” |
| Intent | “Teams of 5–20; core features only; web-first.” |
| Platform | Web Application |
| Payment | Complete checkout |
| Execution | Automated generation |
| Completion | Download package or create repository |
Tips for Success
Idea
- Be specific but scoped
- Mention 1–2 core features
- Avoid vague or overly broad ideas
Intent
- Answer all questions clearly
- Separate core vs optional features
- State platform preference if known
Platform
- Website — Marketing and content-focused
- Web Application — SaaS, dashboards, tools
- Mobile App — Native or store-distributed apps
When something goes wrong
| Issue | Check |
|---|---|
| Workflow not advancing | Service configuration and network status |
| Missing platform | Intent step completed successfully |
| Payment not confirming | Checkout setup and callbacks |
| Execution stalled | Execution service and logs |
| Download unavailable | Session state and generation status |