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