Sharing Graphs
Generate shareable links for your graph. Small graphs embed in the URL; large graphs use a short server-backed link. Saved graphs can be shared publicly or invite-only.
Fewer lets you share graphs with anyone via a link. Two ways to share:
- Share the current canvas from the export toolbar (works without an account)
- Share a saved graph from the "Your Directories" sidebar section (requires an account)
Share the Current Graph
- Click Export in the toolbar
- Click Generate Share Link
- Click Copy to copy the link to your clipboard
The link contains all nodes and edges with their positions, plus layout direction, edge style, theme mode, custom theme colors, corner radius, and node dimensions.
How it works
- Small graphs are compressed into the URL hash using LZ-string (e.g.
https://app.fewer.directory/#N4IgDgTgpghgLmAXGB...). Nothing is uploaded; the link is self-contained. - Large graphs (encoded hash over ~2000 characters, roughly a few hundred nodes) are stored on the server and shared via a short link like
https://app.fewer.directory/#s:abc123. This keeps URLs shareable where long links get truncated. If the server store is unavailable, Fewer falls back to the long hash URL.
Open a Shared Graph
Anyone with the link can open it in their browser:
- Paste the link into the address bar
- The graph loads automatically from the URL hash
- A toast confirms how many nodes were loaded
Share a Saved Graph
If you've signed in and saved a graph (see Settings), you can share it with more control:
- Open the Your Directories section in the sidebar
- Click the share icon on a saved graph
- Choose access:
- Click Generate link and copy the URL
Invite-only links require the recipient to sign in with an invited email address.
Limitations
- File handles: disk file handles are not encoded. Shared graphs are read-only snapshots; "Open File" and "Refresh from Disk" actions are unavailable.
- Hidden nodes: hidden node state is not preserved in the share link.
- Server-backed links expire: large-graph and saved-graph share links are stored with a 30-day expiry and are cleaned up when read.
Next Steps
- Import & Export: other ways to save and load graphs
- Settings: accounts and saved graphs
- Graph Features: what's included in a shared graph