A modern fullstack boilerplate combining Next.js, Expo, Supabase, and tRPC.
- Next.js web frontend
- Expo/React Native mobile app
- Supabase authentication
- Typesafe API with tRPC
- Prisma ORM
- State management with React Query
- Styling with Tailwind CSS
- Customizable UI components
- TypeScript configuration
apps/next.js
: Next.js web applicationapps/mobile
: Expo/React Native mobile application
- Clone the repository
- Install dependencies:
pnpm install
- Set up environment variables
- Start web app:
pnpm run dev:web
- Start mobile app:
pnpm run dev:mobile
Easily customizable to fit your project needs.
Contributions are welcome! Open an issue or submit a pull request.
MIT License. See LICENSE
file for details.