Remix.run Logo
pduggishetti 2 days ago

SQLite, SQLite + drizzle with WAL mode, push it to a VPS, do not waste your time on anything else :)

Thank me when things become super easy!

When things scale, SQLite will still be fine, will fit 99% of the vibe coders needs!

When they don't then migrate to what ever!

pixel_popping a day ago | parent | next [-]

sshhhhh, don't tell everyone they can actually run a website with few hundred K users on 40$ servers.

mettamage 2 days ago | parent | prev | next [-]

This requires technical skill

threatofrain 2 days ago | parent [-]

If Claude can do it reasonably well then there’s another tier of technical skill that can reach.

rvz 2 days ago | parent | prev [-]

> When things scale, SQLite will still be fine, will fit 99% of the vibe coders needs!

No it won't. SQLite is a poor choice at handling this, period. With all those hacks it still doesn't make any sense over something like PostgresSQL which is designed for that use case.

Yet another reason why I dismiss this nonsense of vibe coding.

pduggishetti 2 days ago | parent [-]

I accept what you say, my point is for 99% of vibe coded and vibe coders stuff you have no reason to spin up anything more than sqlite, if you grow migrate to postgres, you will have drizzle help you!

A single vps like 1-2 GB ram and 2 CPU can suffice 100s of your projects

SQLite can handle 100s of users easyily

And 99% of vibe coded projects won't grow further than 100s of concurrent users