Zap.ts ⚡️
Introduction

Installation

Learn how to install and set up Zap.ts with a single command.

Installation

Setting up Zap.ts is now easier than ever! With just one command, you can have a fully functional Next.js boilerplate ready to go.

Quick Installation

You can install Zap.ts with a single command:

npx create-zap-app@latest
yarn create zap-app
pnpm create zap-app
bun create zap-app

What's Included?

Zap.ts comes packed with plugins to accelerate your development:

  • Authentication - Authentication you really own with Better Auth
  • Database - A type-safe ORM with Drizzle
  • UI Components - Beautiful components with shadcn/ui
  • Payments - Subscription handling ready to go
  • Analytics - Built-in analytics integration
  • Email - Transactional emails with Resend
  • And much more...

Everything is in the zap/ folder, so it is easy to find and change the code and keep the project neat and organised.

Getting Started

Ready to build something amazing? Start by understanding Zap.ts' structure with the getting started guide or explore the plugins overview to see what's possible.

This will guide you through setting up your project with the necessary configurations and dependencies.

Last updated on