Releases: advantailabs/kostra-boilerplate
Releases · advantailabs/kostra-boilerplate
Release list
v1.0.0 - Initial Open Source Release
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 devSee README for full setup instructions.