Get Started
Ship your SaaS in days, not weeks
TikShip Documentation
The ultimate Next.js boilerplate to ship your SaaS, AI tool, or web app fast. Save weeks of development time with production-ready features.
What is TikShip?
TikShip is an enterprise-grade multi-language admin panel + blog + e-commerce system built with Next.js 16 App Router, Prisma, and NextAuth. Everything you need to launch your product is included.
Quick Start
Get your app running in 5 minutes:
git clone https://github.com/yorsal-org/tikship
cd tikship
npm ci
npm run init
npm run devVisit http://localhost:3000/admin and login with the superuser account created during seeding.
The default username is tikship (configurable via ADMIN_USERNAME env var). The password is randomly generated and printed to the console at the end of npm run init β save it before closing the terminal. The admin path (/admin) is configurable via admin.path in src/config/site.ts.
What You Can Build
TikShip is perfect for:
- π SaaS Applications β Subscription-based services
- π€ AI Tools β ChatGPT wrappers, AI services
- π Content Platforms β Blogs, documentation sites
- π E-commerce β Digital products, courses
- π Dashboards β Analytics, admin panels
- π― Landing Pages β Marketing sites with payments
Why TikShip?
Don't waste time rebuilding the same features for every project:
| Feature | Time Saved |
|---|---|
| Authentication + RBAC + Audit Logs | 3β5 days |
| Stripe + PayPal payments | 2β4 days |
| Admin panel + dashboard charts | 5β7 days |
| Email (Resend + Mailgun) | 1β2 days |
| Multi-database setup (PG/MySQL/SQLite) | 1β2 days |
| CMS + rich-text editor | 3β4 days |
| i18n (3 languages) | 1β2 days |
| SEO + sitemap + structured data | 1β2 days |
| Total | 3β4 weeks |