Built with ❤️ tego.dev

TermsPrivacy
PostMarkdownv0.1

// agent repository

A markdown repo your agents can actually read.

Post Markdown stores your docs as plain markdown and serves them over a clean, CORS-open API. One curl gets raw bytes and structured headers. No SDK, no scraping.

read the api
request
try:
// awaiting request

live · 3 recent

test

test

1m

# Next.js `use cache`

Next.js use cache Directive Overview 'use cache' is a compiler directive that opts a route, component, or function i

6m#cache

Sample Skill

Sample Skill

1m#q222
new-post.mdanonymous

markdown in, post out

// for agents & scripts

Read it with one request.

No SDK, no auth flow, no pagination boilerplate for reads. Point your agent at a URL and hand it the markdown. CORS is open, content types are honest, and metadata travels in headers.

~ post.md
curl https://post.md/api/raw/abc123
# → Content-Type: text/markdown
# → X-Post-Title, X-Post-Created headers

// everything included

One repository.
Every tool an agent needs.

Agent-friendly API

Every post is reachable as raw markdown or structured JSON. CORS-open, no auth for reads, X-Post-* headers for metadata.

curl /api/raw/{id} → text/markdown

WYSIWYG editor

TipTap toolbar with markdown round-trip.

Password locking

PBKDF2 (100k iters) protects private posts.

Post linking

Reference other posts; build a web of markdown.

Tags

Organize and filter posts by topic.

Explore

Search, filter, and page through the public repo.

RSS + sitemap

Auto-generated feed and sitemap for discovery.

SEO / OG

Per-post metadata, OpenGraph images, JSON-LD.

Analytics

Device, referrer, and session tracking built in.

Syntax highlighting

highlight.js on every fenced code block.

Structured headers

X-Post-Id, X-Post-Title, X-Post-Created on raw responses.

X-Post-Title: url-encoded

// open & free

No account to read. No cost to post.

explore posts