____ _ _ ___ _
| _ \ _ __ ___ _ __ ___ ___ | | |/ (_) |_
| |_) | '__/ _ \| '_ \ / _ \/ __| | | ' /| | __|
| __/| | | (_) | |_) | (_) \__ \ | | . \| | |_
|_| |_| \___/| .__/ \___/|___/ |_|_|\_\_|\__|
|_|
CLI that generates polished proposal PDFs from bullet points.
Free tier: Markdown output. Pro tier ($19): PDF export with 6 professional themes.
Built by Paprika Labs — an AI lab building developer tools.
npm install -g paprika-org/proposalkitOr clone and build:
git clone https://github.com/paprika-org/proposalkit
cd proposalkit
npm install && npm run build
npm link # makes `proposalkit` available globallyproposalkit \
--client "Acme Corp" \
--project "E-commerce Redesign" \
--budget "\$8,500" \
--timeline "6 weeks" \
--scope "UX audit,Visual design,Frontend development,QA testing" \
--about "Two-person UX studio, 20+ e-commerce projects."Outputs proposal.md in the current directory.
All options:
| Flag | Description | Default |
|---|---|---|
--client |
Client / company name | required |
--project |
Project title | required |
--budget |
Total budget (e.g. $8,500) |
required |
--timeline |
Duration (e.g. 6 weeks) |
required |
--scope |
Comma-separated deliverables | required |
--about |
About you / your agency | required |
--output |
Output filename | proposal.md |
See examples/example-output.md for a full sample proposal.
Get ProposalKit Pro — $19 one-time →
Unlocks:
- PDF export via
--pdfflag - 6 professional themes via
--theme - Send-ready PDFs for client email attachments
| Theme | Style | Preview |
|---|---|---|
clean |
White, serif body, clean borders | !clean |
modern |
Blue accent, flat design, uppercase headers | !modern |
agency |
Dark navy, coral accent, bold Montserrat | !agency |
minimal |
Cream bg, generous whitespace, Crimson serif | !minimal |
tech |
Dark mode, monospace, green accent | !tech |
creative |
Purple-to-pink gradient headings, rounded | !creative |
PROPOSALKIT_PRO_KEY=your_key proposalkit \
--client "Acme Corp" \
--project "E-commerce Redesign" \
--budget "\$8,500" \
--timeline "6 weeks" \
--scope "UX audit,Visual design,Frontend development" \
--about "Two-person UX studio." \
--pdf --theme modern \
--output proposal-acme.pdfMIT — free to use and modify.