Prompt Builder
Collect data from your dashboard and generate a comprehensive prompt for your AI agent or developer.
Sample output
How the Prompt Builder works
As you browse your dashboard, click “Add to Prompt Builder” to collect findings — analytics snapshots, AI insights, competitor analyses, speed and uptime data. Then the AI synthesizes everything into one ready-to-hand-off document: an improvement prompt for Claude, ChatGPT, or your developer, or a Claude Code skill you drop straight into your project.
Improvement Prompt
A markdown prompt for Cursor, Claude Code, or your developer with prioritized actionable improvements.
Claude Code Skill
A reusable Claude Code skill (.md with frontmatter) you can drop into your project's skills folder.
Generated prompt
What the Prompt Builder produced for Brew Explorer from 4 collected data sources.
Sample output
# Improvement Prompt — Brew Explorer (brew.bintini.com)
## Context
Brew Explorer is a Homebrew package explorer for developers. Visitors
browse formulae and casks, check install commands, and compare package
versions. Primary goal: help developers find and install packages faster.
## Key findings (from Crafty Meerkat analytics, last 30 days)
- 41,283 pageviews, 18,904 unique visitors, 62% via organic search
- Top entry page: /formula/ffmpeg (Hacker News + GitHub README links)
- /casks has a 71% bounce rate on mobile vs 38% on desktop
- 1 in 4 on-site searches returns zero results (no fuzzy matching)
- 84 formula pages are missing meta descriptions entirely
- Median LCP is 2.9s on mobile (target: under 2.5s)
## Prioritized tasks
### 1. Fix the /casks grid on mobile (high impact)
The cask card grid overflows the viewport below 480px, forcing
horizontal scrolling. Rework it to a single-column stack at small
breakpoints and verify tap targets are at least 44px.
### 2. Add meta descriptions to formula pages (SEO)
Generate a descriptive meta tag per formula from its description and
latest version, e.g. "Install ffmpeg 7.1 with Homebrew — play, record,
convert, and stream audio and video."
### 3. Add fuzzy matching to /search
Zero-result searches (25%) are mostly typos and partial names
("imagemagik", "postgre"). Add trigram or Levenshtein-based fallback
suggestions before showing an empty state.
## Acceptance criteria
- /casks renders without horizontal scroll at 375px width
- All formula pages ship a unique meta description under 160 chars
- Searches for "imagemagik" and "postgre" surface the right packages
- Mobile LCP on the top 10 pages measures under 2.5s after changesGenerate prompts like this from your own site's real data.
Start free trial