zakirullin/files.md — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a very simple private notes app for plain Markdown files. I want it to feel calm and minimal, like a quiet place to think, not a busy productivity tool.

The main idea is that I can open a folder from my computer in the browser, see my notes and folders, read and edit .md files, create new notes, and keep everything stored locally so my writing does not get uploaded anywhere. It should work offline after opening it, and I should be able to install it in the browser like a small app.

Add a chat style capture box where I can quickly dump a thought, task, checklist item, or journal entry, then choose where to save it later. I also want simple links between notes by typing something like brackets, so I can connect ideas without a complicated system.

Keep the code easy to understand and self hostable. If a small server is needed for optional sync, make it simple to run. Look up current browser file access docs if needed.

Want more depth? Deep Reverse