Introduction
SaaS Maker is a drop-in backend-as-a-service for SaaS apps. Instead of building common SaaS features from scratch, plug in SaaS Maker and get production-ready services in minutes.
Services
Section titled “Services”| Service | What it does |
|---|---|
| Feedback & Feature Requests | Collect bugs, feature requests, and general feedback with voting |
| Waitlist | Capture pre-launch signups with automatic welcome emails |
| Testimonials | Collect, moderate, and display customer testimonials |
| Changelog | Publish product updates with categories and drafts |
| Knowledge Base | Vector search / RAG-powered document search |
| Analytics | Track page views and custom events |
How it works
Section titled “How it works”- Create a project in the dashboard
- Get your API key from project Settings
- Use the REST API or SDK to integrate services into your app
npm install @saas-maker/sdkimport { SaaSMakerClient } from '@saas-maker/sdk';
const client = new SaaSMakerClient({ apiKey: 'pk_your_api_key', baseUrl: 'https://saasmaker-api.sarthakagrawal927.workers.dev',});Architecture
Section titled “Architecture”- API — Cloudflare Workers (globally distributed, low latency)
- Database — CockroachDB (distributed SQL)
- Widgets — Embeddable React components for feedback, testimonials, and changelog
- Dashboard — Next.js app for managing projects and services