NEB Starter Kit

NEB Starter Kit

A production-ready universal app monorepo featuring Next.js, Expo, and better-auth

Next.jsExpoBetter-authPrisma ORMTailwind CSS v4shadcn/ui
Next.js Web App
Modern web frontend and backend with the latest Next.js features

Built with App Router and server components to deliver fast, SEO-friendly web experiences with optimal performance.

Expo Mobile App
Cross-platform mobile experiences with Expo and React Native

Develop iOS and Android applications from a single codebase with Expo's powerful toolchain and React Native.

Authentication
Secure, pre-configured auth with better-auth

Implement secure authentication and authorization flows across web and mobile platforms with minimal configuration.

Database Integration
Type-safe database access with Prisma ORM

Uses Prisma ORM with Neon PostgreSQL for remote database access. You can easily swap this out with a database of your choice (MySQL, SQLite, etc.) and an ORM of your preference or just plain SQL queries.

Monorepo Structure
Organized codebase with shared packages

Efficiently manage your web and mobile applications in a single repository with shared types, components, and business logic.

Flexible Deployment
Deploy your application with the provider of your choice

The web app can be deployed to any platform that runs Node.js - including serverless providers (Vercel, Netlify, AWS, Cloudflare Pages) or self-hosted on your own VPS infrastructure with equal ease.

# Clone the repository
git clone https://github.com/iosazee/neb-starter.git my-app

# Navigate to the project directory
cd my-app

# Install dependencies
yarn install

# Set up environment variables
cp apps/web/.env.sample apps/web/.env.local
cp packages/database/.env.sample packages/database/.env

# Start development servers
yarn dev

Ready to build your cross-platform app?

Start building your next project with the NEB Starter Kit and focus on what matters most - your application's unique features.

Get Started Now