Skip to content

Releases: advantailabs/kostra-boilerplate

v1.0.0 - Initial Open Source Release

Choose a tag to compare

@hironate hironate released this 20 Jul 13:28

Initial open-source release of Kostra Boilerplate.

What's included

  • Production-ready Next.js SaaS starter with auth, billing, and file storage
  • MIT License with optional attribution guidance
  • OSS documentation: CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md
  • GitHub issue/PR templates and Dependabot configuration
  • CI workflow for lint, build, and tests

Getting started

git clone git@github.com:advantailabs/kostra-boilerplate.git
cd kostra-boilerplate
pnpm install
cp .env.example .env
pnpm migrate && pnpm seed
pnpm dev

See README for full setup instructions.