Ready-to-use examples

After the one-time MCP setup, copy a prompt, run it in Claude, and get a shareable link in under 10 minutes.

📊 FP&A / Finance
Static HTML · publish_static

Monthly Revenue Report

Make a proper revenue report from our Q1 numbers.

Bar chart, MoM growth table, and executive summary — published in one shot from your revenue figures.

Prompt for Claude
Generate a monthly revenue report for Q1 2026. Figures: January $158k · February $174k · March $221k. Include KPI cards, a bar chart (Chart.js from cdn.jsdelivr.net), MoM growth table, and an executive summary. Clean, print-friendly HTML. Publish to publishwith.ai as "revenue-report-q1-2026".
📋 Operations / Sales
Dynamic SSR · publish_dynamic

Client Intake Form

Build us an intake form that actually saves what clients submit.

Multi-step form with live validation, progress bar, and SQLite backend. Submissions are stored and queryable via the data API.

Prompt for Claude
Build a 3-step client intake form for a consulting firm. Step 1: contact info (name, email, company, size, role) Step 2: services (checkboxes), budget range, target start Step 3: project description, referral source After submit: store the submission in SQLite and show a confirmation page with a reference code and full summary. Use dynamic SSR with SQLite so submissions persist and can be queried via the data API. Branded with a company logo (SVG inline). Publish to publishwith.ai as "intake-form".
📈 RevOps / CS
Live SSR · publish_dynamic

Customer Churn Dashboard

Turn our churned-accounts list into a dashboard for the team.

Live data-backed dashboard with segment breakdown, monthly trends, and churn reasons — updates without republishing templates.

Prompt for Claude
Build a churn dashboard for CS and RevOps. Data: [paste your churned accounts CSV or list] Show: total churned + ARR lost, by segment, by month, top 5 reasons (bar chart), recent list. Show the viewer's name in the footer. Use dynamic SSR with SQLite so data can be updated without rebuilding templates. Publish to publishwith.ai as "churn-dashboard" restricted to cs-team and revops groups.
🛠 Engineering / DevRel
Static HTML · publish_static

API Reference Docs

Generate clean API docs for our payments endpoints.

Sidebar navigation, method badges, parameter tables, syntax-highlighted code blocks, and response examples — all in one file.

Prompt for Claude
Generate API reference documentation for a payments API. Endpoints: POST /payments, GET /payments/{id}, GET /payments (list), POST /customers, GET /customers/{id}, PUT /customers/{id}, DELETE /customers/{id}. Each endpoint: method badge (GET/POST/PUT/DELETE), path params, body params table (name, type, required, desc), request + response code examples with syntax highlighting. Dark sidebar navigation, sticky topbar showing base URL. Include auth section and error codes. Branded with a company logo (SVG inline). Publish to publishwith.ai as "api-docs".
Static HTML · publish_static

Service Agreement

Draft a services agreement I can send the client today.

Professional services contract with numbered clauses, party definitions, fee schedule table, and signature blocks — ready to share with clients.

Prompt for Claude
Draft a Professional Services Agreement. Provider: Acme Corp, Inc. (San Francisco, CA) Client: [client name and address] Scope: [paste your statement of work] Value: [total fees and payment schedule] Include: scope, IP assignment, confidentiality, termination (30-day notice), limitation of liability, governing law (CA), signature blocks for both parties. Formatted as a clean legal document with numbered clauses, party boxes, fee schedule table. Branded with provider logo (SVG inline). Publish to publishwith.ai as "psa-2026-[client]" restricted to legal-team group.
🚀 Product / Marketing
Static HTML · publish_static

Product Launch Page

Build an internal launch page for the GTM team.

Internal launch page with hero section, feature cards, comparison table, and CTA — ready to share with your go-to-market team before public release.

Prompt for Claude
Build an internal product launch page for our new feature. Product: [name] What's new: [list 4-6 highlights] Audience: go-to-market team Include: animated hero with gradient, feature grid (6 cards), competitor comparison table, CTA section. Modern design — gradient brand colors, sticky nav. Branded with company logo (SVG inline). Publish to publishwith.ai as "launch-[product]-2026" restricted to the gtm-team group.

More ways teams use it

The things people already ask Claude for at work — now they end as a shareable, access-controlled link instead of dying in the chat. Copy a prompt, add your data, publish your own.

⚡ RevOps / Data · Team+
Live report · publish_python

Self-Refreshing CRM Snapshot

Pull this week's numbers from our CRM and keep the dashboard current.

A live report: sandboxed Python that calls your CRM through an admin-approved connection, aggregates the results, and renders a fresh dashboard every morning. The credential never leaves the host, the sandbox has no raw network or filesystem, and the database stays read-only. Team and Enterprise; a tenant admin opts in and defines the connection.

