We used Claude to rebuild our Flutter app

Thanks @filip!

One of the reasons I started the rewrite was realizing that AI in general is much better working on codebases it creates from scratch. I find when I use AI to add features to existing codebases my less-obvious code is often the main source of problems.

I used the Claude Code max plan. I started by having it create a breakdown of all features supported by both apps (Flutter and React), I then ran Claude in multiple tabs to work through each feature.

It’s a manual process but it’s much easier than writing code by hand and it’s a lot of fun seeing the app come to life. In the past my apps have always been limited by the number of hours in the day I can code, using Claude has enabled me to be more of a product manager than coder.

1 Like