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