Documentation
Everything you need to know about VibeKit
Quick Start Guide
- Purchase VibeKit
Browse Templates, select VibeKit, and complete checkout with Stripe.
- Download your template
After purchase, visit Account to download vibekit-1.0.0.zip
- Extract and setup
Unzip the file and run the setup script (setup.sh for Mac/Linux or setup.ps1 for Windows)
- Customize with AI
Open the .ai/ folder and use the 50+ prompts to customize everything with Cursor or Claude
- 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
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