What machine specs would be good for an app like Loveable?

I’m building a Loveable like app, where each user gets a assigned a dev environment. (React + Vite).

I’ve tried building it on GCP Cloud Run before and the dev server was incredibly slow, so I’m a bit unsure what machine specs to use

What’s the lowest possible spec with a good react/vite dev server performance?

Thanks so much!

It’s hard to say. You can host a frontend app with 256MB of RAM and the lowest CPU tier, but if your customers intend to do dev tasks on it, say transpiling TypeScript, you’ll probably need something beefier.

I’d say start with the lowest tier, and then bump up the RAM/CPU until it performs to your users’ liking. There are plenty of resource combinations to choose from.

1 Like

Thanks for your suggestion!

I’m currently going with a 2GB shared cpu instance, which seems to work quite well. The performance cpu seems to be much faster, but I think this is the best choice for now given the much lower price.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.