Input here, publish anywhere — a minimalist Markdown editor that publishes to X, GitHub, Email, ChatGPT and more.
- ✍️ Write once in a clean Milkdown WYSIWYG editor (auto-saved locally)
- 🚀 Send to X, GitHub (commit a file to a repo), GitHub Gist, Email, ChatGPT and more
- 🧩 Plugin model — add a destination = one file + one line in
frontend/src/destinations - 🪶 Pure frontend, no backend, no login. API targets use your own token stored in the browser.
cd frontend
npm install
npm run devPushes to main auto-deploy to GitHub Pages via .github/workflows/deploy.yml, served at inputpub.com (custom domain set via frontend/public/CNAME).