Privacy
How this MVP handles your data.
This product is intentionally simple. It generates proposal drafts from the information you enter and can optionally hand requests to configured AI and payment providers.
What you submit
When you use the generator, you may provide names, project summaries, budgets, timelines, deliverables, and other proposal details. Treat the form like a drafting tool and avoid entering secrets or regulated personal data unless you are comfortable sharing it with the operator and any configured AI provider.
AI processing
If OPENAI_API_KEY is configured by the deployment operator, proposal inputs may be sent to OpenAI to generate richer copy. If no AI key is configured or the AI request fails, the app falls back to an in-app deterministic generator instead.
Payments
Purchases are handled by Stripe when the deployment operator enables live checkout. Card details are processed by Stripe, not stored by this app. Webhook logs should be limited to operational metadata such as session ID, product, and customer email when present.
Storage
This MVP still does not include user accounts or server-side proposal history. The generator now autosaves your current brief locally in your own browser so a refresh does not wipe the draft, but that local data stays on this device unless the deployment operator adds backend storage later.
Contact
Privacy contact details are not configured for this deployment yet. The operator can add them by setting NEXT_PUBLIC_SUPPORT_EMAIL.