A starter template for building web applications. Clone this repository to start building with React + PocketBase.
Backend:
- PocketBase - Backend-as-a-service with built-in authentication, database, and admin UI
- JavaScript hooks for custom API endpoints
Frontend:
- React 19 - Latest React with modern features
- Vite - Next-generation frontend build tool
- TanStack Router - Type-safe file-based routing
- Tailwind CSS 4 - Utility-first CSS framework
- DaisyUI - Tailwind CSS component library
- i18next - Internationalization with PocketBase-backed translations
- Node
- Pocketbase in path
# Start PocketBase backend
pocketbase serve
# Start frontend (in a new terminal, src folder)
npm install
npm run devVisit http://localhost:8090/_/ for PocketBase admin UI and http://localhost:3000 for the frontend.