Show HN: Dump – easily share context with AI

I wanted a very simple way to dump prompts, links, and todo lists into my claude code and codex agents.

And to work outside of the context window. This works particularly well for sharing "Projects" between Claude/ChatGPT etc.

It's open source here; https://github.com/Vochsel/dump.page

Anything you dump on the board becomes an llms.txt - spatially sorted implicitly and explicity sorted via connection edges.

Would love HN's thoughts!

URL: dump.page
1 comments

Really cool concept! The spatial sorting into llms.txt is a clever touch. ;)

thanks!