A modern monorepo template for shipping TypeScript apps everywhere: web, mobile, desktop, browser extensions, and more.
- Fullstack application using TanStack Start
- Marketing site and blog using Astro
- Documentation site using Astro with Starlight
- Mobile application using Expo
- API with Hono and TRPC
- Desktop application using Tauri
- Browser extension using WXT
The init-now CLI helps you manage your project:
| Command | Description |
|---|---|
bunx init-now@latest |
Create a new project |
init-now setup |
Initialize and configure your project |
init-now add app |
Add an app from the init template |
init-now add package |
Add a package from the init template |
init-now update |
Sync with template updates |
init-now check |
Check template version |
init-now rename |
Rename project and update references |