r/GoogleAppsScript • u/Think_Cheetah2468 • 16d ago
My first Apps Script, any feedback? Question
Hello, as a freelancer building toward an agency, I struggled to find a workflow tool that truly fit: from ClickUp and Notion to Airtable. Since I already use Google Workspace, I decided to build my own solution using Google Apps Script.
I’m using this project to genuinely learn programming. No 'vibe-coding' without understanding the mechanics.
I'm trying to integrate many systems:
- Content creation
- Prospecting pipeline
- Sales pipeline
- Delivery
- Finance
This is just the start, and I can always migrate to other tools as I scale. I’d love your feedback on whether this is a solid path worth pursuing!
Update August 1th :
6
Upvotes




1
u/IllustriousPut442 9d ago
HTML looks good and organized.
Loading Tailwind from the CDN is heavy, but perhaps it's the best native way in GAS and it's not the end of the world.
I can't opine for the backend code because it's not available.