So with the recent changes over at Bolt, I thought I'd migrate The Portal there and see what gives.
Bolt has a great function where you can just give it the GitHub repository URL and it'll pull the project right in.
It works great, keeps the Supabase connection in tact, so all good.
I did have an idea though, and I've been thinking for a while about doing it.
I want a mobile app for The Portal.
So after I pulled the code into Bolt, I told bolt to do a deep dive on the code, the database, etc etc, which it did.
I then asked Bolt for a prompt to create the mobile app. Which it gave me.
The prompt was a complete breakdown of the existing version of The Portal, along with table date, the database key, and layout structures to match the web app.
I popped it across in a new project, and after about 15minutes I had a mobile app I could use in Expo.
There are some bugs, so we will tweak and refine it more, but high level it's a pretty solid attempt to get the mobile app working.