# Google Apps Script Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/google-apps-script
> Markdown URL: https://aitinkerers.org/technologies/google-apps-script.md
> Technology record last updated: 2026-02-26T04:20:31Z
> Generated: 2026-09-22T05:45:51Z

Google Apps Script is a rapid, cloud-based development platform for automating, customizing, and extending Google Workspace applications using modern JavaScript.

Google Apps Script provides a server-side JavaScript environment for building business solutions directly within the Google ecosystem. You write code in a browser-based editor; scripts are hosted on Google's servers, eliminating deployment overhead. The platform offers built-in services to directly interact with Google Workspace data: for example, you can write a script to automatically pull data from a Google Sheet, format it into a Google Doc, and email the resulting file via Gmail. It supports creating custom menus, dialogs, and functions within apps, and can connect to external APIs via the UrlFetch service, making it a powerful tool for workflow automation and lightweight application development.

- Official technology site: https://developers.google.com/apps-script
- Public AI Tinkerers demos and talks: 2
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Vibe Coding to Production: A PM’s LLM Pipeline for OE Data Cleaning](https://dhaka.aitinkerers.org/talks/rsvp_ov_SnvJW0s0)

A PM’s experiment in turning LLMs into a real OE data cleaning system using Claude, GPT-4 mini, and Apps Script. From prompts to production in the real world.

- Event context: AI Tinkerers Dhaka 2nd Meetup: Dhaka Builds with AI! — 2026-02-07 — Dhaka
- Public talk page: https://dhaka.aitinkerers.org/talks/rsvp_ov_SnvJW0s0

### [Automating co-founder matching in Google Sheets](https://nyc.aitinkerers.org/talks/rsvp_Ss6qhu0KDxI)

I run a cofounder matching event series called LFC.DEV. When people sign up, they put in a lot of free text information about themselves. When I decide who to invite and not invite to an event, figuring out who matches who with all this free text entry is really hard. Enter Google App Scripts + an LLM and we can get a long way to structured data which makes the invite process easier. The presentation will be a walkthrough of the code and Google Sheet structure. I have no product to sell.

- Event context: AI Tinkerers August Meetup — 2024-08-28 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_Ss6qhu0KDxI

## Related Technologies

- [ChatGPT](https://aitinkerers.org/technologies/chatgpt) ([Markdown](https://aitinkerers.org/technologies/chatgpt.md)) — 83 public demos
- [Claude](https://aitinkerers.org/technologies/claude) ([Markdown](https://aitinkerers.org/technologies/claude.md)) — 174 public demos
- [Google Sheets](https://aitinkerers.org/technologies/google-sheets) ([Markdown](https://aitinkerers.org/technologies/google-sheets.md)) — 10 public demos
- [GPT-4 mini](https://aitinkerers.org/technologies/gpt-4-mini) ([Markdown](https://aitinkerers.org/technologies/gpt-4-mini.md)) — 1 public demo
- [GPT-4o](https://aitinkerers.org/technologies/gpt-4o) ([Markdown](https://aitinkerers.org/technologies/gpt-4o.md)) — 57 public demos
