# One-Prompt SaaS Example Use this in an empty repo or a simple starter app. ```text Build the first usable version of a tiny SaaS called FeedbackDesk. Target user: Solo founders who need to track product feedback and decide what to improve next. First screen: A working dashboard, not a landing page. Core workflow: 1. User sees product feedback channels: issues, PRs, docs, releases, support email. 2. User can add an experiment with title, channel, hypothesis, status, and result. 3. User can filter experiments by status. 4. User sees a simple "next best action" panel based on experiments without results. Constraints: - Use the existing stack if this repo has one. - If the repo is empty, use a boring modern web stack with local state first. - Include realistic sample data. - Include loading, empty, and error states where relevant. - Make the UI polished and responsive. - Add focused tests or a smoke check. - Run the app locally and tell me the URL. Work mode: Start in Plan Mode. Propose the smallest shippable version and wait for approval before editing. ```