Local Development
Clone the repo and run yarn dev to start both the frontend and PocketBase backend locally.
PocketKit is a complete boilerplate for building full-stack applications with SvelteKit (frontend) and PocketBase (backend). It includes everything you need to start building:
Local Development
Clone the repo and run yarn dev to start both the frontend and PocketBase backend locally.
Deploy to Production
Deploy your frontend to Vercel and backend to Fly.io with free tiers.
Authentication
Authentication is already configured with cookie-based sessions and server-side validation.
GitHub Repository
View the source code, report issues, or contribute to the project.
Building full-stack apps requires setting up authentication, databases, deployment pipelines, and more. PocketKit handles all of this so you can focus on building your product: