Documentation

Everything you need to know about VibeKit

Quick Start Guide

  1. Purchase VibeKit

    Browse Templates, select VibeKit, and complete checkout with Stripe.

  2. Download your template

    After purchase, visit Account to download vibekit-1.0.0.zip

  3. Extract and setup

    Unzip the file and run the setup script (setup.sh for Mac/Linux or setup.ps1 for Windows)

  4. Customize with AI

    Open the .ai/ folder and use the 50+ prompts to customize everything with Cursor or Claude

  5. Deploy and sell

    Follow the deployment guide in .ai/deployment.md to go live

What's Included

πŸ€– AI Customization Kit

50+ copy-paste prompts for Cursor, Claude, or ChatGPT to customize everything in minutes

πŸ’³ Stripe Integration

Complete checkout flow, webhook handling, and order management

πŸ” Authentication

NextAuth.js with email, Google, and GitHub login pre-configured

πŸ“₯ Secure Downloads

Protected file delivery via S3 signed URLs (local files for dev)

βœ… Test Suite

Vitest tests for checkout, webhooks, and downloads

πŸš€ Production Ready

CI/CD workflows, TypeScript, Prisma ORM, modern best practices

Tech Stack

Next.js 15.x
React 18.x
TypeScript 5.5
Prisma 5.20
NextAuth 4.24
Stripe 16.x
Tailwind 3.4
PostHog Analytics
Vitest Testing

Setup Instructions

Prerequisites

  • Node.js 22.x
  • pnpm (installed via npm)
  • Stripe account (for payments)
  • Optional: AWS S3 (for production file storage)

Installation

# Mac & Linux
chmod +x setup.sh && ./setup.sh

# Windows
.\setup.ps1

# Or manually:
pnpm install
cp .env.example .env
# Edit .env with your keys
npx prisma db push
pnpm prisma:seed
pnpm dev

AI Customization

VibeKit includes 50+ AI prompts in the .ai/ folder:

  • quick-start.md - 10 quick customizations (2-15 min each)
  • add-features.md - Add discount codes, reviews, emails, categories
  • styling-guide.md - Change colors, fonts, layouts, animations
  • database-changes.md - Modify schema safely
  • component-library.md - Generate UI components
  • deployment.md - Deploy to Vercel, Railway, Docker, AWS

Just copy-paste prompts into Cursor or Claude - no manual coding required!

Support & Resources

  • πŸ“– Documentation: Complete guides included in the download
  • πŸ€– AI Prompts: All customizations have copy-paste prompts
  • βœ… Test Suite: Comprehensive tests for all critical flows
  • πŸ“œ License: MIT - Use for unlimited projects