Original Reddit post

Any document can become an app I’ve been working on an open-source document format and viewer called Adaptive Markdown . The basic idea is simple: A document should not have to stay static. It should be something a coding agent can extend, reshape, and turn into an interactive workspace. This is not just a canvas you edit with a chatbot. The bigger idea is that the document becomes both: the source of truth the programmable interface In other words, the document becomes a living app. You write notes, collect data, draft text, or import files. Then a coding agent can directly modify the document surface: add charts, create calculators, build filters, restyle sections, generate summaries, export views, or turn rough notes into an interactive tool. So instead of having: a document a spreadsheet a dashboard an app a changelog a separate AI chat about all of it You can have one living .md file that contains those layers together. Example A fitness log might start as a plain Markdown journal. Then the agent adds charts. Then it pulls in device data. Then it adds weekly summaries, rolling averages, goal tracking, export options, and a dashboard view. The document did not move into an app. The document became the app. Other use cases An invoice time log that computes subtotals and rewrites rough notes into polished narratives A research notebook with experiment parameters, runnable code, outputs, and methodology notes A recipe book that scales servings and generates shopping lists A math textbook that can explain a theorem at different levels A project README that explains the system, demonstrates the system, and lets the agent modify it from inside the document A small data report with embedded CSV data, live charts, filters, and exportable views The thing I’m most interested in is not “Can Markdown support more widgets?” It is: What happens when the document itself becomes the programmable, agent-editable interface? Demos I made a few short video demos: Turn your document into a snake game: https://youtu.be/l-I2UiZd-Jw Basic Adaptive Markdown features: https://youtu.be/cLdzvZAL96I Import CSV, create tables, edit and format them: https://youtu.be/XKh9D3BlTCg Import MusicXML and transpose sheet music: https://youtu.be/8YV3zjMLvA8 Why I’m excited about this The biggest use case I’m excited about is academic and technical reading. In a few years, I don’t think people will just read papers passively. I think they’ll translate passages, ask questions, generate examples, explore alternate proofs, run code, attach notes, convert math to Lean where possible, and keep all of that inside the document instead of scattered across chats and notebooks. This is already pretty natural inside a browser when a coding agent has access to JS, CSS, and the document structure. It’s very early, but the workflow already feels useful to me. I’m using it for my own notes and documents. Right now it is configured for the Anthropic coding-agent SDK and experimentally for Codex. The longer-term goal is to make it run entirely locally. GitHub: https://github.com/SemiSimpleMath/Adaptive-Markdown I recently added per-document skills, so agents can automatically know how to style or transform the text or data inside a specific document. Curious whether this seems useful to anyone else, or whether I’m just overexcited because I built it. Feature requests welcome. submitted by /u/IDefendWaffles

Originally posted by u/IDefendWaffles on r/ClaudeCode