@builtby.win/cli
v0.1.4
Published
Generate apps from builtby.win templates
Maintainers
Readme
create-builtby-app
Generate apps from builtby.win templates.
Usage
npx @builtby.win/cli my-projectOr using the bin name:
npx create-builtby-app my-projectTemplates
Desktop App (Tauri)
A full-featured desktop application template with:
- Tauri + React + TypeScript
- SQLite database with SeaORM
- Polar.sh license management
- Auto-updates via GitHub releases
- macOS code signing
Web App (Astro)
A full-stack web app template with:
- Astro SSR + Cloudflare Pages
- tRPC for type-safe APIs
- better-auth (Google OAuth, email/password, magic link)
- Cloudflare D1 database with Drizzle ORM
- Polar.sh payments integration
- Notion-powered blog
- Resend transactional email
Prerequisites
These are premium templates. To use them:
- Purchase access at buy.polar.sh
- Accept the GitHub repository invitation you receive
- Install the GitHub CLI if you do not have it:
# macOS brew install gh # Windows winget install --id GitHub.cli - Authenticate with GitHub and configure git credentials:
gh auth login gh auth setup-git
License
MIT
