Live data from Hacker News

Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

sheetninja.io

61–70 of 83 posts

Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

#62
You do not need to go through these guys Google provides access to the URL to use the sheet as a database and also allows you to deploy Javascript and even host the site with AppScript (example https://script.google.com/macros/s/AKfycbzYt_aXBdQlnMM7idlVD... )

Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

#66

Don’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)

> Cloud SQL costs gazillions,

WTF is "Cloud SQL"?

I have a postgresql server running on a $5/m VPS that I add DBs to as and when I explore some new idea.

Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

#67
post #21

Oh man fix the site. If I scroll down it auto scrolls up after 2 seconds. And other bugs.

Sorry about that - I've pushed a fix to stop it from auto-scrolling which should be propagating through soon. Thank you for flagging this

Thanks! No need to be sorry :)

Re: Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

#68

This is a great project, very cool, but it is actually insane to me that CRUD is so apparently hard that Google Sheets is the best solution

The attractiveness of a spreadsheet comes in the display and the charts, etc.

For a serious database doing actual transactions, I'm not sure about the utility.

Post reply on HN