Skip to content

πŸ› οΈ Build SaaS faster β€” one kit to rule them all πŸš€

License

Notifications You must be signed in to change notification settings

mohxmd/sass-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌱 sass-kit

Minimal monorepo starter for building your next SaaS app.
Comes with Next.js, Hono server, and a shared foundation package for DB/auth/zod.


πŸ“‚ Structure

.
β”œβ”€β”€ apps
β”‚   β”œβ”€β”€ web                 # Next.js app
β”‚   └── services            # backend services (Hono, Gateway, etc.)
β”‚       β”œβ”€β”€ server          # Hono server
β”‚       └── gateway         # placeholder
β”œβ”€β”€ packages
β”‚   β”œβ”€β”€ foundation          # auth, db, zod-schemas, queries
β”‚   └── ui                  # shared UI components

πŸš€ Getting Started

pnpm install
pnpm dev
  • pnpm web β†’ work in the Next.js app
  • pnpm srv β†’ work in the Hono server
  • pnpm fnd β†’ work in foundation

🌌 Roadmap

  • Polar integration for payments πŸ’Έ
  • TanStack SPA app
  • Expo mobile app
  • More backend services (orders, notifications, etc.)

πŸ’‘ Just fork it, run it, and grow your SaaS.

About

πŸ› οΈ Build SaaS faster β€” one kit to rule them all πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published