50 Claude Prompts That Build Internal Tools
Paste a prompt and Claude builds a working internal tool — an admin panel, approval queue, or CRM — as a previewable artifact, in plain English. Not "here's a Jira ticket for engineering."
In short: This page contains 50 copy-paste ready prompts, organized into 5 categories with a description and pro tip for each. The first 15 prompts are free instantly — no signup needed. Hand-curated and tested by the AI Academy team.
Admin Panels & Internal Dashboards
10 promptsOperations KPI Dashboard
1/50You are a senior product designer and front-end engineer specializing in internal admin tools. <context> I run operations at a mid-size company and need a single-screen KPI dashboard I can preview instantly as an artifact and hand to my team. </context> <inputs> - Business: [WHAT THE COMPANY DOES] - Top metrics to track: [E.G. REVENUE, CHURN, TICKETS, NPS] - Update cadence: [DAILY/WEEKLY] </inputs> <task> Build an internal operations dashboard with a top row of metric cards (value, delta vs last period, trend arrow), a main panel of simple inline-SVG charts, a filterable activity table, and a date-range selector. Seed it with realistic sample data so it looks alive. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS only for filtering and the date selector. - Mobile-first, accessible contrast, semantic HTML, real labels (no lorem ipsum). - Clear visual hierarchy so the most important number reads first. </constraints> <format> Return the full HTML in an artifact, then a short list of the metrics and design decisions you made. </format>
Generates a single-screen operations KPI dashboard with metric cards, inline charts, and a filterable activity table as a previewable artifact.
Pro tip: List your exact metrics with their target thresholds so Claude can color-code cards red/amber/green instead of guessing.
User Account Admin Panel
2/50You are a senior front-end engineer who builds clean internal admin panels. <context> I need a back-office panel to view and manage user accounts, previewable instantly as an artifact for a stakeholder demo. </context> <inputs> - Product: [WHAT USERS SIGN UP FOR] - Account fields: [E.G. NAME, EMAIL, PLAN, STATUS, SIGNUP DATE] - Common admin actions: [E.G. SUSPEND, RESET PASSWORD, CHANGE PLAN] </inputs> <task> Build a user-management admin panel: searchable, sortable user table with status badges, a detail drawer that slides in on row click, inline action buttons, and a header summary of total/active/suspended users. Seed 15 realistic users. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for search, sort, and the drawer. - Mobile-first, accessible contrast, semantic table markup, real names and emails (no lorem ipsum). - Destructive actions get a confirm step. </constraints> <format> Return the full HTML in an artifact, then list the actions wired up and any assumptions. </format>
Generates a searchable user-management admin panel with status badges, a detail drawer, and inline actions as a previewable artifact.
Pro tip: Name the one action your support team does most (e.g. plan changes) so Claude makes it the primary, hardest-to-misclick button.
Content Moderation Queue
3/50You are a senior front-end engineer building trust-and-safety tooling. <context> My team reviews flagged user content and I need a moderation queue I can preview as an artifact and test the workflow on. </context> <inputs> - Content type: [POSTS/COMMENTS/LISTINGS/IMAGES] - Flag reasons: [E.G. SPAM, ABUSE, OFF-TOPIC] - Decisions available: [APPROVE/REMOVE/ESCALATE] </inputs> <task> Build a moderation queue: a left list of pending items with reason tags and severity, a main review pane showing the content and reporter context, and decision buttons that move the item out of the queue and update the pending count. Seed 12 realistic items. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for selection and queue state. - Mobile-first, accessible contrast, semantic HTML, real example content (no lorem ipsum). - Keyboard shortcuts for approve/remove if feasible. </constraints> <format> Return the full HTML in an artifact, then list the decisions and shortcuts you wired up. </format>
Generates a content moderation queue with flag tags, a review pane, and decision actions that update queue state as a previewable artifact.
Pro tip: Ask Claude to log every decision into a visible 'recent actions' panel so you can demo an undo-and-audit workflow.
Feature Flag Control Panel
4/50You are a senior front-end engineer building internal developer tooling. <context> I manage feature rollouts and want a feature-flag control panel I can preview as an artifact to align my team on the UI. </context> <inputs> - Product areas: [E.G. CHECKOUT, ONBOARDING, SEARCH] - Environments: [DEV/STAGING/PROD] - Rollout controls needed: [TOGGLE, % ROLLOUT, AUDIENCE] </inputs> <task> Build a feature-flag panel: a table of flags with environment toggles, a rollout-percentage slider, an audience dropdown, last-changed-by metadata, and a search box. Seed 10 realistic flags across environments. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for toggles, sliders, and search. - Mobile-first, accessible contrast, semantic HTML, real flag names (no lorem ipsum). - Show a clear on/off state and a warning style when a flag is live in production. </constraints> <format> Return the full HTML in an artifact, then list the controls and any assumptions. </format>
Generates a feature-flag control panel with environment toggles, rollout sliders, and audience targeting as a previewable artifact.
Pro tip: Tell Claude to require a confirmation modal for any prod toggle so the demo shows a safe-by-default rollout flow.
Support Ticket Dashboard
5/50You are a senior front-end engineer building customer-support tooling. <context> I lead a support team and need a ticket dashboard I can preview as an artifact to review queue health at a glance. </context> <inputs> - Channels: [EMAIL/CHAT/PHONE] - Priority levels: [LOW/MEDIUM/HIGH/URGENT] - SLA targets: [E.G. FIRST RESPONSE < 2H] </inputs> <task> Build a support dashboard: summary cards (open, overdue, resolved today, avg response), a filterable ticket table with priority and SLA-status badges, an agent-workload sidebar, and channel filters. Seed 18 realistic tickets with timestamps. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for filtering and SLA coloring. - Mobile-first, accessible contrast, semantic table markup, real subjects (no lorem ipsum). - Overdue tickets visually jump out. </constraints> <format> Return the full HTML in an artifact, then list the filters and SLA logic you applied. </format>
Generates a support ticket dashboard with SLA-status badges, agent workload, and channel filters as a previewable artifact.
Pro tip: Give Claude your real SLA thresholds in hours so the overdue logic and color coding match how your team actually triages.
Inventory Management Panel
6/50You are a senior front-end engineer building operations tooling. <context> I manage stock for a product business and want an inventory panel I can preview as an artifact before scoping a real build. </context> <inputs> - Product categories: [E.G. APPAREL, ELECTRONICS] - Fields per SKU: [NAME, SKU, STOCK, REORDER POINT, SUPPLIER] - Locations: [WAREHOUSE/STORE NAMES] </inputs> <task> Build an inventory panel: a SKU table with stock levels, low-stock and out-of-stock badges, a reorder-point indicator, inline quantity adjust controls, category and location filters, and summary cards for total SKUs and items needing reorder. Seed 20 realistic SKUs. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for filtering and quantity edits. - Mobile-first, accessible contrast, semantic table markup, real product names (no lorem ipsum). - Items below reorder point are visually flagged. </constraints> <format> Return the full HTML in an artifact, then list the columns and reorder logic you used. </format>
Generates an inventory management panel with stock levels, low-stock flags, and reorder indicators as a previewable artifact.
Pro tip: Specify your reorder points per category so the low-stock flags reflect real lead times instead of a flat threshold.
Analytics Reporting Console
7/50You are a senior front-end engineer and data designer building internal reporting tools. <context> I need an internal analytics console I can preview as an artifact to standardize how my team reads weekly numbers. </context> <inputs> - Domain: [E.G. MARKETING, SALES, PRODUCT] - Key dimensions: [E.G. CHANNEL, REGION, SEGMENT] - Core metrics: [E.G. SIGNUPS, CONVERSION, COST] </inputs> <task> Build a reporting console: a metric-overview row, a dimension breakdown table with sortable columns and inline bar comparisons, a simple inline-SVG trend chart, and dimension/date filters. Seed realistic multi-dimensional sample data. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for sorting and filtering. - Mobile-first, accessible contrast, semantic table markup, real dimension labels (no lorem ipsum). - Numbers formatted with thousands separators and clear units. </constraints> <format> Return the full HTML in an artifact, then list the metrics, dimensions, and formatting choices. </format>
Generates an internal analytics console with a breakdown table, inline comparisons, and a trend chart as a previewable artifact.
Pro tip: Tell Claude which single metric is your 'north star' so it anchors the layout and sort order around it.
System Status Board
8/50You are a senior front-end engineer building reliability tooling. <context> I need an internal system status board I can preview as an artifact to show service health during incidents. </context> <inputs> - Services: [LIST OF SYSTEMS/APIS] - States: [OPERATIONAL/DEGRADED/DOWN/MAINTENANCE] - Metrics shown: [UPTIME %, LATENCY, LAST INCIDENT] </inputs> <task> Build a status board: an overall-health banner, a grid of service cards with status color, uptime and latency stats, a recent-incidents timeline, and a filter for state. Seed realistic services and a couple of past incidents. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for filtering. - Mobile-first, accessible contrast (not color alone — include status text/icons), semantic HTML, real service names (no lorem ipsum). - The overall banner reflects the worst current service state. </constraints> <format> Return the full HTML in an artifact, then list the services and status logic you used. </format>
Generates an internal system status board with service health cards, uptime stats, and an incident timeline as a previewable artifact.
Pro tip: Ask Claude to pair every color with a text label and icon so the board stays readable for colorblind teammates and on projectors.
Role & Permissions Manager
9/50You are a senior front-end engineer building access-control tooling. <context> I need a roles-and-permissions manager I can preview as an artifact to plan our access model with the team. </context> <inputs> - Roles: [E.G. ADMIN, MANAGER, MEMBER, VIEWER] - Resources: [E.G. BILLING, USERS, REPORTS, SETTINGS] - Permission types: [VIEW/EDIT/DELETE] </inputs> <task> Build a permissions manager: a roles × resources matrix with checkbox toggles per permission type, a role sidebar with member counts, a search box for resources, and a summary of changes pending save. Seed realistic roles and resources. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for toggles and the matrix. - Mobile-first, accessible contrast, semantic table markup, real role names (no lorem ipsum). - Admin row is locked to full access with a clear indicator. </constraints> <format> Return the full HTML in an artifact, then list the roles, resources, and any rules you enforced. </format>
Generates a roles-and-permissions matrix manager with per-resource toggles and member counts as a previewable artifact.
Pro tip: List your real resources and roles up front so the matrix maps to your actual product instead of generic placeholders.
Audit Log Viewer
10/50You are a senior front-end engineer building compliance and security tooling. <context> I need an internal audit-log viewer I can preview as an artifact to review who did what across the system. </context> <inputs> - Event types: [E.G. LOGIN, PERMISSION CHANGE, EXPORT, DELETE] - Actor info: [USER, ROLE, IP] - Filters needed: [ACTOR, EVENT TYPE, DATE RANGE] </inputs> <task> Build an audit-log viewer: a chronological event table with actor, action, target, timestamp, and an expandable detail row showing before/after values; filters by actor, event type, and date; and a search box. Seed 25 realistic log entries. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for filtering and row expansion. - Mobile-first, accessible contrast, semantic table markup, real-looking events (no lorem ipsum). - High-risk events (deletes, permission changes) are visually distinct. </constraints> <format> Return the full HTML in an artifact, then list the event types and filters you implemented. </format>
Generates an audit-log viewer with expandable event details, actor info, and risk highlighting as a previewable artifact.
Pro tip: Define which events count as 'high-risk' so Claude highlights exactly the actions your compliance review cares about.
XML tags are just the start. Learn the full Claude workflow.
A growing library of 300+ hands-on AI tutorials covering Claude, ChatGPT, and 50+ tools. New tutorials added every week.
Approval & Request Workflows
10 promptsExpense Approval Queue
11/50You are a senior front-end engineer building finance operations tools. <context> I approve team expenses and want an expense approval queue I can preview as an artifact to test the review flow. </context> <inputs> - Expense categories: [E.G. TRAVEL, SOFTWARE, MEALS] - Approval thresholds: [E.G. AUTO < $50, MANAGER < $500] - Fields per request: [EMPLOYEE, AMOUNT, CATEGORY, DATE, NOTE] </inputs> <task> Build an expense approval queue: a pending list with amount, category, and submitter; a detail pane with the receipt note and policy check; approve/reject buttons with a comment field; and summary cards for pending count and total amount awaiting approval. Seed 12 realistic requests. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for queue state and actions. - Mobile-first, accessible contrast, semantic HTML, real expense descriptions (no lorem ipsum). - Requests over the manager threshold are flagged for extra scrutiny. </constraints> <format> Return the full HTML in an artifact, then list the thresholds and policy logic you applied. </format>
Generates an expense approval queue with policy checks, approve/reject actions, and pending totals as a previewable artifact.
Pro tip: Give Claude your real approval thresholds so it auto-flags requests that need a second signer instead of a flat rule.
PTO / Time-Off Request Tracker
12/50You are a senior front-end engineer building HR workflow tools. <context> I manage time-off requests and want a PTO tracker I can preview as an artifact to streamline approvals. </context> <inputs> - Leave types: [VACATION/SICK/PERSONAL] - Team size and roles: [HEADCOUNT, DEPARTMENTS] - Balance rules: [E.G. ACCRUAL OR FIXED DAYS] </inputs> <task> Build a PTO request tracker: a pending-requests list with employee, dates, type, and remaining balance; an approve/deny action with optional note; a team calendar strip showing who's out this period; and summary cards for pending and approved days. Seed 14 realistic requests. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for actions and the calendar strip. - Mobile-first, accessible contrast, semantic HTML, real names and dates (no lorem ipsum). - Overlapping requests on the same team are flagged. </constraints> <format> Return the full HTML in an artifact, then list the leave types and conflict logic you used. </format>
Generates a PTO request tracker with balances, approve/deny actions, and an overlap-aware team calendar as a previewable artifact.
Pro tip: Tell Claude your minimum-coverage rule so it flags requests that would leave a team understaffed, not just date overlaps.
Purchase Order Approval Flow
13/50You are a senior front-end engineer building procurement tooling. <context> I handle purchasing and want a purchase-order approval flow I can preview as an artifact to align finance and ops. </context> <inputs> - PO fields: [VENDOR, ITEMS, AMOUNT, DEPARTMENT, NEEDED-BY] - Approval chain: [E.G. MANAGER → FINANCE → CFO BY AMOUNT] - Status states: [DRAFT/PENDING/APPROVED/REJECTED] </inputs> <task> Build a PO approval flow: a request list with status badges, a detail pane showing line items and the current approval step, a visual approval-chain stepper, and approve/reject controls that advance the step. Seed 10 realistic POs at different stages. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for the stepper and actions. - Mobile-first, accessible contrast, semantic HTML, real vendor and item names (no lorem ipsum). - The required approval chain changes based on the PO amount. </constraints> <format> Return the full HTML in an artifact, then list the approval-chain rules you implemented. </format>
Generates a purchase-order approval flow with a multi-step approval chain stepper and amount-based routing as a previewable artifact.
Pro tip: Spell out your approval chain by dollar bracket so the stepper routes each PO to the right approvers automatically.
Content Publishing Approval
14/50You are a senior front-end engineer building editorial workflow tools. <context> I run content and want a publishing approval tool I can preview as an artifact to move drafts through review. </context> <inputs> - Content types: [BLOG/SOCIAL/EMAIL] - Review stages: [DRAFT → EDIT → LEGAL → PUBLISH] - Roles: [WRITER, EDITOR, REVIEWER] </inputs> <task> Build a publishing approval board: a kanban-style column per review stage with draft cards (title, author, due date), drag-or-click to advance, a detail drawer with the review checklist and comments, and a count per column. Seed 12 realistic drafts. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for moving cards and the drawer. - Mobile-first, accessible contrast, semantic HTML, real draft titles (no lorem ipsum). - A card can't reach Publish until its checklist items are checked. </constraints> <format> Return the full HTML in an artifact, then list the stages and gating rules you applied. </format>
Generates a content publishing approval board with review stages, checklists, and stage gating as a previewable artifact.
Pro tip: Provide your real review checklist per content type so the publish gate enforces the steps your team actually skips.
Access Request Approver
15/50You are a senior front-end engineer building IT and security workflow tools. <context> I handle internal access requests and want an approver tool I can preview as an artifact to standardize grants. </context> <inputs> - Systems: [E.G. CRM, ANALYTICS, BILLING, REPO] - Access levels: [VIEW/EDIT/ADMIN] - Justification required: [YES/NO] </inputs> <task> Build an access-request approver: a pending list with requester, system, level, and justification; an approve/deny action with an expiry-date picker for temporary access; a risk badge for admin-level requests; and summary cards for pending and expiring-soon grants. Seed 12 realistic requests. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for actions and the date picker. - Mobile-first, accessible contrast, semantic HTML, real system names (no lorem ipsum). - Admin requests require a justification before approval is allowed. </constraints> <format> Return the full HTML in an artifact, then list the systems and risk rules you used. </format>
Generates an access-request approver with risk badges, time-limited grants, and justification gating as a previewable artifact.
Pro tip: Mark which systems are sensitive so Claude forces an expiry date and extra justification only where it matters.
Discount Approval Tool
16/50You are a senior front-end engineer building sales-operations tools. <context> I manage deal desk and want a discount approval tool I can preview as an artifact to control margin. </context> <inputs> - Product / list prices: [SKUS AND PRICES] - Discount tiers and approvers: [E.G. <10% REP, <25% MANAGER, >25% VP] - Deal fields: [CUSTOMER, REQUESTED %, REASON, DEAL SIZE] </inputs> <task> Build a discount approval tool: a request list with requested discount and resulting price, a margin-impact indicator, an auto-routing label showing which approver is required, approve/reject controls, and summary cards for pending requests and average discount. Seed 10 realistic deals. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for routing and actions. - Mobile-first, accessible contrast, semantic HTML, real customer and product names (no lorem ipsum). - Discounts above the top tier are visually flagged as high-risk. </constraints> <format> Return the full HTML in an artifact, then list the discount tiers and routing rules you applied. </format>
Generates a discount approval tool with margin impact, tier-based approver routing, and risk flags as a previewable artifact.
Pro tip: Give Claude your discount tiers and approvers so each request auto-routes and your reps stop pinging the wrong manager.
Vendor Onboarding Approval
17/50You are a senior front-end engineer building procurement and compliance tools. <context> I vet new vendors and want an onboarding approval tool I can preview as an artifact to track due diligence. </context> <inputs> - Vendor types: [SOFTWARE/SERVICES/SUPPLIES] - Required docs: [E.G. W-9, INSURANCE, NDA, SECURITY REVIEW] - Approval owners: [FINANCE, LEGAL, SECURITY] </inputs> <task> Build a vendor onboarding approver: a vendor list with onboarding-progress bars, a detail pane with a document checklist and per-owner sign-off, status badges (in review / approved / blocked), and a summary of vendors awaiting each owner. Seed 8 realistic vendors at different stages. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for checklist and sign-off state. - Mobile-first, accessible contrast, semantic HTML, real vendor and document names (no lorem ipsum). - A vendor can't be approved until all required docs are checked. </constraints> <format> Return the full HTML in an artifact, then list the required docs and sign-off rules. </format>
Generates a vendor onboarding approval tool with document checklists, per-owner sign-off, and progress tracking as a previewable artifact.
Pro tip: List the exact documents each owner must sign off so the progress bar reflects your real compliance gate, not a generic one.
Refund Request Reviewer
18/50You are a senior front-end engineer building customer-operations tools. <context> I handle refunds and want a refund request reviewer I can preview as an artifact to make decisions consistent. </context> <inputs> - Refund reasons: [E.G. DEFECTIVE, LATE, CHANGED MIND] - Policy rules: [E.G. FULL < 30 DAYS, PARTIAL AFTER] - Request fields: [CUSTOMER, ORDER, AMOUNT, REASON, DATE] </inputs> <task> Build a refund reviewer: a request queue with order value and reason, a policy-check banner that shows whether the request is within policy, approve/partial/deny actions with a suggested amount, and summary cards for pending count and total refund exposure. Seed 12 realistic requests. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for the policy check and actions. - Mobile-first, accessible contrast, semantic HTML, real order and reason text (no lorem ipsum). - Out-of-policy requests require a reason note before approval. </constraints> <format> Return the full HTML in an artifact, then list the policy rules and suggested-amount logic. </format>
Generates a refund request reviewer with automatic policy checks, suggested amounts, and exposure totals as a previewable artifact.
Pro tip: Encode your refund policy windows so the tool auto-suggests full vs partial and your team only judges the edge cases.
Document Sign-Off Workflow
19/50You are a senior front-end engineer building approval-routing tools. <context> I route documents for sign-off and want a sign-off workflow I can preview as an artifact to see status at a glance. </context> <inputs> - Document types: [CONTRACTS/POLICIES/REPORTS] - Signers and order: [E.G. AUTHOR → MANAGER → LEGAL] - Deadlines: [TURNAROUND EXPECTATIONS] </inputs> <task> Build a sign-off workflow: a document list with current-signer and due date, a detail pane showing the signer sequence with completed/pending/overdue states, a sign and a request-changes action that advances or returns the doc, and summary cards for awaiting-me and overdue counts. Seed 10 realistic documents. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for advancing the sequence. - Mobile-first, accessible contrast, semantic HTML, real document titles (no lorem ipsum). - Overdue documents are clearly flagged. </constraints> <format> Return the full HTML in an artifact, then list the signer sequences and status logic you used. </format>
Generates a document sign-off workflow with sequential signers, status states, and overdue flags as a previewable artifact.
Pro tip: Define each document type's signer order so the sequence stepper matches who actually has to approve what.
Idea / Project Intake Board
20/50You are a senior front-end engineer building intake and prioritization tools. <context> I triage incoming project requests and want an intake board I can preview as an artifact to decide what we take on. </context> <inputs> - Request fields: [TITLE, REQUESTER, IMPACT, EFFORT, DEPARTMENT] - Scoring model: [E.G. IMPACT VS EFFORT] - Decision states: [NEW/REVIEWING/APPROVED/DECLINED] </inputs> <task> Build a project intake board: a submission list with an impact/effort score and a computed priority badge, a quadrant view (high-impact/low-effort highlighted), approve/decline actions with a reason, and summary cards for new and approved requests. Seed 14 realistic submissions. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for scoring and the quadrant. - Mobile-first, accessible contrast, semantic HTML, real request titles (no lorem ipsum). - Quick-win items (high impact, low effort) are visually surfaced first. </constraints> <format> Return the full HTML in an artifact, then list the scoring model and prioritization logic. </format>
Generates a project intake board with impact/effort scoring, a priority quadrant, and approval actions as a previewable artifact.
Pro tip: Tell Claude how you weight impact vs effort so the priority badge ranks requests the way your team actually decides.
CRMs & Pipeline Trackers
10 promptsSales Pipeline CRM
21/50You are a senior front-end engineer building sales tooling. <context> I run a sales team and want a pipeline CRM I can preview as an artifact to manage deals in one view. </context> <inputs> - Pipeline stages: [E.G. LEAD, QUALIFIED, PROPOSAL, CLOSED] - Deal fields: [COMPANY, VALUE, OWNER, CLOSE DATE] - Team: [REP NAMES] </inputs> <task> Build a sales pipeline CRM: a kanban board with a column per stage, deal cards (company, value, owner, days-in-stage), drag-or-click to move stages, a header with total pipeline value and weighted forecast, and an owner filter. Seed 16 realistic deals across stages. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for moving cards, totals, and filtering. - Mobile-first, accessible contrast, semantic HTML, real company names (no lorem ipsum). - Stale deals (long days-in-stage) are visually flagged. </constraints> <format> Return the full HTML in an artifact, then list the stages, forecast weighting, and assumptions. </format>
Generates a kanban sales pipeline CRM with deal cards, weighted forecast, and stale-deal flags as a previewable artifact.
Pro tip: Give Claude a win-probability per stage so the weighted forecast reflects your real close rates, not even splits.
Vendor / Supplier CRM
22/50You are a senior front-end engineer building procurement relationship tools. <context> I manage suppliers and want a vendor CRM I can preview as an artifact to track relationships and contracts. </context> <inputs> - Vendor fields: [NAME, CATEGORY, CONTACT, SPEND, RENEWAL DATE] - Relationship status: [ACTIVE/AT-RISK/CHURNED] - Categories: [E.G. SOFTWARE, LOGISTICS] </inputs> <task> Build a vendor CRM: a searchable vendor table with status badges and annual spend, a detail drawer with contacts, contract terms, and an interaction-notes timeline, renewal-soon flags, and summary cards for total spend and upcoming renewals. Seed 15 realistic vendors. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for search, the drawer, and renewal flags. - Mobile-first, accessible contrast, semantic table markup, real vendor names (no lorem ipsum). - Vendors renewing within 60 days are surfaced prominently. </constraints> <format> Return the full HTML in an artifact, then list the fields and renewal logic you used. </format>
Generates a vendor CRM with spend tracking, contract terms, renewal flags, and an interaction timeline as a previewable artifact.
Pro tip: Set your renewal-warning window so Claude surfaces contracts early enough for you to renegotiate, not after they auto-renew.
Recruiting / Candidate Tracker
23/50You are a senior front-end engineer building recruiting tools. <context> I run hiring and want an applicant tracker I can preview as an artifact to manage candidates through stages. </context> <inputs> - Roles open: [JOB TITLES] - Pipeline stages: [APPLIED, SCREEN, INTERVIEW, OFFER, HIRED] - Candidate fields: [NAME, ROLE, SOURCE, RATING] </inputs> <task> Build a candidate tracker: a kanban board by stage with candidate cards (name, role, rating, days-since-applied), move-stage actions, a role filter, a detail drawer with notes and interview scorecards, and summary cards for active candidates and offers out. Seed 16 realistic candidates. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for moving cards, filtering, and the drawer. - Mobile-first, accessible contrast, semantic HTML, real names and roles (no lorem ipsum). - Candidates stalled in a stage too long are flagged. </constraints> <format> Return the full HTML in an artifact, then list the stages and flagging logic you used. </format>
Generates a recruiting candidate tracker with a stage kanban, scorecards, and stall flags as a previewable artifact.
Pro tip: Tell Claude your target days-per-stage so it flags candidates going cold before good ones drop out of your funnel.
Partner / Affiliate Tracker
24/50You are a senior front-end engineer building partnerships tools. <context> I manage partners and affiliates and want a tracker I can preview as an artifact to monitor performance and payouts. </context> <inputs> - Partner types: [AFFILIATE/RESELLER/AGENCY] - Metrics: [REFERRALS, REVENUE, COMMISSION, STATUS] - Payout terms: [E.G. % OF REVENUE] </inputs> <task> Build a partner tracker: a sortable table with referrals, revenue, owed commission, and tier badges; a detail drawer with the referral history and payout status; tier and status filters; and summary cards for total partner revenue and commission owed. Seed 14 realistic partners. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for sorting, filtering, and the drawer. - Mobile-first, accessible contrast, semantic table markup, real partner names (no lorem ipsum). - Top-performing partners are visually highlighted. </constraints> <format> Return the full HTML in an artifact, then list the metrics and commission logic you used. </format>
Generates a partner/affiliate tracker with referral metrics, commission owed, and tier highlighting as a previewable artifact.
Pro tip: Provide your commission tiers so the owed-commission column calculates correctly instead of using a flat percentage.
Customer Success Health Tracker
25/50You are a senior front-end engineer building customer-success tooling. <context> I run customer success and want an account health tracker I can preview as an artifact to spot churn risk early. </context> <inputs> - Account fields: [COMPANY, PLAN, MRR, CSM, RENEWAL DATE] - Health signals: [USAGE, SUPPORT TICKETS, NPS] - Risk bands: [HEALTHY/WATCH/AT-RISK] </inputs> <task> Build a CS health tracker: an account table with a computed health score and risk badge, a detail drawer showing usage trend, open tickets, and last touchpoint, renewal-soon flags, CSM and risk filters, and summary cards for at-risk MRR and renewals this quarter. Seed 15 realistic accounts. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for scoring, filtering, and the drawer. - Mobile-first, accessible contrast, semantic table markup, real company names (no lorem ipsum). - At-risk accounts with near renewals are surfaced at the top. </constraints> <format> Return the full HTML in an artifact, then list the health-score inputs and risk logic. </format>
Generates a customer success health tracker with computed health scores, churn-risk bands, and at-risk MRR as a previewable artifact.
Pro tip: Tell Claude how to weight usage, tickets, and NPS so the health score flags the accounts your CSMs should call this week.
Lead Capture & Qualification Tool
26/50You are a senior front-end engineer building marketing-operations tools. <context> I manage inbound leads and want a capture-and-qualification tool I can preview as an artifact to route leads fast. </context> <inputs> - Lead fields: [NAME, COMPANY, SOURCE, BUDGET, ROLE] - Scoring criteria: [E.G. COMPANY SIZE, INTENT, FIT] - Routing rules: [E.G. HOT → SALES, COLD → NURTURE] </inputs> <task> Build a lead qualification tool: an intake form that adds a lead to a scored list, an auto-computed lead score with a hot/warm/cold badge, a routing label based on score, source and status filters, and summary cards for new leads and hot-lead count. Seed 14 realistic leads plus a working add-lead form. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for the form, scoring, and filtering. - Mobile-first, accessible contrast, semantic form markup with labels, real company names (no lorem ipsum). - Hot leads are visually prioritized at the top. </constraints> <format> Return the full HTML in an artifact, then list the scoring criteria and routing rules you used. </format>
Generates a lead capture and qualification tool with a scoring model, routing labels, and an add-lead form as a previewable artifact.
Pro tip: Define your scoring weights and routing thresholds so hot leads actually map to who your sales team should call first.
Deal Forecast Tracker
27/50You are a senior front-end engineer and data designer building sales-forecasting tools. <context> I need a deal forecast tracker I can preview as an artifact to project the quarter for my sales team. </context> <inputs> - Quota / target: [PERIOD TARGET] - Deal fields: [NAME, VALUE, STAGE, PROBABILITY, CLOSE DATE] - Forecast categories: [COMMIT/BEST-CASE/PIPELINE] </inputs> <task> Build a forecast tracker: a summary showing target, weighted forecast, and gap-to-quota with a progress bar; a deal table with category badges and editable probability; a forecast-category breakdown; and filters by rep and category. Seed 16 realistic deals. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for recalculating the forecast on edits. - Mobile-first, accessible contrast, semantic table markup, real deal names (no lorem ipsum). - The gap-to-quota updates live as probabilities change. </constraints> <format> Return the full HTML in an artifact, then list the forecast categories and calculation logic. </format>
Generates a deal forecast tracker with weighted projections, gap-to-quota, and editable probabilities as a previewable artifact.
Pro tip: Enter your real quota and stage probabilities so the gap-to-quota number is something you can actually act on.
Investor / Fundraising CRM
28/50You are a senior front-end engineer building founder tools. <context> I'm raising a round and want an investor CRM I can preview as an artifact to run the raise like a pipeline. </context> <inputs> - Raise stages: [RESEARCH, INTRO, MEETING, DILIGENCE, TERM SHEET] - Investor fields: [FIRM, CHECK SIZE, LEAD/FOLLOW, OWNER] - Target raise: [AMOUNT] </inputs> <task> Build an investor CRM: a kanban by raise stage with investor cards (firm, potential check, warmth), move-stage actions, a header showing committed vs target with a progress bar, a detail drawer with contact notes and next steps, and summary cards for committed amount and active conversations. Seed 16 realistic investors. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for moving cards, totals, and the drawer. - Mobile-first, accessible contrast, semantic HTML, real-looking firm names (no lorem ipsum). - Stalled conversations are flagged to follow up. </constraints> <format> Return the full HTML in an artifact, then list the stages and progress logic you used. </format>
Generates an investor fundraising CRM with a raise pipeline, committed-vs-target progress, and follow-up flags as a previewable artifact.
Pro tip: Enter your target raise and per-investor check sizes so the committed-vs-target bar tracks your real round in real time.
Property / Asset Tracker
29/50You are a senior front-end engineer building asset-management tools. <context> I track physical assets (or properties) and want a tracker I can preview as an artifact to know status and value. </context> <inputs> - Asset type: [PROPERTIES/EQUIPMENT/VEHICLES] - Fields: [NAME, LOCATION, STATUS, VALUE, ASSIGNED TO] - Status states: [AVAILABLE/IN-USE/MAINTENANCE] </inputs> <task> Build an asset tracker: a searchable table with status badges, assigned owner, and value; a detail drawer with maintenance history and next service date; location and status filters; and summary cards for total asset value and items in maintenance. Seed 16 realistic assets. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for search, filtering, and the drawer. - Mobile-first, accessible contrast, semantic table markup, real asset names (no lorem ipsum). - Assets overdue for maintenance are clearly flagged. </constraints> <format> Return the full HTML in an artifact, then list the fields and maintenance logic you used. </format>
Generates a property/asset tracker with status badges, maintenance history, and overdue-service flags as a previewable artifact.
Pro tip: Give Claude your service intervals so overdue-maintenance flags reflect each asset type's real schedule, not one rule for all.
Outreach / Follow-Up Tracker
30/50You are a senior front-end engineer building business-development tools. <context> I run outreach and want a follow-up tracker I can preview as an artifact so no contact slips through the cracks. </context> <inputs> - Contact fields: [NAME, COMPANY, CHANNEL, LAST CONTACT, NEXT STEP] - Cadence rules: [E.G. FOLLOW UP EVERY 5 DAYS] - Status: [NEW/CONTACTED/REPLIED/CLOSED] </inputs> <task> Build an outreach tracker: a contact table with last-contact date, a computed due-for-follow-up badge, next-step notes, and status; a 'due today' filter; quick-log buttons to record a touch and reset the cadence; and summary cards for due-today and awaiting-reply counts. Seed 16 realistic contacts. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for cadence calc and logging. - Mobile-first, accessible contrast, semantic table markup, real names (no lorem ipsum). - Overdue follow-ups are visually prioritized. </constraints> <format> Return the full HTML in an artifact, then list the cadence rules and logging behavior you used. </format>
Generates an outreach follow-up tracker with cadence-based due flags, quick-log actions, and overdue prioritization as a previewable artifact.
Pro tip: Set your follow-up cadence in days so the 'due today' list matches the rhythm you actually want to work your contacts.
These prompts give you the what. Tutorials give you the why.
Learn when to use extended thinking, how to build Claude Projects, and workflows that compound. 300+ tutorials and growing.
Calculators & Internal Utilities
10 promptsPricing / Quote Calculator
31/50You are a senior front-end engineer building sales-enablement utilities. <context> I need a pricing and quote calculator I can preview as an artifact so my team gives consistent quotes. </context> <inputs> - Products / units: [ITEMS AND UNIT PRICES] - Modifiers: [E.G. VOLUME DISCOUNT, ADD-ONS, TAX] - Output needed: [QUOTE TOTAL, MARGIN] </inputs> <task> Build a quote calculator: input fields for quantity and options, live-updating line items, automatic discount and tax application, a clear total and margin readout, and a copy-quote-summary button. Seed sensible default values so it works on load. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for live calculation and copy. - Mobile-first, accessible contrast, semantic form markup with labels, real product names (no lorem ipsum). - All money values formatted with currency and two decimals. </constraints> <format> Return the full HTML in an artifact, then list the pricing rules and calculation logic you used. </format>
Generates a pricing and quote calculator with live line items, discounts, tax, and a copyable summary as a previewable artifact.
Pro tip: Give Claude your real volume-discount breakpoints so quotes match your price book instead of a guessed discount curve.
ROI / Business Case Calculator
32/50You are a senior front-end engineer building decision-support utilities. <context> I need an ROI calculator I can preview as an artifact to justify purchases or projects to stakeholders. </context> <inputs> - Costs: [UPFRONT AND RECURRING COSTS] - Benefits: [TIME SAVED, REVENUE, COST AVOIDED] - Time horizon: [MONTHS/YEARS] </inputs> <task> Build an ROI calculator: input fields for costs and benefits, computed net benefit, ROI %, and payback period, a simple inline-SVG cumulative-return chart over the time horizon, and a verdict banner (good/marginal/poor investment). Seed realistic defaults. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for live calculation and the chart. - Mobile-first, accessible contrast, semantic form markup with labels, real labels (no lorem ipsum). - Show the formulas used beneath the result for transparency. </constraints> <format> Return the full HTML in an artifact, then list the inputs and formulas you used. </format>
Generates an ROI/business-case calculator with payback period, a cumulative-return chart, and a verdict banner as a previewable artifact.
Pro tip: State your hurdle rate or minimum acceptable ROI so the verdict banner reflects your company's real investment bar.
Commission Calculator
33/50You are a senior front-end engineer building sales-compensation utilities. <context> I manage sales comp and want a commission calculator I can preview as an artifact so reps can see their earnings. </context> <inputs> - Commission structure: [E.G. TIERED RATES, ACCELERATORS] - Quota: [PERIOD QUOTA] - Deal inputs: [CLOSED AMOUNT, PRODUCT MIX] </inputs> <task> Build a commission calculator: inputs for closed revenue and attainment, a tiered-rate breakdown table, accelerator logic above quota, a clear total-payout readout, and a small attainment progress bar. Seed realistic defaults that demonstrate an accelerator kicking in. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for tier and accelerator calculation. - Mobile-first, accessible contrast, semantic form markup with labels, real plan terms (no lorem ipsum). - The breakdown shows exactly how each tier contributes to the total. </constraints> <format> Return the full HTML in an artifact, then list the tiers, accelerators, and formulas you used. </format>
Generates a commission calculator with tiered rates, accelerators, and a payout breakdown as a previewable artifact.
Pro tip: Lay out your exact tier breakpoints and accelerator rates so reps trust the number and you avoid comp disputes.
Runway / Burn Rate Calculator
34/50You are a senior front-end engineer building founder finance utilities. <context> I'm a founder and want a runway calculator I can preview as an artifact to know how long our cash lasts. </context> <inputs> - Cash on hand: [BALANCE] - Monthly revenue and expenses: [INFLOWS, OUTFLOWS] - Growth assumptions: [REVENUE GROWTH %] </inputs> <task> Build a runway calculator: inputs for cash, revenue, expenses, and growth; computed monthly net burn and months-of-runway; a projected cash-balance line chart (inline SVG) until zero; and a warning banner when runway drops below a safe threshold. Seed realistic startup defaults. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for projection and the chart. - Mobile-first, accessible contrast, semantic form markup with labels, real labels (no lorem ipsum). - The runway figure recalculates live as inputs change. </constraints> <format> Return the full HTML in an artifact, then list the assumptions and projection logic you used. </format>
Generates a runway/burn-rate calculator with months-of-runway, a cash projection chart, and a low-runway warning as a previewable artifact.
Pro tip: Set the runway-warning threshold to your fundraising lead time so the banner trips while you still have time to raise.
Capacity / Staffing Planner
35/50You are a senior front-end engineer building resource-planning utilities. <context> I plan team workload and want a capacity planner I can preview as an artifact to balance assignments. </context> <inputs> - Team members and weekly hours: [NAMES, AVAILABLE HOURS] - Projects / tasks and estimates: [WORK ITEMS, HOURS] - Planning period: [WEEK/SPRINT] </inputs> <task> Build a capacity planner: a per-person bar showing allocated vs available hours, an assignment table to allocate work, an over/under-capacity indicator per person, a team utilization summary, and a warning when anyone is over-allocated. Seed realistic people and tasks. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for allocation math and warnings. - Mobile-first, accessible contrast, semantic table markup, real names and tasks (no lorem ipsum). - Over-allocated people are visually flagged red. </constraints> <format> Return the full HTML in an artifact, then list the capacity logic and assumptions you used. </format>
Generates a capacity and staffing planner with allocated-vs-available bars, utilization, and over-allocation warnings as a previewable artifact.
Pro tip: Subtract meetings and PTO from each person's available hours so the planner reflects real focus time, not gross hours.
Subscription / SaaS Cost Auditor
36/50You are a senior front-end engineer building finance utilities. <context> I want to audit our software subscriptions and need a cost auditor I can preview as an artifact to cut waste. </context> <inputs> - Subscriptions: [TOOL NAMES] - Per-tool fields: [SEATS, COST PER SEAT, BILLING CYCLE, OWNER, USAGE] - Goal: [E.G. FIND UNUSED SEATS] </inputs> <task> Build a subscription cost auditor: a table normalizing every tool to monthly cost, a utilization column with an underused flag, total monthly and annual spend, a potential-savings estimate from unused seats, and category and owner filters. Seed 14 realistic subscriptions. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for normalization, totals, and filtering. - Mobile-first, accessible contrast, semantic table markup, real tool names (no lorem ipsum). - Underused or duplicate tools are visually flagged. </constraints> <format> Return the full HTML in an artifact, then list the normalization and savings logic you used. </format>
Generates a SaaS subscription cost auditor with normalized monthly spend, utilization flags, and savings estimates as a previewable artifact.
Pro tip: Add a usage percentage per tool so the savings estimate targets real unused seats instead of just listing what you pay.
Margin / Break-Even Calculator
37/50You are a senior front-end engineer building pricing-strategy utilities. <context> I set prices and want a margin and break-even calculator I can preview as an artifact to price products confidently. </context> <inputs> - Costs: [UNIT COST, FIXED COSTS] - Price: [SELLING PRICE OR TARGET MARGIN] - Volume assumptions: [EXPECTED UNITS] </inputs> <task> Build a margin/break-even calculator: inputs for cost, price, and fixed costs; computed gross margin %, contribution per unit, and break-even units; an inline-SVG cost-vs-revenue break-even chart; and a target-margin solver that suggests the price for a desired margin. Seed realistic defaults. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for live calculation and the chart. - Mobile-first, accessible contrast, semantic form markup with labels, real labels (no lorem ipsum). - All results update live as inputs change. </constraints> <format> Return the full HTML in an artifact, then list the formulas and the solver logic you used. </format>
Generates a margin and break-even calculator with contribution margin, a break-even chart, and a target-margin price solver as a previewable artifact.
Pro tip: Separate truly fixed costs from variable ones so the break-even point and per-unit margin come out accurate.
Invoice Generator
38/50You are a senior front-end engineer building billing utilities. <context> I need an invoice generator I can preview as an artifact to create clean, printable invoices fast. </context> <inputs> - Business details: [NAME, ADDRESS, LOGO TEXT] - Client details: [NAME, ADDRESS] - Line items: [DESCRIPTION, QTY, RATE] </inputs> <task> Build an invoice generator: editable business and client blocks, an add/remove line-item table with auto-calculated line totals, subtotal, tax, and grand total, an invoice number and due date, and a print/PDF-friendly layout with a print button. Seed a realistic sample invoice. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for line items, totals, and printing. - Mobile-first on screen but clean on print (print CSS), accessible contrast, semantic markup, real sample copy (no lorem ipsum). - Totals recalculate as line items change. </constraints> <format> Return the full HTML in an artifact, then list the fields and calculation/print logic you used. </format>
Generates an editable invoice generator with auto-calculated totals, tax, and a print-friendly layout as a previewable artifact.
Pro tip: Specify your tax rate and payment terms so the generated invoice is ready to send, not a template you have to fix every time.
Currency / Unit Conversion Utility
39/50You are a senior front-end engineer building internal utilities. <context> I need a quick conversion utility I can preview as an artifact for the units my team uses daily. </context> <inputs> - Conversion domains: [E.G. CURRENCY, WEIGHT, VOLUME, TIME] - Common pairs: [MOST-USED CONVERSIONS] - Default values: [STARTING RATES/UNITS] </inputs> <task> Build a conversion utility: a domain selector, two linked input fields that convert live in both directions, a unit dropdown per side, a small reference table of common conversions, and an editable rate field for currency. Seed sensible defaults so it works on load. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for bidirectional conversion. - Mobile-first, accessible contrast, semantic form markup with labels, real units (no lorem ipsum). - Currency rates are editable since they are not live. </constraints> <format> Return the full HTML in an artifact, then list the domains and conversion logic you used. </format>
Generates a multi-domain conversion utility with bidirectional inputs, unit dropdowns, and an editable rate field as a previewable artifact.
Pro tip: List the exact conversions your team does most so the default view is one click away from the answer you usually need.
Project Cost Estimator
40/50You are a senior front-end engineer building services-pricing utilities. <context> I scope projects and want a cost estimator I can preview as an artifact to build quotes from roles and hours. </context> <inputs> - Roles and rates: [E.G. DESIGNER, DEV, PM HOURLY RATES] - Project phases: [E.G. DISCOVERY, BUILD, QA] - Modifiers: [CONTINGENCY %, RUSH FEE] </inputs> <task> Build a project cost estimator: a phase-by-role hours grid, auto-calculated cost per phase and total, a contingency and rush-fee toggle, a low/expected/high estimate range, and a copyable estimate summary. Seed a realistic sample project. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for the grid math and copy. - Mobile-first, accessible contrast, semantic table markup, real role and phase names (no lorem ipsum). - Totals and the range recalculate live as hours change. </constraints> <format> Return the full HTML in an artifact, then list the rates, phases, and range logic you used. </format>
Generates a project cost estimator with a phase-by-role hours grid, contingency, and a low/expected/high range as a previewable artifact.
Pro tip: Enter your blended role rates and a realistic contingency so the high end of the range covers the scope creep you always hit.
Ops, HR & Team Tools
10 promptsEmployee Onboarding Checklist Tool
41/50You are a senior front-end engineer building HR operations tools. <context> I onboard new hires and want a checklist tool I can preview as an artifact to make every onboarding consistent. </context> <inputs> - Onboarding phases: [E.G. PRE-START, WEEK 1, MONTH 1] - Task owners: [IT, HR, MANAGER] - Common tasks: [ACCOUNTS, EQUIPMENT, TRAINING] </inputs> <task> Build an onboarding checklist tool: a new-hire selector, grouped checklist sections by phase with per-task owner and due-day, a live completion progress bar, an owner filter, and a summary of outstanding tasks per owner. Seed 2-3 sample new hires with realistic tasks. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for checklist state and progress. - Mobile-first, accessible contrast, semantic HTML, real task names (no lorem ipsum). - Overdue tasks (past due-day) are visually flagged. </constraints> <format> Return the full HTML in an artifact, then list the phases and ownership logic you used. </format>
Generates an employee onboarding checklist tool with phased tasks, per-owner assignments, and progress tracking as a previewable artifact.
Pro tip: List your real onboarding tasks by owner so nothing falls between IT, HR, and the manager on day one.
Shift Scheduling Tool
42/50You are a senior front-end engineer building workforce-scheduling tools. <context> I schedule a shift-based team and want a scheduling tool I can preview as an artifact to fill the week without gaps. </context> <inputs> - Staff and roles: [NAMES, ROLES] - Shifts: [TIMES AND REQUIRED HEADCOUNT] - Constraints: [MAX HOURS, AVAILABILITY] </inputs> <task> Build a shift scheduler: a week grid of days × shifts, click-to-assign staff to cells, a per-person weekly-hours tally, an unfilled-shift highlight, an over-max-hours warning, and a coverage summary. Seed a realistic partial schedule. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for assignment, tallies, and warnings. - Mobile-first, accessible contrast, semantic table markup, real names and shift labels (no lorem ipsum). - Unfilled required shifts and over-hours staff are clearly flagged. </constraints> <format> Return the full HTML in an artifact, then list the shift rules and constraint logic you used. </format>
Generates a shift scheduling tool with a week grid, click-to-assign staffing, hour tallies, and coverage gap flags as a previewable artifact.
Pro tip: Provide each person's max hours and availability so the scheduler warns you before you create an unworkable shift.
Team OKR / Goal Tracker
43/50You are a senior front-end engineer building performance-management tools. <context> I run goal-setting and want an OKR tracker I can preview as an artifact to keep the team aligned on outcomes. </context> <inputs> - Objectives: [TOP-LEVEL GOALS] - Key results per objective: [MEASURABLE TARGETS] - Owners and period: [WHO, QUARTER] </inputs> <task> Build an OKR tracker: objective cards each containing key results with a current/target value and a progress bar, an auto-rolled-up objective score, owner tags, an on-track / at-risk / off-track status per KR, and an overall company-progress summary. Seed realistic objectives and key results. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for progress roll-up and status. - Mobile-first, accessible contrast, semantic HTML, real objective text (no lorem ipsum). - At-risk and off-track key results are visually distinct. </constraints> <format> Return the full HTML in an artifact, then list the scoring roll-up and status thresholds you used. </format>
Generates a team OKR/goal tracker with key-result progress, rolled-up objective scores, and status flags as a previewable artifact.
Pro tip: Define your on-track threshold (e.g. pace vs time elapsed) so 'at-risk' reflects whether a KR will actually land by quarter end.
Meeting Agenda & Action Tracker
44/50You are a senior front-end engineer building team-collaboration tools. <context> I run recurring meetings and want an agenda and action tracker I can preview as an artifact so decisions don't get lost. </context> <inputs> - Meeting type: [E.G. WEEKLY STANDUP, LEADERSHIP] - Agenda sections: [UPDATES, DECISIONS, BLOCKERS] - Action fields: [TASK, OWNER, DUE] </inputs> <task> Build a meeting tool: an editable agenda with timeboxes, a running notes area per section, an action-items table with owner, due date, and status, a carry-over view of open actions from prior meetings, and a copy-recap button. Seed a realistic meeting with a few open actions. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for action state and copy. - Mobile-first, accessible contrast, semantic HTML, real agenda and action text (no lorem ipsum). - Overdue open actions are visually flagged. </constraints> <format> Return the full HTML in an artifact, then list the sections and action-tracking logic you used. </format>
Generates a meeting agenda and action tracker with timeboxes, owned action items, and carry-over of open tasks as a previewable artifact.
Pro tip: Tell Claude to carry unfinished actions forward automatically so every meeting starts with last week's loose ends visible.
Equipment / Asset Checkout System
45/50You are a senior front-end engineer building internal logistics tools. <context> I manage shared equipment and want a checkout system I can preview as an artifact to track who has what. </context> <inputs> - Equipment: [ITEM TYPES] - Fields: [ITEM, ASSIGNED TO, CHECKOUT DATE, DUE DATE] - Status: [AVAILABLE/CHECKED-OUT/OVERDUE] </inputs> <task> Build an equipment checkout system: an item table with status badges and current holder, a check-out form (item, person, due date) and a one-click return, an overdue highlight, an availability filter, and summary cards for items out and overdue. Seed 15 realistic items, some checked out. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for checkout/return state and the form. - Mobile-first, accessible contrast, semantic table markup, real item names (no lorem ipsum). - Overdue items are clearly flagged. </constraints> <format> Return the full HTML in an artifact, then list the fields and checkout/return logic you used. </format>
Generates an equipment checkout system with a checkout/return form, holder tracking, and overdue flags as a previewable artifact.
Pro tip: Set default loan durations per item type so due dates fill in automatically and overdue gear is obvious at a glance.
Incident / Issue Log
46/50You are a senior front-end engineer building operations reliability tools. <context> I track operational incidents and want an issue log I can preview as an artifact to manage resolution and learnings. </context> <inputs> - Incident types: [E.G. OUTAGE, SAFETY, QUALITY] - Severity levels: [SEV1-SEV4] - Fields: [TITLE, OWNER, STATUS, OPENED, RESOLVED] </inputs> <task> Build an incident log: a table with severity and status badges, time-open duration, a detail drawer with the timeline and post-incident notes, severity and status filters, and summary cards for open incidents and average time-to-resolve. Seed 14 realistic incidents. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for filtering, duration, and the drawer. - Mobile-first, accessible contrast, semantic table markup, real incident titles (no lorem ipsum). - High-severity open incidents are surfaced at the top. </constraints> <format> Return the full HTML in an artifact, then list the severity scheme and resolution metrics you used. </format>
Generates an incident/issue log with severity badges, time-to-resolve metrics, and a post-incident timeline as a previewable artifact.
Pro tip: Define what each severity level means so the log prioritizes consistently and your resolution metrics stay comparable.
Standup / Status Update Board
47/50You are a senior front-end engineer building team-async tools. <context> I run a distributed team and want a standup board I can preview as an artifact to collect daily updates in one place. </context> <inputs> - Team members: [NAMES] - Update format: [YESTERDAY / TODAY / BLOCKERS] - Filters: [PERSON, BLOCKERS-ONLY] </inputs> <task> Build a standup board: a per-person update card with yesterday/today/blockers fields, an add-update form, a blockers-only filter, a visual blocker badge, and a summary of who has and hasn't posted today. Seed realistic updates for several teammates. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for the form, filtering, and posted-status. - Mobile-first, accessible contrast, semantic form markup with labels, real update text (no lorem ipsum). - Cards with blockers are visually surfaced. </constraints> <format> Return the full HTML in an artifact, then list the fields and filtering logic you used. </format>
Generates an async standup board with per-person updates, a blockers filter, and posted-status tracking as a previewable artifact.
Pro tip: Ask Claude to pin blocker cards to the top so the one thing standup is for (unblocking people) never gets buried.
Performance Review Tool
48/50You are a senior front-end engineer building people-management tools. <context> I run performance reviews and want a review tool I can preview as an artifact to make evaluations structured and fair. </context> <inputs> - Competencies: [E.G. EXECUTION, COLLABORATION, IMPACT] - Rating scale: [E.G. 1-5 OR LEVELS] - Review parts: [SELF, MANAGER, GOALS] </inputs> <task> Build a performance review tool: a competency-by-rating section with notes per competency, a goals-progress section, an auto-computed overall rating, a strengths/growth-areas summary, and a clean print-friendly review layout. Seed a realistic sample review. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for rating calculation; print CSS for export. - Mobile-first, accessible contrast, semantic form markup with labels, real competency text (no lorem ipsum). - The overall rating updates as competency ratings change. </constraints> <format> Return the full HTML in an artifact, then list the competencies and rating logic you used. </format>
Generates a structured performance review tool with weighted competencies, goal progress, and a print-friendly layout as a previewable artifact.
Pro tip: Give Claude weights per competency so the overall rating emphasizes what your role actually values, not a flat average.
Policy / FAQ Knowledge Base
49/50You are a senior front-end engineer building internal knowledge tools. <context> I field repeat questions and want an internal knowledge base I can preview as an artifact so the team self-serves answers. </context> <inputs> - Topics: [E.G. HR, IT, EXPENSES, BENEFITS] - Sample questions: [COMMON QUESTIONS] - Audience: [WHO USES IT] </inputs> <task> Build an internal knowledge base: a search bar that filters articles live, category navigation, expandable question/answer accordions, a 'most viewed' section, and a clear empty-state for no results. Seed realistic categories and 12-15 Q&A entries with real answers. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for search and accordions. - Mobile-first, accessible contrast, semantic HTML with proper headings, real Q&A copy (no lorem ipsum). - Search matches both questions and answer text. </constraints> <format> Return the full HTML in an artifact, then list the categories and search behavior you used. </format>
Generates an internal knowledge base with live search, category nav, and expandable Q&A accordions as a previewable artifact.
Pro tip: Seed it with your actual top repeat questions so the first version already deflects the tickets you answer most.
Office / Desk Booking Tool
50/50You are a senior front-end engineer building workplace-operations tools. <context> I manage a hybrid office and want a desk booking tool I can preview as an artifact so people can reserve space. </context> <inputs> - Spaces: [DESKS, ROOMS, ZONES] - Booking window: [DAYS AHEAD] - Fields: [PERSON, SPACE, DATE, TIME] </inputs> <task> Build a desk booking tool: a date selector, a visual map or grid of spaces with available/booked states, a click-to-book flow with a confirmation, a my-bookings list with cancel, and a capacity summary for the selected day. Seed a realistic layout with some spaces already booked. </task> <constraints> - One self-contained, responsive HTML file; inline CSS; Google Fonts only; vanilla JS for booking state and the date selector. - Mobile-first, accessible contrast, semantic HTML, real space names (no lorem ipsum). - Booked spaces can't be double-booked and show who has them. </constraints> <format> Return the full HTML in an artifact, then list the spaces and booking rules you used. </format>
Generates a desk/office booking tool with a space grid, click-to-book flow, and a my-bookings list as a previewable artifact.
Pro tip: Lay out your real desk and room names so the grid maps to your floor and people book the spot they actually mean.
Frequently Asked Questions
Prompts are the starting line. Tutorials are the finish.
A growing library of 300+ hands-on tutorials on ChatGPT, Claude, Midjourney, and 50+ AI tools. New tutorials added every week.
7-day free trial. Cancel anytime.