Prompt for Claude
Build a live report that refreshes our CRM pipeline every morning. Source: our CRM, via the "crm" connection (already set up by our admin) Pull: open opportunities, amount, stage, owner Show: total pipeline + win rate as KPI cards, pipeline by stage (bar chart), top 10 deals table. Use a Python report (publish_python) with a daily schedule. Validate it first with validate_python. Publish to publishwith.ai as "crm-pipeline" restricted to the revops group.
📌 Exec / Strategy
Static HTML · publish_static

Quarterly Business Review

Turn our Q3 numbers and notes into a one-pager for the board.

A leadership-ready scorecard that puts targets against actuals at a glance, with wins, risks, and priorities laid out the way execs expect to read them. No slide deck, no late-night formatting — and the link is restricted to the leadership group automatically.

Prompt for Claude
Build a one-page Quarterly Business Review for leadership. Quarter: [Q_ 20__] KPIs: [revenue, NRR, pipeline, headcount — with targets] Wins: [list 3-5] Risks: [list 2-3 with owner and mitigation] Next-quarter priorities: [list 3-5] Layout: KPI scorecard at top (target vs actual, green/red), wins and risks side by side, priorities as a checklist. Print-friendly, brand colors. Publish to publishwith.ai as "qbr-[quarter]" restricted to the leadership group.
📣 Marketing / Growth
Static HTML · publish_static

Campaign Performance Dashboard

Make a dashboard from our campaign spend across channels.

Spend, CPL, and ROAS as KPI cards, a conversion funnel, and a channel table sorted by what's actually working. The kind of view that usually needs a BI tool and half a day of setup — here it's one prompt and a link you can drop in the weekly review.

Prompt for Claude
Build a marketing campaign performance dashboard. Channels: [paste spend, clicks, conversions per channel] Period: [date range] Show: KPI cards (spend, CPL, ROAS), a spend-by-channel bar chart, a conversion funnel, and a channel table sorted by ROAS. Chart.js from cdn.jsdelivr.net. Clean, print-friendly HTML. Publish to publishwith.ai as "campaign-[name]".
🖥 IT / Internal Ops
Dynamic SSR · publish_dynamic

IT Asset Tracker

We track laptops in a messy spreadsheet. Give us a real tool.

A searchable, editable inventory with its own database — the team adds and updates assets right in the browser, with running totals by type and status. The small internal app that normally waits months for a budget and an IT ticket, built in one conversation.

Prompt for Claude
Build an IT asset tracker for internal use. Fields: asset tag, type (laptop/monitor/phone/license), assigned to, status (in use/spare/retired), purchase date, warranty end. Pages: a list with search and a status filter, an add form, and an edit form. Store everything in SQLite so the inventory persists. Show totals by type and status. Publish to publishwith.ai as "it-asset-tracker" restricted to the it-team group.
👥 HR / People
Static Markdown · publish_static

Employee Handbook

Write our handbook and put it somewhere people will actually read it.

Policies, benefits, and onboarding as a clean, navigable page that every new hire opens from a single link. Written in plain Markdown and rendered automatically, so updating a policy is one edit — not a redesign and a re-export.

Prompt for Claude
Write an employee handbook for a [size]-person company. Sections: welcome, working hours and remote policy, time off and leave, benefits, code of conduct, expenses, security basics, who to ask for what. Write it as Markdown (index.md) with clear headings, tables for benefits and leave, and GitHub-style note callouts for important policies. Publish to publishwith.ai as "employee-handbook".
👥 HR / People
Dynamic SSR · publish_dynamic

Leave Request Tracker

I need a simple way for staff to request time off.

A request form that saves to a database, a list managers can review, and per-person privacy so each employee sees only their own requests. No shared spreadsheet, no inbox archaeology — and people sign in with their existing company identity.

Prompt for Claude
Build a time-off request tracker. Form fields: employee, leave type (vacation/sick/personal), start date, end date, reason. After submit: store in SQLite and show a confirmation. A list page shows all requests with status (pending/approved). Each viewer sees only their own requests using their logged-in identity. Publish to publishwith.ai as "leave-tracker" restricted to the all-staff group.
💬 Support / CS
Static Markdown · publish_static

Customer FAQ & Knowledge Base

Stop me from answering the same customer questions over and over.

A topic-grouped help center behind one link: answer each question once, point everyone there, and update it the moment something changes. Make it public for customers or keep it behind login for an internal team — same artifact, your call.

Prompt for Claude
Create a customer FAQ and knowledge base. Topics: getting started, billing, account and security, troubleshooting, contacting support. For each topic, 4-6 question-and-answer entries. Write as Markdown with a table of contents at the top, clear headings per topic, and note callouts for tips. Publish to publishwith.ai as "help-center".

From prompt to published in under 10 minutes.

Add publishwith.ai to your Claude Project, copy a prompt above, and publish. Free, no credit card required.

Start free →