Kitbase Save

KitBase is a starter template geared towards quickly spinning up projects using PocketBase and Stripe

Project README

WIP: KitBase Starter Template

This is a starter template for SvelteKit and PocketBase. Set up to use Cloudflare's cache API for backend responses. Local development uses Miniflare to mock the cache API.

What's inside?

A starter template to quickly get up and running.

Features

  • Auth
  • Stripe
  • Admin CMS courtesy of PocketBase
  • Cloudflare Dev Environment using Miniflare. Supports Cache API.
  • Styling using Open Props.
  • Histoire support
  • Testing using PlayWright (WIP)
  • Plugins using unplugin-icons

Apps and Packages

  • web: a SvelteKit app
  • backend: a PocketBase repo. Just contains a built Go binary and some data to get started.

Getting started

Develop

After running the dev command, create an account in the PocketBase app running at localhost:8090/. Go to the import collections tab and use the pb_schema.json file found in the backend folder.

Make sure all the environment variables are set up correctly. The template uses GitHub OAuth to log in, so in order to set it up you need to create an application there and those settings to PocketBase. Before that you won't be able to log in.

When everything is set up run the following command from the root folder:

pnpm run dev

Build

To build all apps and packages, run the following command:

pnpm run build

ENV

Needs the following environment variables and secrets set up.

API_URL=http://127.0.0.1:8090
GITHUB_REDIRECT_URL=http://localhost:5173/auth/redirect
STRIPE_KEY=
STRIPE_WEBHOOK_SECRET=
Open Source Agenda is not affiliated with "Kitbase" Project. README Source: kevmodrome/kitbase
Stars
51
Open Issues
1
Last Commit
1 year ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating