Skip to content

sarvex/create-o7-app

 
 

Repository files navigation

o7 Logo

create-o7-app

An opinionated CLI for creating type-safe Svelte apps.

npm create o7-app@latest


What is the o7 Stack?

Why both Prisma and Kysely? create-o7-app's template includes Kysely for Edge support and fast cold starts, with all the convenience of using Prisma to define your database model.

Getting Started

First, run the CLI to scaffold your app:

npm

npm create o7-app@latest

yarn

yarn create o7-app

pnpm

pnpm create o7-app@latest

Then, open your new app in your favorite IDE and get started! A good place to look first is src/routes/+page.svelte for your frontend or src/lib/server/routes/_app.ts for tRPC.

About

An opinionated CLI for creating type-safe Svelte apps.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 54.0%
  • Svelte 24.9%
  • JavaScript 13.4%
  • TypeScript 5.8%
  • HTML 1.2%
  • CSS 0.7%