All docs
Backend Production Path
How to move from the local-first demo to durable production lead handling.
Default behavior
QuoteForge Local intentionally works without paid services or API keys. Demo leads and branding are local-first so a buyer can inspect the product immediately.
Recommended production upgrade
- Add a server action or API route for quote submissions.
- Persist leads in a buyer-owned database such as Supabase, Postgres, Airtable, or a CRM webhook.
- Send notifications through a buyer-owned email provider such as Resend, Postmark, or SMTP.
- Keep browser/local demo storage available as a fallback for demos and staging.
Implementation boundary
The package includes integration scaffolding and documentation, but production accounts, credentials, client privacy requirements, and account-specific CRM workflows remain buyer-owned setup work.