{"id":39385677,"url":"https://github.com/plvo/create-faster","last_synced_at":"2026-01-18T03:03:03.631Z","repository":{"id":319534591,"uuid":"1078958739","full_name":"plvo/create-faster","owner":"plvo","description":"⚡ Initialize any project with one CLI command - from single apps to complete monorepos","archived":false,"fork":false,"pushed_at":"2026-01-02T15:34:44.000Z","size":1676,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-04T19:58:48.389Z","etag":null,"topics":["cli","react","starter","templates","turborepo","typescript"],"latest_commit_sha":null,"homepage":"https://create.plvo.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plvo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-18T19:32:31.000Z","updated_at":"2026-01-02T15:33:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"6406dd7e-9136-4ac6-8b91-03a96cd4793a","html_url":"https://github.com/plvo/create-faster","commit_stats":null,"previous_names":["plvo/create-faster"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/plvo/create-faster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plvo%2Fcreate-faster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plvo%2Fcreate-faster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plvo%2Fcreate-faster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plvo%2Fcreate-faster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plvo","download_url":"https://codeload.github.com/plvo/create-faster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plvo%2Fcreate-faster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28528026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","react","starter","templates","turborepo","typescript"],"created_at":"2026-01-18T03:03:03.512Z","updated_at":"2026-01-18T03:03:03.596Z","avatar_url":"https://github.com/plvo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://create.plvo.dev/cf-title-dark.png\" alt=\"Create Faster\"\u003e\n\nA modern CLI scaffolding tool that generates production-ready full-stack projects with multiple framework combinations. Unlike traditional scaffolding tools, create-faster enables you to create multiple applications simultaneously with automatic monorepo orchestration.\n\nVisit https://create.plvo.dev/docs for more details.\n\n## Key Features\n\n- **Multiple frameworks**: Next.js, Expo, Hono\n- **Automatic monorepo**: Turborepo configuration for 2+ apps\n- **Modular system**: 11+ optional modules (shadcn/ui, Better Auth, TanStack Query, MDX, PWA, etc.)\n- **Database support**: PostgreSQL, MySQL with Prisma or Drizzle ORM\n- **Developer tools**: Biome formatter/linter, Husky git hooks\n- **Dual modes**: Interactive prompts or CLI flags for automation\n- **Type-safe**: Full TypeScript support with strict configuration\n- **Auto-generated CLI commands**: Copy-paste ready command to recreate projects\n\n*More features coming soon, check [the roadmap](https://create.plvo.dev/docs/roadmap) for more details.*\n\n## Usage Examples\n\n### Interactive Mode\n\n```bash\n# Using your favorite package manager\nnpm create faster\npnpm create faster\nbun create faster\n```\n\n### Single Application\n\nCreate a Next.js app with shadcn/ui and TanStack Query, using PostgreSQL with Drizzle:\n\n```bash\nbunx create-faster myapp \\\n  --app myapp:nextjs:shadcn,tanstack-query \\\n  --database postgres \\\n  --orm drizzle \\\n  --git \\\n  --pm bun \\\n  --extras biome,husky\n```\n\n### Multi-App Monorepo\n\nCreate a full-stack SaaS project with web (Next.js), mobile (Expo), and API (Hono) in a turborepo:\n\n```bash\nbunx create-faster mysaas \\\n  --app web:nextjs:shadcn,mdx,better-auth \\\n  --app mobile:expo:nativewind \\\n  --app api:hono \\\n  --database postgres \\\n  --orm drizzle \\\n  --git \\\n  --pm bun \\\n  --extras biome,husky\n```\n\n\n## Links\n\n- [Website](https://create.plvo.dev)\n- [Repository](https://github.com/plvo/create-faster)\n- [Issues](https://github.com/plvo/create-faster/issues)\n- [npm Package](https://www.npmjs.com/package/create-faster)\n\n## License\n\n[MIT](LICENSE) © [plvo](https://github.com/plvo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplvo%2Fcreate-faster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplvo%2Fcreate-faster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplvo%2Fcreate-faster/lists"}