Workflow Automation • November 02, 2025
Lessons from combining Google Sheets, Apps Script, and modern frontend UX
Spreadsheet-backed CMS systems become surprisingly powerful when parser contracts, API boundaries, and frontend UX are designed together.
- Google Sheets
- Apps Script
- API Integrations
- React Developer
Why I still use Sheets for selected products
For fast-moving product environments, Google Sheets can be an excellent operational CMS layer. Non-technical collaborators can update content immediately, and engineering can keep the rendering layer strongly typed.
The architecture that worked
In this portfolio stack, I use:
- Local static core data for identity and positioning
- CMS-driven dynamic records for projects, posts, journey, and studies
- Parser utilities that normalize sheet rows into typed models
This hybrid approach keeps stable brand messaging in code while preserving editing speed for content-rich sections.
What to watch out for
- Keep schema expectations explicit.
- Parse booleans, arrays, and slugs defensively.
- Always ship fallback content for resilience.
Closing
The goal is not to avoid real backends forever. The goal is to ship maintainable systems that meet current product constraints.
Related Projects
SaaS / AI Automation
ViralFlow / Instaflow
Built a workflow and content management platform that combines scheduling, prompt workflows, and API-connected operations.
Continue with project case studies or view the full resume summary.