https://github.com/mohxmd/sass-kit
🛠️ Build SaaS faster — one kit to rule them all 🚀
https://github.com/mohxmd/sass-kit
better-auth drizzle-orm expo hono nextjs polar sass-starterkit tanstack-start turborepo
Last synced: 4 months ago
JSON representation
🛠️ Build SaaS faster — one kit to rule them all 🚀
- Host: GitHub
- URL: https://github.com/mohxmd/sass-kit
- Owner: mohxmd
- License: mit
- Created: 2025-09-28T21:23:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T00:12:19.000Z (4 months ago)
- Last Synced: 2025-09-29T02:29:03.166Z (4 months ago)
- Topics: better-auth, drizzle-orm, expo, hono, nextjs, polar, sass-starterkit, tanstack-start, turborepo
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌱 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
```bash
.
├── 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
```bash
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.