Open SourceCLI Tool

Changelog

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

3
Releases
14
Features
2
Bug Fixes
24+
Stack Options

v1.0.3

LatestApril 2026

Added Playwright E2E testing support across CLI prompts, scaffolding, and CI.

FeatureImprovement
  • Added Playwright (E2E) as a testing framework option in CLI prompts
  • Scaffold now generates Playwright config and starter e2e/home.spec.ts test
  • Added Playwright scripts: test, test:ci, test:ui, test:headed, and test:install-browsers
  • Extended testing type support to include Playwright in core project types
  • GitHub Actions CI setup now supports Playwright test execution
  • CI workflow now installs Playwright browsers automatically when Playwright is selected

v1.0.2

StableApril 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.1

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