Early Bird · 50% OFF — Limited Time

From idea to launch in a day

Auth, payments, CMS, admin panel, i18n — all production-ready. Stop rebuilding the same foundation.

Consult us and get a lower discount!

Ready to Use
Production Ready
Continuous Updates

Built with battle-tested open-source tech

Next.jsNext.js
TypeScriptTypeScript
Tailwind CSSTailwind CSS
daisyUIdaisyUI
PrismaPrisma
PostgreSQLPostgreSQL
StripeStripe
PayPalPayPal
NextAuthNextAuth
next-intlnext-intl
MailgunMailgun
ResendResend
Everything You Need

Built for Builders Who Ship

Every module is production-ready out of the box — no configuration from scratch.

  • Email/password login with OTP verification
  • Google & GitHub OAuth via NextAuth.js
  • Enterprise-grade RBAC — roles & permissions
  • Brute-force protection with login rate limiting
  • Full audit log for every admin action
  • Configurable password strength requirements

Zero-trust by default

Every API route, admin screen, and user action is protected. Superusers bypass checks; everyone else needs explicit permission.

6 features included
Early Bird Offer

Simple, Transparent Pricing

One-time payment. No subscriptions. Lifetime updates.

Free Demo

Explore the full feature set before you commit

$0
  • Recorded video walkthrough
  • Screenshot tour of all features
  • No account required
  • Documentation included
Try Demo
50% OFF
Early Bird

Full source code — ship your SaaS today

$99
$199
Save $100 · Limited time
  • Complete source code
  • Lifetime updates included
  • Auth, payments, CMS, admin
  • Stripe + PayPal integration
  • Multi-language, themes, common UI components
  • Github, telegram community to stay accountable
Free Postflow tool included!
Coming SoonIncluded free for early buyers
  • AI-enhanced content generation
  • AI-powered analytics insights
Custom Dev

Built on Tikship, tailored to your requirements

Custom
  • Everything in Early Bird
  • Requirements-based customization
  • Independent deployment
  • 1-on-1 dedicated support
Contact Us

Pay once. Build unlimited projects. No recurring fees.

Loved by Builders

What Developers Are Saying

Indie hackers and startup teams who shipped with Tikship

I had my SaaS MVP live in under a weekend. Auth, payments, and the admin panel just worked. Saved me at least 3 months of setup work.

MC
Marcus Chen
Indie Hacker · ProductHunt #3

The RBAC system alone is worth it. I spent weeks building something similar from scratch at my last job. Here it's done on day one.

SP
Sarah Park
Full-Stack Developer

Switching from SQLite to PostgreSQL for production took literally one command. The i18n setup is also the cleanest I've seen in any boilerplate.

DR
Diego Ramírez
Startup Founder

Tikship gave me a complete backend in a day. Stripe webhooks, email notifications, audit logs — all pre-wired. I can focus on what makes my product unique.

YT
Yuki Tanaka
Solo Founder · SaaS
Tech Stack

Integrated Capabilities

Out-of-the-box third-party service integrations, no configuration from scratch

OAuth Login

  • Google OAuth
  • GitHub OAuth
  • Email/Password

Payment

  • Stripe
  • PayPal
  • one-time payment & Subscriptions

Email Service

  • Mailgun
  • Resend
  • Templates

Image Storage

  • ImgBB
  • Local Upload
  • CDN Ready

Database

  • PostgreSQL
  • MySQL
  • SQLite

UI Framework

  • Tailwind CSS 4
  • daisyUI 5
  • Responsive

i18n

  • next-intl
  • Multi-language
  • Auto-detect

Dev Tools

  • TypeScript
  • ESLint
  • Prisma ORM
Quick Start

How it Works

Launch your SaaS project in three steps, automated installation script makes deployment easier

01

Clone Repository

Clone the project from GitHub to your local machine and install all dependencies.

git clone https://github.com/yorsal-org/tikship.git
cd tikship
npm install
02

Automated Installation

Run the automated installation script to complete environment configuration, database initialization, data seeding, and all setup with one command.

npm run init
03

Start Dev Server

Start the development server and visit http://localhost:3000 to begin building your SaaS product.

npm run dev

Automated Script Tools

We provide a complete set of automated script tools to simplify development and deployment:

One-Click Install

npm run init

Auto-detect dependencies, configure environment variables, initialize database, create admin account - all with one command.

Environment Setup

npm run setup:env

Interactive configuration tool with visual editing of all environment variables, database type selection and auto-validation.

Database Switch

npm run db:update-provider

Auto-detect database type (PostgreSQL/MySQL/SQLite) and update Prisma schema configuration.

Test Data Generator

npm run db:generate-test-data

Generate realistic test data including users, products, orders, articles, etc. for development and demo.

Reset Password

npm run reset-admin-password

Quickly reset admin password with command-line arguments or interactive input.

Tikship - Next.js SaaS Boilerplate & Starter Template for Quick Launch