I'll be sharing the biggest lessons, workflows, and AI collaboration techniques once I finish setting up my Discord community. I think a lot of developers are still underestimating what's possible when you stop treating AI as a chatbot
I've learned an incredible amount from this experiment. So far, I've documented more than 200 development iterations, made 439 commits, and the game is already fully playable on TestFlight.
The biggest shift in mindset was treating AI like a team of capable engineers: giving it clear context, defining constraints, reviewing its output critically, and making it prove its work instead of blindly accepting the first answer.
changing rendering approaches multiple times, and even switching between React rendering strategies and Skia as the project evolved. I also spent a surprising amount of time fighting iOS ProMotion to make a 60 FPS game feel consistent on 120 Hz displays.
I relied heavily on AI throughout the process (probably 95% of the time), including for animations and 2D sprites. But this wasn't a case of "describe an app and accept whatever appears." I iterated constantly, sometimes fixing pixels one by one
For the past 7 days, I've been building a mobile game with React Native, Expo, TypeScript, and Skia - far outside my usual Rails backend comfort zone.
> Thread
It’s amazing how easy it is these days to set up multiple Ruby on Rails applications with Kamal, all running on a single server - each using a different database setup (MySQL, PostgreSQL, and SQLite3) on the same machine.
https://t.co/3rjPJO8Edr
Just dropped a Stimulus-powered range slider component!
Works with Rails forms and multi inputs (min/max)
Lightweight, no extra JS dependencies
🔗 GitHub: https://t.co/3nhXGyawMn
🌐 Demo: https://t.co/xhPZjSKzZ8
#Rails#StimulusJS#Hotwire
@ffaebi It took some time to work through a lot of issues, but I’m finally posting the stimulus-range-slider:
🔗 GitHub Repo
https://t.co/3nhXGyb4BV
💡 Demo:
https://t.co/xhPZjSL7OG
This should cover basics with Rails forms
As TailwindCSS v4 is officially live, Select2 theme for TailwindCSS v4 is also available.
Check out the live demo here:
https://t.co/qF2VTjHc3n
You can install:
npm install select2-tailwindcss-v4-theme
Just released select2-tailwindcss-theme v1.2.1! This update introduces dark mode support for select2 inputs and also a lot of fixes on styles
Demo:
https://t.co/ZriR71unLt
Github:
https://t.co/ldE7n3eUz8
#select2#tailwindcss
After countless searches for a Select2 dropdown styled with TailwindCSS v3, I decided to create one myself.
Check out the live demo here:
https://t.co/ZriR71uVB1
Github page can be found here: https://t.co/ldE7n3fsoG
#npm#tailwindcss#select2#theme