A production-ready universal app monorepo featuring Next.js, Expo, and better-auth
Built with App Router and server components to deliver fast, SEO-friendly web experiences with optimal performance.
Develop iOS and Android applications from a single codebase with Expo's powerful toolchain and React Native.
Implement secure authentication and authorization flows across web and mobile platforms with minimal configuration.
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.
Efficiently manage your web and mobile applications in a single repository with shared types, components, and business logic.
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
Start building your next project with the NEB Starter Kit and focus on what matters most - your application's unique features.
Get Started Now