PDF Generation API Pricing
Start free with 1000 PDFs. Scale with flexible plans. Cancel anytime.
Free
Try it out, no credit card required
- 1,000 API requests/month
- 1 API key
- 60 requests/min
- Community support
- REST API access
Starter
Perfect for small projects
- 10,000 API requests
- 5 API keys
- 30 requests per minute
- Team collaboration
- Zapier, Make, n8n integrations
- Email support
- REST API access
Advanced
You need more power
- 100,000 API requests
- 20 API keys
- 100 requests per minute
- Team collaboration
- Zapier, Make, n8n integrations
- Priority support
- REST API access
Frequently Asked Questions
Answers to common questions about the API starter kit.
A production-ready SaaS starter kit for building API-first products. It includes authentication, team management, Stripe payments, and a FastAPI backend.
Perfect for developers who want to ship their API product faster without rebuilding common infrastructure.
The stack includes:
- Frontend: Next.js 15, React 19, TypeScript, Tailwind CSS
- Backend: FastAPI (Python 3.11)
- Database: PostgreSQL via Supabase
- Auth: Supabase Auth with JWT + API keys
- Payments: Stripe subscriptions
The starter kit uses a team-based multi-tenancy model:
- Users can create and join multiple teams
- Role-based permissions (owner, admin, member)
- Team invitations via email
- All resources belong to teams, not individual users
Each team can create multiple API keys for programmatic access. Keys are scoped to the team and can be revoked at any time.
The backend validates both JWT tokens (for user sessions) and API keys (for programmatic access).
The starter kit is configured for:
- Frontend: Vercel (with edge functions)
- Backend: Google Cloud Run (serverless containers)
- Database: Supabase (managed PostgreSQL)
Deploy scripts and CI/CD workflows are included.
The repo includes integration templates for:
- Zapier (custom integration)
- Make (custom app)
- n8n (community node)
These let your users connect your API to automation platforms.
Yes! You get complete access to all source code. No vendor lock-in, no runtime dependencies on our platform.
Fork the repo, customize everything, and deploy to your own infrastructure.
Add new endpoints in the FastAPI backend under backend/app/routers/v1/.
The OpenAPI schema and Postman collection are auto-generated from your endpoint definitions.