Skip to content

Adafy/pocketbase-react-portal-starter

Repository files navigation

PocketBase React Starter

A starter template for building web applications. Clone this repository to start building with React + PocketBase.

Technologies

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

Requirements

  • Node
  • Pocketbase in path

Getting Started

# Start PocketBase backend
pocketbase serve

# Start frontend (in a new terminal, src folder)
npm install
npm run dev

Visit http://localhost:8090/_/ for PocketBase admin UI and http://localhost:3000 for the frontend.

About

Pocketbase & React template: React 19, Vite, TanStack Router, DaisyUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published