Show HN: Open-source self-hostable backend – try to break my live instance (48h)

1 points by ravikantsaini ↗ HN
So I've been working on this open source project called Nuvix for a while now — it's basically a self-hostable backend with auth, database, file storage, and a unified API all bundled together.

Anyway, I spun up a live instance on the cloud and figured instead of just asking for feedback the usual way, why not just... let people in and see what happens.

So here you go: Dashboard: https://studio.kraz.in Login: email: test@kraz.in password: testpass

You've got 48 hours. Poke around, break stuff, do your worst. If you find something weird or something that breaks, drop it in the comments or open an issue on the repo — https://github.com/nuvix-dev/nuvix.

Genuinely curious to see what people find. Be brutal.

2 comments

[ 495 ms ] story [ 1697 ms ] thread
Nicely built.

Can you try running any sql query? Like "select count(*) from todos"? Seems connection limit has reached.

Also, tables are not getting listed as well. Just the cached ones are getting listed, that too go away within few seconds.

'Failed to execute SQL: too many connections for database "postgres"'