Write markdown. Publish instantly. Share everywhere.
.md filenpx showme publish doc.mdshowme.dev/a1b2c3d4$ npx showme publish deck.md
Published!
https://showme.dev/a1b2c3d4
Every ShowMe document is both a readable article and a presentable slide deck.
Content outside slide blocks is document-only.
Slide blocks are presentation-only.
useState, useCallbackPlot.barY, Plot.line, Plot.dotnpx showme publish doc.md
curl -X POST showme.dev/api/v1/publish \
-H "Content-Type: application/json" \
-d '{"markdown": "# Hello"}'
npx showme publish your-document.md
Write markdown. Get a URL. That's it.
showme.dev