create-m10n
v1.0.1
Published
Create a Convex + TanStack Start project configured for Vercel deployment
Downloads
32
Maintainers
Readme
create-m10n
Create a Convex + TanStack Start project configured for Vercel deployment.
m10n = mitcheldeken (numeronym)
Usage
bunx create-m10n my-projectOr with npm:
npx create-m10n my-projectPrerequisites
Before running, authenticate with all required services:
# GitHub CLI
gh auth login
# Convex CLI
bunx convex login
# Vercel CLI
bunx vercel loginWhat This Creates
- TanStack Start - Full-stack React framework
- Convex - Real-time database and backend
- Tailwind CSS v4 - Utility-first CSS
- Nitro - Universal server runtime for Vercel deployment
- TypeScript - Type-safe development
What It Does
- Creates project from the official Convex tanstack-start template
- Adds Nitro for Vercel serverless deployment
- Configures
vite.config.tswith Nitro plugin - Creates
vercel.jsonwith bun build commands - Updates scripts to use bun
- Initializes Git and creates GitHub repository
- Sets up Convex project
- Links project to Vercel
- Automatically adds environment variables to Vercel
Development
cd my-project
bun run devDeploy
bunx vercel --prodOr push to GitHub main branch for automatic deployment.
Options
-s, --skip-checks Skip prerequisite checks
-h, --help Show help messageLicense
MIT
