Oh man fix the site. If I scroll down it auto scrolls up after 2 seconds. And other bugs.
Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
21–30 of 83 posts
Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#22Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#23Just impossible to read the landing page on mobile due to endless carousel sliding which constantly returns you to the top of the page
Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#24Don’t really get the purpose for this apart from throw away projects. For vibe coders is it really “hours” setting up a database these days? GCP cloud sql + drizzle ORM is minutes and actually scales unlike a spreadsheet, heck Claude can even write you a deployment script and run it over GCP CLI.
Cloud SQL costs gazillions, sheet is free (other than selling your data)
Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#25Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#26Don’t really get the purpose for this apart from throw away projects. For vibe coders is it really “hours” setting up a database these days? GCP cloud sql + drizzle ORM is minutes and actually scales unlike a spreadsheet, heck Claude can even write you a deployment script and run it over GCP CLI.
Cloud SQL costs gazillions, sheet is free (other than selling your data)
A spreadsheet is a misclick away from corruption, why not spend another prompt on getting Claude to configure a db?
Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#27Really good project for a quick data back end. One feature suggestion: webhook support for row changes: If my Sheet updates (say, a new waitlist signup), I'd want to trigger for e.g. a Slack notification. Supabase has something similar with their database webhooks. I use that extensively for kicking off signup workflows.
Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#28Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#29Really good project for a quick data back end. One feature suggestion: webhook support for row changes: If my Sheet updates (say, a new waitlist signup), I'd want to trigger for e.g. a Slack notification. Supabase has something similar with their database webhooks. I use that extensively for kicking off signup workflows.
For your signup workflows, how sensitive would you be to latency? Would a 30 to 60 second delay be a dealbreaker, or are you looking for something that hits Slack the instant the row is created?
(The challenge with Google Sheets is we'd have to poll for changes)
Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders
#30Earlier quoted context omitted.
Cloud SQL costs gazillions, sheet is free (other than selling your data)
Cloud sql lowest tier is pennies a day, this ninja platform is also not free. A spreadsheet is a misclick away from corruption, why not spend another prompt on getting Claude to configure a db?
It's a shame that Google haven't managed to come up with a scale to zero option or serverless alternative that's compatible.