Lets you publish Markdown via API and get a temporary public link perfect for automation flows or scripts.
Comments
sotoplatero•4h ago
I originally built this for myself after duct-taping together Zapier + Google Drive + make public steps just to share a Markdown snippet.
Then I needed it in n8n. Then in a script. At some point I realized I just wanted a dumb endpoint: send content -> get link.
So… this is that.
It’s intentionally minimal (no accounts, no auth, no styling options). Just raw Markdown and get a url
If you use n8n / Make / Zapier / scripts and ever needed a quick "publish this" step, give it a try, curious if it fits anyone else’s workflow. Would love thoughts, edge cases, or feature ideas.
sotoplatero•4h ago
Then I needed it in n8n. Then in a script. At some point I realized I just wanted a dumb endpoint: send content -> get link.
So… this is that.
It’s intentionally minimal (no accounts, no auth, no styling options). Just raw Markdown and get a url
If you use n8n / Make / Zapier / scripts and ever needed a quick "publish this" step, give it a try, curious if it fits anyone else’s workflow. Would love thoughts, edge cases, or feature ideas.