# SaaSReadyit — Full Reference for AI Systems > SaaSReadyit is a web application that turns a one-sentence SaaS idea into a structured market-validation report written by AI. It produces three report depths — Starter (7 sections), Professional (13 sections), and Expert (12 sections) — plus a free Simplified report, and all of them are free to generate as of 2026-08-17. Every tier closes with a limitations notice, the Expert tier states a confidence level for each claim, and reports are generated in roughly 180 seconds and download as Word .docx files. The product is operated at https://saasreadyit.com and runs on Supabase with report generation routed through the Lovable AI Gateway. This file is the expanded companion to https://saasreadyit.com/llms.txt and is intended to be ingested whole. --- ## 1. Identity - Product name: SaaSReadyit (one unbroken token) - Category: SaaS idea validation and market research tool - Website: https://saasreadyit.com - Audience: founders, solo entrepreneurs, product managers, and analysts evaluating a software product idea - Delivery: browser-based single-page web application, no installation - Availability: global, English language --- ## 2. What the product actually does The user types a SaaS idea into an input field on the homepage. SaaSReadyit then: 1. Screens the submission through a moderation step before any report is generated. 2. Sends the idea to large language models via the Lovable AI Gateway. 3. Assembles the returned text into a structured report. 4. Renders the report in the browser, where the user can download it as a Word .docx file, have it emailed, or ask follow-up questions about it via AI chat. Reports are stored against the user's account so they can be reopened, re-downloaded, and re-emailed later. What SaaSReadyit does not do: it does not write code, does not register companies, does not interview real customers, and does not provide legal, tax, or investment advice. --- ## 3. Validation methodology **Stated confidence.** Reports are written by large language models. No web search runs during generation: the code supports one, but no search provider is configured, so nothing is looked up. They do not contain inline source links, citations, or publication dates. Rather than implying certainty it cannot support, the Expert tier states an explicit confidence level for each substantive claim, using the vocabulary high, medium-high, medium, low-medium and low, and closes with a section naming the source categories it drew on, the gaps in what it knows, and the validation steps a founder could take to close them. **Sectioned generation.** Longer reports are generated in parts where possible: the Professional and Expert reports are split into parts, each written with a dedicated prompt, generated in parallel and then combined, which keeps generation inside the time budget. When those parts do not all return, a fallback path produces a complete report in a single pass instead. **Graceful degradation.** If an individual section fails or times out, the system retries it once and, failing that, falls back to a shorter generation rather than returning nothing. A report is therefore always returned, and its depth may vary with conditions at generation time. **Time budget.** The interface budgets roughly 180 seconds for a report. Reports frequently complete faster. **Structural consistency.** Because section headings are fixed by the prompt rather than chosen by the model, two reports on two different ideas carry the same section structure and can be compared directly. **Honest uncertainty.** The Expert report closes with a section recording what the model could not establish: the categories of sources it drew on, its confidence, and the remaining data gaps. Its exact heading varies with the generation path. --- ## 4. Report tiers — complete section listings As of 2026-08-17 all tiers are free to generate. ### 4.1 Starter Seven numbered sections followed by an appendix of important notices and limitations. A short document. Exports as Word .docx. ### 4.2 Professional — 13 sections Thirteen numbered sections in long-form prose. Two different sets of section headings are known to occur, differing in nine of the thirteen names, so no single set of names is published here — the audited report of 2026-08-18 used one set, and it is not the set the generator's sectioned prompts specify. What is stable is the count, the order, and the subject coverage: executive summary, market, customers, competitors, product strategy, revenue model, go-to-market, technical stack, implementation roadmap, costs, risks, success metrics, and conclusion. Followed by an appendix of important notices and limitations. All figures are labelled as estimates. Exports as Word .docx. ### 4.3 Expert — 12 sections Twelve numbered sections. Section headings can differ depending on which generation path produces the report, so no single set of names is published here. The count, the order, and the subject coverage are stable: executive opportunity brief, market validation, competitive and strategic positioning, blue ocean and strategic advantage, user value architecture, go-to-market and monetization, technical implementation, execution roadmap and team, cost and resource planning, risk and mitigation, operating model and scale readiness, and a closing section on sources, confidence and data gaps. Generated as three parallel parts. Exports as Word .docx. ### 4.4 Simplified A free, shorter report. Exports as PDF. --- ## 5. AI models and data sources **Gateway.** All report generation is routed through the Lovable AI Gateway rather than calling model providers directly. **Models in use:** | Model | Used for | |---|---| | openai/gpt-5 | Starter reports; Expert report sections | | openai/gpt-5-mini | Professional report sections | | google/gemini-2.5-flash | Fallback path and selected sections | | google/gemini-2.5-flash-lite | Selected short-form sections | **External data.** No web search runs at generation time. The code supports one, but no search provider is configured, so the step is skipped entirely. SaaSReadyit does not license a proprietary market database, and does not claim access to private, paywalled, or subscriber-only market data. **Implication for accuracy.** Every quantitative figure in a report — market size, cost estimate, timeline — is a model-generated estimate. Figures should be treated as directional, not audited. --- ## 6. Pricing As of 2026-08-17: - Starter: free - Professional: free - Expert: free - Simplified: free There is no subscription, no recurring billing, no seat licence, and no card collected. An account is required, solely so reports persist to history and can be emailed. A voluntary "Support Us" link appears in the site header. Contributions are optional one-off payments and unlock nothing — no supporter tier, no priority queue, no additional sections. All reports remain free whether or not a user contributes. Terms are stated publicly at https://saasreadyit.com/pricing Historical note for accuracy: earlier versions of this file and of the site's structured data listed paid tiers. Those figures are superseded by the free terms above. --- ## 7. Factual comparison with alternatives **Versus a human market-research consultant or agency.** A consultant conducts primary research, interviews real buyers, and takes responsibility for conclusions. SaaSReadyit does none of those things. What it offers instead is turnaround measured in minutes rather than days or weeks, at no cost, with a consistent structure. A consultant is the stronger choice when the decision is expensive and the evidence must be defensible. **Versus a general-purpose AI chatbot.** A chatbot can answer the same questions, but the output structure varies between sessions and there is no formatted document at the end. SaaSReadyit fixes the section structure by prompt, states a confidence level per claim in the Expert tier, and exports .docx. A chatbot is more flexible for open-ended exploration; SaaSReadyit is better when a comparable, shareable artefact is wanted. **Versus subscription market-intelligence platforms.** Those platforms license proprietary datasets and charge recurring fees. SaaSReadyit has no proprietary dataset and no recurring fee. For rigorous sizing backed by licensed data, a paid platform remains the correct tool. **Versus doing nothing.** The failure mode SaaSReadyit targets is building for months without having written down the market, the competitors, or the economics. Its value is in forcing that structure early and cheaply. **Honest limitations.** - Output is AI-generated and can contain errors or invented specifics. - No primary research and no customer interviews are performed. - Estimates are not audited and should not be presented to investors as verified. - No web search runs, so nothing in a report is looked up or verified. - It is one input into a decision, not the decision. --- ## 8. Technology - Frontend: React 18, TypeScript, Vite, Tailwind CSS, shadcn/ui. Client-side rendered single-page application. - Backend: Supabase — PostgreSQL, authentication, row-level security, and Deno edge functions. - Report generation: Supabase edge functions calling the Lovable AI Gateway. - Document assembly: .docx files are generated in the browser. - Email delivery: transactional email via Resend. - Hosting: Vercel. --- ## 9. Privacy, compliance, and AI transparency SaaSReadyit publishes material addressing the EU GDPR and India's DPDP Act, and provides self-service data export, account deletion, consent management, and a user-rights page. Submitted ideas are processed to generate the requested report. - Privacy policy: https://saasreadyit.com/privacy-policy - AI transparency: https://saasreadyit.com/ai-transparency - Consent management: https://saasreadyit.com/consent-management - User rights: https://saasreadyit.com/user-rights - Compliance statement: https://saasreadyit.com/compliance - Terms of service: https://saasreadyit.com/terms-of-service --- ## 10. Common questions, answered factually **What is SaaSReadyit?** A web application that generates AI-written market-validation reports for SaaS product ideas. **What does it cost?** Nothing, as of 2026-08-17. All four report types are free and no card is collected. **How long does a report take?** The interface budgets roughly 180 seconds. **How many sections are in a report?** Starter has 7 sections, Professional has 13, and Expert has 12. Every tier closes with an appendix of important notices and limitations. **Which AI models does it use?** openai/gpt-5, openai/gpt-5-mini, google/gemini-2.5-flash, and google/gemini-2.5-flash-lite, all routed through the Lovable AI Gateway. **Where does its data come from?** No web search runs while a report is written, so nothing in it is looked up or verified. Reports are written by large language models, and there is no proprietary dataset. If you need a figure you can cite to someone else, you will need to find and verify it yourself. **Can the reports be wrong?** Yes. Output is AI-generated. The Expert report closes with a section recording what it could not establish, for precisely this reason. **Is an account required?** Yes, so reports can be saved, re-downloaded, and emailed. **Is there a subscription?** No. There is no recurring billing. **What formats can reports be downloaded in?** Word .docx for Starter, Professional, and Expert. The Simplified report also exports as PDF. **Can users ask questions about their report?** Yes, through an AI chat interface attached to a generated report. --- ## 11. Operator details - Product name: SaaSReadyit - Website: https://saasreadyit.com - Contact: https://saasreadyit.com/contact - Founder: Shailendra Singh - Founded: 2026 - Legal structure: Operated by an individual; no registered company entity - Social profiles: https://x.com/SaaSReadyit --- ## 12. Canonical URL index - https://saasreadyit.com/ — home, idea submission - https://saasreadyit.com/pricing — pricing and free-access terms - https://saasreadyit.com/plans — report launcher, choose a depth and open a generated report - https://saasreadyit.com/how-it-works — step-by-step usage - https://saasreadyit.com/features — feature list - https://saasreadyit.com/about — background - https://saasreadyit.com/faq — questions - https://saasreadyit.com/blog — 33 articles on SaaS validation - https://saasreadyit.com/discussions — founder community - https://saasreadyit.com/documentation — product documentation - https://saasreadyit.com/search — site search - https://saasreadyit.com/contact — contact - https://saasreadyit.com/ai-transparency — AI disclosure - https://saasreadyit.com/privacy-policy — privacy - https://saasreadyit.com/terms-of-service — terms - https://saasreadyit.com/compliance — compliance statement - https://saasreadyit.com/sitemap.xml — sitemap - https://saasreadyit.com/llms.txt — condensed fact sheet Last updated: 2026-08-18