This is a demo application exploring Turbo future enhancements (expected in Turbo 8). See it live!
Here is the list of features and the corresponding PRs (so you can see how it was implemented):
Read more in Evil Martians' The Future of Full-Stack Rails: Turbo Morph Drive blog post.
All you need is Ruby 3.2+.
Install dependencies:
bundle install
Run a web server along with the TailwindCSS CLI to build (and re-build) styles:
bin/dev
Go to localhost:3000 and enjoy!