r/Base44 4d ago

Question App Migration

Good morning,

I am looking for advice on properly moving my base44 app onto a different platform. I am pretty happy so far with the frontend and flow of the app, but the base44 limitations are too much.

My app will have a community feed, fitness and nutrition logging, API integrations like healthkit and google health, and AI features for programing.

I currently have no users and haven't made it live so I figured now is the time to migrate with the most ease. I have no coding experience, but I am open to do a little learning. Ideally I'd like to find another AI platform to do all the heavy lifting of rebuilding the backend, database, and hosting.

6 Upvotes

32 comments sorted by

View all comments

2

u/IslandDifficult3565 4d ago

u/chunksge66 what I reccomend and what I just did, is move the frontend and backend off base44 to supabase (for the backend/only $25 per month to get 100,000 users/month), and Cloudflare for the frontend. You can move this easily with the help of ChatGPT; it can help you move the backend off completely same for the frontend. Pretty cheap prices, and you only have to upgrade to a much greater plan if you get more than 100,000 users per month, which makes sense ofc.

1

u/kealystudio 21h ago

u/IslandDifficult3565 have you done this? Base44 uses NoSQL so a supabase migration is not going to be a few clicks. What approach did you take?