LogoNebaura Docs

Welcome to Warp

Introduction

Nebaura Warp is a production-ready boilerplate that helps you launch Whop Apps at warp speed. Choose your UI library, configure your database, and optionally auto-create your Whop app — all in one command.

What is Warp?

Warp is a full-stack starter kit specifically designed for Whop developers. It eliminates the manual setup work so you can focus on building your unique product. With one command, you get a complete Whop application with authentication, database, UI components, and all the API utilities you need.

Quick Start

npx @nebaura/create-warp my-whop-app

The CLI will guide you through authentication, project configuration, UI library selection, and database setup.

What Makes Warp Special?

Automated App Creation

  • Creates a Whop app on your selected company
  • Installs the app on your chosen company
  • Generates test access passes
  • Extracts all credentials automatically
  • Saves everything to .env.local

Three UI Libraries

  • coss.com UI - 44 modern, accessible components
  • Frosted UI - Whop's official glassmorphic design system
  • Headless - Bring your own UI with Tailwind CSS

Complete API Coverage

15 pre-built modules with 70+ utility functions covering all Whop endpoints.

Tech Stack

  • Next.js 15 with App Router
  • TypeScript for type safety
  • Tailwind CSS v4
  • @whop/sdk official integration
  • Drizzle ORM for databases

Next Steps