A lightweight browser-first proposal builder for sales teams, consultants, and internal revenue operations. This repo contains a single focused web app: proposal-builder.html, with a minimal root entry page that redirects to the proposal builder.
- Clean single-page proposal builder UI
- Customer and deal inputs
- Live pricing summary
- Printable proposal layout
- PDF export-ready
- No unrelated LMS, course, or navigation modules
index.html— root entry page that redirects toproposal-builder.htmlproposal-builder.html— proposal builder app
- Open
index.htmlin a browser - The page will redirect to the proposal builder automatically
- Enter customer details, line items, and pricing
- Use the print or PDF options to export the proposal
If you want to run it locally with a simple HTTP server:
cd "path/to/repo"
python -m http.server 8000