Production-ready example applications showcasing Temps SDK integrations. Each example is a self-contained project you can clone and deploy.
| Example | Stack | Description |
|---|---|---|
| nextjs-saas | Next.js 16, React 19, Stripe, PostgreSQL | Full-featured SaaS boilerplate with authentication, subscription billing, one-time purchases, and dashboard |
Each example lives in its own directory under examples/ with its own README and setup instructions.
# Clone the repo
git clone https://github.com/gotempsh/temps-examples.git
# Navigate to the example you want
cd temps-examples/examples/nextjs-saas
# Install dependencies
bun install
# Follow the example's README for environment setupEvery example demonstrates core Temps SDK capabilities:
- Analytics — Event tracking, page views, and purchase analytics
- Transactional Email — Pre-built templates for common SaaS emails (welcome, purchase confirmation, subscription lifecycle)
- Blob Storage — File upload, deletion, and URL generation
- KV Store — Key-value storage with expiry and rate limiting
- Fork the repository
- Create a new example under
examples/ - Include a
README.mdwith setup instructions and a.env.example - Open a pull request
MIT