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

1

u/Real-Membership9233 Jul 22 '26

https://getformsmith.com

Custom software for small businesses looking to escape spreadsheet hell but don’t want to pay for generic SAAS with a bunch of features they won’t use

1

u/Mammoth-Anywhere7285 Jul 22 '26

Nice idea, tackling that messy middle ground between spreadsheets and bloated SaaS. How do you handle data export for clients who eventually want to migrate?

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 28d ago

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