Back
Post
Vibe coded a thing on Base44. Where to export it out?
Sorry in advance for a silly post, as barely know how to code and probably shot myself in the foot. Paid $50 for 1 month of Base44 to play around. Built smth I really like. Want to keep it going. BUT don't want to keep paying their $50 monthly fee. Have all the files and their code to export. React, JavaScript + PostgreSQL. My research so far says that cheaper/better options are: Supabase, Neon or Render. Or Vercel+Neon+Cloudinary combo?
👋 Join WIP to participate
What type of site is it? it can probably be hosted for free on either Cloudflare Pages or Netlify. Feel free to ping me here or via twitter. Same username.
Thank you Alejandro! It's a fitness community, so would need good storage for their tracking data + images
ok! netlify should work for this
database wise, supabase is great
depending on what kind of app is it, you can go really cheap.
you can self host all of that in hetzner for 5$ or you can go free as well.
In your code there should be a file called package.json check the inside, if there is there a word "next" you can host it on vercel.
Very helpful, I'll check out hetzner and look for the package.json. This is great, thank you!