Welcome to Shipr
Shipr is a production-ready tool for shipping SaaS fast. Built on Next.js 16 with modern best practices, Shipr gives you everything you need to launch your SaaS product without spending weeks on boilerplate.What’s Inside
Shipr comes fully equipped with:- Next.js 16 with App Router and React 19
- Clerk for authentication and billing
- Convex for realtime database and backend
- Tailwind CSS 4 with shadcn/ui and Base UI components
- Vercel AI SDK for AI-powered features
- PostHog analytics (reverse-proxied)
- Sentry error tracking
- Resend for transactional emails
Quick Start
Get up and running in minutes with our step-by-step guide
Installation
Detailed setup instructions for all required services
Architecture
Learn how Shipr is structured and organized
Deploy
Deploy your SaaS to production on Vercel
Tech Stack
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Auth | Clerk |
| Database | Convex |
| Styling | Tailwind CSS 4 + shadcn/ui + Base UI |
| AI | Vercel AI SDK |
| Analytics | PostHog (reverse-proxied) |
| Error Tracking | Sentry |
| Resend | |
| Fonts | Geist Sans / Mono / Pixel Square |
| Deployment | Vercel |
Key Features
Authentication & User Management
Pre-configured Clerk integration with automatic user sync to Convex. Includes:- Sign-in and sign-up flows with customizable themes
- Session management
- User profile management
- Billing plan detection (Free/Pro)
- Multi-step onboarding flow
Database & Backend
Convex provides a type-safe, realtime backend with:- Automatic schema validation
- Real-time queries and mutations
- Serverless functions
- Built-in file storage
- JWT authentication with Clerk
Pre-built Features
AI Chat
Production-ready chat powered by Vercel AI SDK with tool calling, rate limiting, and conversation history
File Upload
Secure file upload with Convex storage, MIME type validation, and per-user quotas
Transactional Email
Email templates and sending via Resend with welcome and plan-changed notifications
Blog System
Simple blog with posts defined in code, auto-generated sitemap and JSON-LD
Developer Experience
Project Structure
Getting Started
Ready to build your SaaS? Head to the Quick Start guide to get Shipr running locally in minutes.Shipr requires Node.js 18+ and pnpm. Make sure you have these installed before proceeding.