Stop pasting markdown into Google Docs.

Just Forwarded publishes any markdown file to a clean public URL — GitHub-flavored render, custom slug, share with anyone. Built for consultants, researchers, and anyone who hands deliverables to non-technical clients.

Sign in with Google
$ npm install -g repo-share
$ repo-share login
 logged in as @you
$ repo-share q1-report.md --slug q1-report
https://justforwarded.com/you/q1-report
# send that URL to your client. that's it.

Custom URLs

Pick the slug at publish time. /you/q1-report beats docs.google.com/d/1xK....

Update in place

Re-run repo-share file.md and the same URL gets the new content. No copy-pasting.

Built for markdown

GFM render. Code blocks, tables, links, all the things you already write.