Prerequisites
- Create an account and sign in.
- Have a clear idea to start (1–2 sentences is enough).
Sample Prompts
- “An e‑commerce storefront with product grid and checkout.”
- “A SaaS admin dashboard with subscriptions and analytics.”
- “A marketing landing page with hero, features, and pricing.”
End‑to‑End Flywheel
Idea/Needs ──► Generate Code ──► Run/Deploy ──► Payments/Auth ──► Analytics/Growth
▲ │
└────────────────── D1V.ai end‑to‑end loop ──────────┘Ten Steps
- Sign up and visit the homepage.
- Enter your idea as a prompt and click Generate.
- Confirm the suggested project name and description.
- Arrive in Chat; your prompt is auto‑filled and sent.
- Iterate on UI/API in Chat; review code changes.
- Preview in the dev environment; test auth/payments.
- Connect integrations and set required secrets.
- Redeploy preview; validate the critical flows.
- Merge dev → main to deploy to production.
- Share the production link; monitor analytics and iterate.
Verify & Deploy
- Preview URL: a dedicated
‑devdomain with isolated data. - Production: merge to main; a clean domain without the
‑devsuffix. - Rollbacks: revert commits; re‑deploy through the same pipeline.
Common Pitfalls
- Prompts too short: include the role, target users, and 2–3 core flows.
- Skipping validation: run through end‑to‑end flows in dev before production.
- Secrets missing: configure auth/payments keys prior to production deploy.
Next Steps
- Keep describing incremental changes in Chat.
- Connect required integrations (Auth/Payments/Analytics).
- Merge to main and share the link for feedback.
- Review profits and analytics in d1v.ai; feed insights back into Create.