Releases: JesusGTech/ProposalWriterAI
Release list
ProposalWriterAI v1.1.0
ProposalWriterAI
ProposalWriterAI is a full-stack SaaS app that turns a short form into a polished,
client-ready business proposal using Claude AI. Upload your company docs, fill in the
client details, and get a structured proposal you can edit, learn from, and export to a
branded PDF — all grounded in your own services, pricing, and past wins.
✨ What's new in this release
Generation
- Live streaming output — proposals now stream in token-by-token over Server-Sent
Events, so you watch Claude write in real time instead of waiting on a spinner. - Learn from your wins (and losses) — mark any proposal Won, Lost, or
Pending. Winners are fed back into future proposals as examples to mirror; losers
as patterns to avoid. The generate screen shows when winning context is in play. - Edit, regenerate & copy — tweak a generated proposal in place, regenerate it from
the same inputs, or copy it to the clipboard.
Billing & limits
- Server-enforced free tier with an in-app usage indicator, plus a wired-up
Stripe Checkout upgrade-to-Pro flow.
🎨 Complete visual redesign
- Brand-new neo-editorial design system: warm cream canvas, a playful multi-color
palette, chunky offset shadows, rounded pill controls, and a typographic wordmark. - Highlighter headline, pop-in entrance animations on load, scroll reveals, and
hover micro-interactions — with fullprefers-reduced-motionsupport.
📝 Docs
- README updated with the new features, endpoints, generation flow, and setup steps.
ProposalWriterAI v1.0.0
ProposalWriterAI
ProposalWriterAI is a full-stack SaaS app for generating client-ready business proposals with Claude AI. Users can sign up, upload company knowledge documents, generate proposals from a short form, review prior proposals, and export proposals as formatted PDFs. (For more information, the ReadMe is available)
Live app: https://proposal-writer-ai.vercel.app/
Features
AI proposal generation - Claude writes complete proposals from client details, your solution, pricing, and company context.
Company document grounding - Users can upload PDF or TXT documents such as service descriptions, pricing sheets, and case studies.
Proposal history - Generated proposals are saved per user and can be opened again later.
PDF export - Proposals are converted to branded, client-ready PDF downloads with ReportLab.
Supabase authentication - Email/password signup and login with bearer-token protected API routes.
Private user data - Documents, proposals, and subscription records are scoped by the authenticated Supabase user.
Landing, pricing, and legal pages - The frontend includes the marketing page, pricing cards, FAQ, privacy, terms, and security modal content.
Stripe backend support - The API includes checkout-session, webhook, and subscription-check endpoints for a Pro subscription flow.
Tech Stack
Frontend
React 19
Vite 8
Plain CSS in frontend/src/index.css and frontend/src/App.css
react-hot-toast for notifications
Supabase JS client dependency available in the frontend package
Vercel deployment
Backend
FastAPI
Uvicorn
Anthropic Claude API
Supabase Auth and PostgreSQL
PyPDF2 for PDF text extraction
ReportLab for PDF generation
Stripe Python SDK for subscription endpoints
Render deployment
ProposalWriterAI v0.1.0-prototype
ProposalWriterAI
An AI-powered SaaS platform that helps B2B sales teams create professional business proposals in minutes.
First Prototype