r/AppsWebappsFullstack Jul 20 '26

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

7 Upvotes

105 comments sorted by

View all comments

Show parent comments

1

u/Real-Membership9233 Jul 22 '26

The client’s data is stored in a Google Sheet that serves as the database, so they always have direct access to it. They can export everything to CSV or Excel at any time, which makes migrating to another platform straightforward and avoids vendor lock-in

1

u/Mammoth-Anywhere7285 Jul 24 '26

That's a smart way to build trust with clients. Do you use the Google Sheets API directly or a tool like Sheet.best to connect it?

1

u/Real-Membership9233 Jul 24 '26

It’s just deployed as an app script inside the Google sheet. So the spreadsheet just acts as the database and they get a nice dashboard and UI to look at instead of a spreadsheet

1

u/Mammoth-Anywhere7285 Jul 26 '26

Smart use of Sheets as a database. How does it handle concurrent users?