Remix.run Logo
efields 2 hours ago

Trying to solve this here: https://jlnk.us

Here's the instructions my agents have:

> Shareable Deliverables → jlnk.us (default) The jlnk MCP server is configured machine-wide for all team agents. It publishes disposable public links: create_link(content, ttl) returns an unguessable URL anyone can open without logging in; it self-destructs after its TTL (4h/24h/72h, default 4h, max 5 MB). Also list_my_links() and delete_link(id).

> When handing a human (Founder, CEO reviewer) something to look at — QC screenshots, prototypes, reports, before/after comparisons — default to a jlnk.us link instead of a repo file path or local path. Use 72h for Founder review, shorter when the review window is same-day.

> Content must be ONE self-contained HTML file: inline CSS/JS, embed screenshots as base64 data URIs (![image](data:image/png;base64,...)).

> Downscale images to stay under the 5 MB cap.

> Links are public to anyone holding the URL. NEVER publish secrets, API keys, credentials, or private client data.

> Links expire — they are a viewing convenience, not the system of record. Durable artifacts still go to the repo and issue attachments as usual.

throwaway81523 an hour ago | parent [-]

Sort of like a pastebin for directory structures then, hmm.