Open SourceCLI Tool

Changelog

Every update to create-samrose-app is documented here - features, fixes, and improvements.

2
Releases
12
Features
2
Bug Fixes
24+
Stack Options

v1.1.0

LatestApril 2026

Added oRPC support, improved CLI prompts, and enhanced DX.

FeatureImprovementFix
  • Added oRPC as an API layer option
  • New --yes flag to skip all prompts with defaults
  • Improved CLI prompt ordering for better UX flow
  • Faster scaffold time - reduced install step by 40%
  • Fixed Drizzle config not being generated with SQLite
  • Resolved Husky not initializing on bun installs

v1.0.0

StableMarch 2026

Initial public release with full stack scaffolding support.

Feature
  • Interactive CLI with full stack selection
  • ORM support: Prisma, Drizzle, TypeORM, Mongoose
  • Database support: PostgreSQL, MySQL, SQLite, MongoDB
  • Auth support: NextAuth, Clerk, JWT
  • Optional shadcn/ui integration
  • State management: Zustand, Redux, Recoil
  • API layer: tRPC, GraphQL, REST
  • Testing: Jest and Vitest scaffolding
  • Extras: Docker, GitHub Actions, Husky
  • Support for npm, pnpm, yarn, and bun

Want to contribute?

Found a bug or have a feature request? Open an issue or PR on GitHub.

View on GitHub