AI explainer hosting.
Publish Instantly.

Install the Claude Code skill, run /explainer, get a shareable URL — no manual curl required. Works with any AI coding agent: Claude Code, Cursor, Copilot, Codex, and more.

Claude Code · Cursor · Copilot · Codex 30-day free retention No credit card

How it works

Three steps to published

Install the skill once, run one command — Claude scans your codebase and publishes automatically.

Step 01

Install the Skill

Add the Claude Code skill from GitHub in one command. Works with any AI agent that supports custom skills.

# Add to Claude Code
$ claude skill add
  github.com/heysarver/explainer-skill
Step 02

Run /explainer

Claude scans your codebase, generates a beautiful explainer document, and auto-publishes it to explainers.fyi.

$ /explainer checkout flow
# Scanning codebase…
# Generating explainer…
# Publishing ✓
Step 03

Get a Shareable Link

Instant explainers.fyi URL — ready to share with your team or stakeholders. No extra steps.

// Published in < 3s
{
  "url": "explainers.fyi/e/k9xm3p",
  "sanitized": false
}

Set Up in 60 Seconds

Install the Skill

One command to install, one environment variable to set — then /explainer auto-publishes directly to explainers.fyi.

1

Add the skill to Claude Code

Install from github.com/heysarver/explainer-skill

# Clone or reference the skill directory in your Claude config
github.com/heysarver/explainer-skill
2

Get your free API key

Sign in at explainers.fyi/login and create an API key from the dashboard.

3

Export the key in your shell

The skill reads EXPLAINERS_API_KEY to authenticate uploads automatically.

export EXPLAINERS_API_KEY=xp_live_...
That's it. Run /explainer <topic> in Claude Code and your explainer will be published to explainers.fyi automatically — no extra steps.

Direct API Access

API & Power Users

Prefer direct API access? Upload explainers with a single curl command — no skill required.

curl -X POST https://explainers.fyi/api/v1/upload
  -H "Authorization: Bearer $EXPLAINERS_API_KEY"
  -F "[email protected]"

See the API docs for full reference, including metadata fields, rate limits, and response format.

Pricing

Start free. Go pro when you need it.

Everything you need to share your work. No hidden fees, no usage traps.

Free
$ 0

Forever free. No credit card required.

  • 20 explainers per month
  • 30-day link retention
  • Public gallery listing
  • Magic-link auth — no password
  • API access included
  • explainers.fyi attribution footer
Get started free
Most popular
Pro
$ 19 /mo

For devs who share explainers regularly.

  • Unlimited explainers
  • Indefinite link retention
  • Private explainers (unlisted)
  • No attribution footer
  • Custom slug support
  • Priority support + SLA
Start Pro — $19/mo

FAQ

Common questions

Everything you need to know before you publish your first explainer.

How do I use this with Claude Code?
Install the explainer skill from github.com/heysarver/explainer-skill. Set EXPLAINERS_API_KEY to your dashboard API key, then run /explainer in Claude Code. Claude scans your codebase, generates a beautiful explainer, and publishes it to explainers.fyi automatically — no curl command needed.
Does it work with Cursor, Copilot, or Codex?
Yes. The explainer skill works with any AI coding agent that supports custom skills or instructions — Claude Code, Cursor, GitHub Copilot Agent Mode, OpenAI Codex, Cline, and more.
What happens after 30 days on the free tier?
Free-tier explainers expire after 30 days. Visitors see a styled expiry page with a call-to-action to upgrade. Upgrade to Pro for indefinite retention.
Can I keep explainers private?
Private explainers are available on the Pro tier ($19/month). Free-tier explainers are always publicly accessible.
What is the upload rate limit?
Free tier: 20 explainers per rolling 30-day period. Pro tier: unlimited uploads.