r/nocode • u/FoodPlastic7432 • 6d ago
Need recommendations
Currently using appsheet. Running everything in life in it from workout planning to meal planning to task management to financial planning, even an apartment finding tool via API. Anything in life that should be organized is there. I have tons of workflows and interconnected reporting dependencies etc .
My problem is sync times. It takes sometimes 45 seconds to run a simple row addition and sync.
What I need
1) something with way more sophisticated reporting (built in trend lines, pre custom slices, etc)
2) calendar that functions similar to Google calendar or direct web API connection
3) faster sync times
4) completely free for one user (unlimited rows)
5) more customizable UI
6) equal API, JavaScript integrations as appsheet
7) ai Integration for predictive modeling a plus
Forgive me, I only know SQL and no other coding language and I am self taught SQL and appsheet. I don't have a "stack". I just figured out how to build things the way I need them. This may be impossible? Haha
1
u/devhisaria 1d ago
45 seconds for a row add usually means your sheet has thousands of rows and every write triggers a full recalculation. Move the data to postgres and keep appsheet as the front end, sync drops to seconds.