Kickstart app template is back
A few years ago I hacked together some Ruby on Rails app templates and people seemed to like them. Then life happened and the project sat in the archive. Just brought it back to life — repo link’s here.
What’s new:
- Rails 8.1 ready
- Shell script to pick templates interactively
- All templates in one repo (no more git submodules)
- Shared code between templates
- 3 templates so far: REST API, minimal (importmaps + Tailwind), esbuild + Tailwind
- Basic setup included: tests, linters, system gems
Coming next:
- DB encryption with Lockbox
- Custom auth generators (passwordless + login/password)
- Admin panel (custom or existing)
- BI tools (Blazer + Ahoy + Searchjoy)
- Inertia templates (Svelte + React)
Would love feedback or suggestions on what else to add.
Post a comment