s-m-r-t

@happyvertical/template-sveltekit

Full-stack SvelteKit application template with SMRT framework, database integration, and authentication.

v0.19.0TemplateFull-StackDatabase

Overview

template-sveltekit is a production-ready SvelteKit template with SMRT framework integration, database models, authentication, and deployment configuration.

Features

  • SvelteKit 2.x with server-side rendering
  • SMRT framework with auto-generated APIs
  • PostgreSQL/SQLite database
  • Authentication with OIDC support
  • Multi-tenancy ready
  • Deployment configs (Docker, Kubernetes)

Usage

bash
npm create smrt-app@latest my-app -- --template sveltekit
cd my-app
npm install
npm run dev