nitrogas · status: ready

Your Apps Script command center

Extension first. Assist on demand. NitroGAS puts free snippets and themes in the editor you already use — Co-Pilot stands by when you need more than a paste.

50+snippet patterns
Freecore extension forever
GAS-nativeCo-Pilot with plain-English comments
CO-PILOT ONLINE
Code.gs · NitroGAS
// ⌘K → insert “sheets.batchUpdate”
function syncRows(sheet, rows) {
  const lock = LockService.getScriptLock();
  lock.waitLock(30000);
  // Co-Pilot: chunk + retry sketch…
  sheet.getRange(2, 1, rows.length, rows[0].length)
       .setValues(rows);
  lock.releaseLock();
}
⚡ Snippet applied · Midnight theme

Extension first. Assist on demand.

Three moves that respect how you already work in Apps Script.

Install NitroGAS

Free Chrome extension. Snippets and themes appear beside the editor — no new IDE.

{ }

Insert trusted patterns

Menus, locks, batch writes, triggers — the boring stuff you shouldn’t rewrite again.

Escalate to Co-Pilot

Optional paid assist for explanations and sketches when a snippet isn’t enough.

nitrogas co-pilot · paid

Stuck? Don’t open twelve tabs.

Co-Pilot is for the weird quota error, the scope you forgot, the refactor you don’t have time to invent. It’s there when you need it — never a subscription, never a commitment. Free NitroGAS stays free forever.

Try Co-Pilot

Access options

Use free NitroGAS forever. Reach for Co-Pilot only when you’re stuck — no recurring plan.

Passes1 week · 1 month · yearly
Get Co-Pilot access

People we’ve helped

A few notes from bootstrappers who stuck around.

This is exaaaaaactly what i have been searching for for multiple days now, great upload!

TrueMasterz

I love your videos. They're entertaining and very very well explained.

Organo Interno Capacitacion

This is a great video! Thank you so much! You saved me from the hassle. :)

VA Scheduler

New content

Guides and snippets still ship — surfaced here, not as a launch banner.