No signup required to start

Professional proposals
in 5 minutes

Answer 5 questions. Get a branded PDF with a Stripe payment link. Send to your client. Get paid faster.

View Pricing
5
questions to answer
<10s
PDF generation
$12
per month, unlimited
Stripe
payments built in

Everything you need to close more deals

๐Ÿ“‹

Branded PDF Proposals

Professional, customizable proposals in PDF format with your branding.

๐Ÿ’ณ

Stripe Payment Links

Every proposal comes with an embedded Stripe payment link. Clients pay with one click.

๐Ÿ“ง

Email Direct to Client

Send the proposal PDF directly to your client via email. No download links needed.

โšก

5 Questions, Done

No complex forms. Just 5 straightforward questions and your proposal is ready.

๐Ÿ”’

No Account Required

Start generating proposals immediately. Create an account when you're ready.

๐Ÿ“Š

Usage Tracking

Know exactly how many proposals you've sent. Track your pipeline at a glance.

How it works

1

Answer 5 Questions

Client name, project description, scope, timeline, budget

2

Get Your PDF

Branded proposal generated instantly, ready to send

3

Send via Email

One-click email delivery straight to your client

4

Get Paid

Client pays via embedded Stripe link. Done.

Simple, honest pricing

Start free. Upgrade when you need more.

Free

$0 /mo

3 proposals/month

  • 3 proposals/month
  • Basic PDF template
  • Email delivery
  • Stripe payment links

Pro

$24 /mo

White-label PDF

  • Everything in Starter
  • White-label PDF
  • Custom domain
  • Priority support
  • Advanced analytics
Get Pro

Try the Live Demo

Fill in the form below โ€” see your proposal preview update in real time

Step 1: Client Information

Step 2: Project Details

Step 3: Scope & Timeline

Step 4: Review & Generate

Proposal Preview

Jane Smith

6 weeks

E-commerce Website Redesign

$4,500

Redesign the existing e-commerce website...

$4,500

โœ… Proposal Generated!

Your proposal PDF is ready. Sign up to download and send it to your client.

REST API โ€” Integrate Into Your Workflow

Generate proposals programmatically from your own tools

POST /api/proposals
# Headers
Authorization: Bearer YOUR_API_KEY

# Body
{
  "clientName": "Jane Smith",
  "clientEmail": "jane@acmecorp.com",
  "projectTitle": "E-commerce Redesign",
  "projectDescription": "Full redesign with...",
  "timeline": "6 weeks",
  "budget": "$4,500"
}

// Response: { "id": "abc123", "pdfUrl": "/proposals/abc123.pdf" }