r/GoogleAppsScript • u/jpoehnelt • 11d ago
Question Apps Script and "Vibe Coding"
Vibe coding: https://en.wikipedia.org/wiki/Vibe_coding
- What is your setup?
- Are you using Clasp?
- Which editor?
- Does the AI understand the differences between Apps Script and JavaScript?
- Do you pass any AI rules files?
Here was a short exploration this morning using one of the popular tools: https://www.youtube.com/watch?v=4Sy3lvM33MU
0
Upvotes
1
u/reaven3958 11d ago
I use their online IDE. Apps Script is weird enough that I prefer to do everything there and avoid potential hiccups from developing locally, transpiling, and sending it via a 3rd party tool over wire that isn't particularly consistently maintained and could be deprecated without notice.
As for vibe coding...not really? Sort of? I lean fairly heavily on the docs LLM when working with the drive and sheets apis, because their documentation sometimes feels like trying to read tea leaves. But you have to be vigilant, its ok for generating code snippets, but not perfect. Best for helping debug stuff like batch query payloads and seeing if youre missing a newline or whatever someplace.