Hello, mindex
This is the first note in mindex — a stream of my thoughts as plain markdown.
No CMS, no database, no extra structure. Just .mdx files in the content/ folder, rendered by Next.js.
Why
- Low friction to capture ideas.
- Markdown is forever.
- Git is the history.
const idea = "Write it down before it evaporates.";
console.log(idea);