Clip

Welcome to Clip

A clean, distraction-free markdown publishing site.

Clip is a minimalist markdown publishing site designed for writers who care about typography and reading experience.

What is Clip?

Clip turns a folder of markdown files into a beautiful, fully-featured reading experience. No database, no CMS, no complexity — just write and push.

Features

  • 5 themes — Light, Rust, Coal, Navy, Ayu
  • Typography controls — font family, size, line height, page width
  • Full-text search — find anything instantly with ⌘K
  • Table of contents — auto-generated, scroll-aware
  • Prev/next navigation — seamlessly move between articles
  • Collapsible sidebar — organize content in folders

How it works

Content lives in the contents/ folder. The folder structure becomes your navigation sidebar automatically.

contents/
  01-introduction/
    01-welcome.md        ← this page
    02-getting-started.md
  02-writing/
    01-markdown-guide.md

Numeric prefixes (01-, 02-) control sort order and are stripped from display names.

Publishing

Publishing is just a git push:

git add contents/my-new-article.md
git commit -m "add: my new article"
git push

Vercel picks up the push and deploys automatically.