-
Notifications
You must be signed in to change notification settings - Fork 0
Home
kochetkov-ma edited this page Mar 31, 2026
·
1 revision
Publish anything in seconds. HTML, Markdown, files, JSON, key-value data — no signup required.
Open brewpage.app → Drop your file → Click Publish → Get link
| Step | Action |
|---|---|
| 1 | Open brewpage.app |
| 2 | Drag & drop HTML / Markdown / CSV / any file |
| 3 | Click Publish |
| 4 | Copy your link and share |
/brewpage "Hello world" → Pick namespace → Done — here's your link
| Step | Action |
|---|---|
| 1 | Install: npx skills add kochetkov-ma/claude-brewcode
|
| 2 | In any Claude Code prompt: /brewpage "your text" or /brewpage report.md
|
| 3 | Pick a namespace and optional password |
| 4 | Get link + owner token saved to .claude/brewpage-history.md
|
Works with text, Markdown, JSON, and files. Skill docs · Source
"Publish this to BrewPage" → Claude calls API → Here's your link + token
| Step | Action |
|---|---|
| 1 | Add brewpage-mcp to Claude config (setup) |
| 2 | Ask Claude: "Publish this to BrewPage" |
| 3 | Claude publishes and returns link + token |
POST /api/html → Get URL + owner token → Share
curl -X POST https://brewpage.app/api/html \
-H "Content-Type: application/json" \
-d '{"content":"<h1>Hello World</h1>","format":"HTML"}'See API Cheatsheet · Code Snippets
| Page | Description |
|---|---|
| Quick Start | Step-by-step for all 4 methods |
| API Cheatsheet | Every endpoint at a glance |
| Code Snippets | Copy-paste in 6 languages |
| Tips & Tricks | Power user hacks |
| MCP Server | AI assistant integration |
| Resource | Link |
|---|---|
| brewpage.app | brewpage.app |
| brewdata.app (alias) | brewdata.app |
| API Docs (Scalar) | kochetkov-ma.github.io/brewpage-openapi |
| OpenAPI Spec | openapi.yaml |
| MCP Server | mcp-server/ |
| Claude Skill | brewpage-publish |
| Skill Docs | doc-claude.brewcode.app/brewdoc/brewpage |
| Brewcode Plugin | github.com/kochetkov-ma/claude-brewcode |