Web apps & deployment
Build webhooks, internal tools, and tiny web services with Apps Script deployed as a web app.
Web apps
Doget/doPost and HTML-served interfaces.
34 articles
Build a branded approval interface
Approve Northwind requests through a custom UI — clients click, decision is logged.
Updated Nov 8, 2025
Build an interactive quiz or assessment app
Run Northwind tests with scoring and feedback — questions in a Sheet, results in another.
Updated Nov 4, 2025
Build a multi-page web app with routing
Structure a real Northwind app across views — query-param routing, shared layout.
Updated Oct 31, 2025
Build a form-to-PDF web service
Convert Northwind form submissions to PDFs on the fly — POST in, PDF out.
Updated Oct 27, 2025
Build an expiring secure-download generator
Issue time-limited Northwind links via a web app — token in URL, server-side check.
Updated Oct 23, 2025
Build a guided onboarding tour for Sheets
Walk Northwind's first-time users through dialogs — each step explains one feature.
Updated Oct 19, 2025
Build a staff inventory-lookup app
Let Northwind staff check stock from any device — type a SKU, see the count.
Updated Oct 15, 2025
Build a web app with interactive charts
Render live graphs from Northwind Sheet data using Chart.js inside a script-served page.
Updated Oct 11, 2025
Build a client-facing progress tracker
Show Northwind project status through a web app — clients self-serve their updates.
Updated Oct 7, 2025
Serve multiple tenants from one web app
Show different Northwind client data per visitor — same script, customer-specific view.
Updated Oct 3, 2025
Build an end-to-end event-registration app
Handle Northwind event signups, payment, and confirmation in one Apps Script web app.
Updated Sep 29, 2025
Build a data-validation review panel
Surface and fix bad Northwind rows in a sidebar UI — click a row, see the issue, accept the fix.
Updated Sep 25, 2025
Build a sidebar AI assistant for Sheets
Add a chat helper inside Northwind's spreadsheet — ask Claude about the current selection.
Updated Sep 21, 2025
Version and roll back a web app safely
Manage Northwind web-app releases without breaking users — deploy slots, blue/green.
Updated Sep 17, 2025
Build a public form with conditional logic
Show Northwind form fields based on earlier answers — branchy intake without Google Forms.
Updated Sep 13, 2025
Build a dynamic pricing calculator app
Quote Northwind customers in real time — pick options, see the price update live.
Updated Sep 9, 2025
Build a QR-code check-in app
Scan to register attendance at Northwind events — the page logs to a Sheet.
Updated Sep 5, 2025
Build a print-optimized report web view
Render clean, printable Northwind pages — A4-ready CSS, page breaks where they belong.
Updated Sep 1, 2025
Build a Sheets-powered mini CRM app
Manage Northwind contacts in a real interface — search, edit, log activity.
Updated Aug 28, 2025
Build an embeddable feedback widget
Collect input from any Northwind page via a small JavaScript snippet that posts to your script.
Updated Aug 24, 2025
Build a read-only dashboard for non-editors
Visualise Northwind Sheet data for stakeholders without giving them edit access.
Updated Aug 20, 2025
Build a Drive file-upload web app
Let external users send Northwind files via a web form — no Drive account needed.
Updated Aug 12, 2025
Add login and access control to a web app
Gate Northwind pages behind authentication — Workspace email allowlist or token.
Updated Aug 8, 2025
Build a row-detail inspector sidebar
Show full Northwind record details on cell click — opens a sidebar with the row expanded.
Updated Aug 4, 2025
Webhooks
Receive callbacks from third-party services into a Sheet.
1 article