I kept procrastinating on taking notes from articles I read. The cycle was always the same: read something interesting, tell myself I'll write proper notes later, never do it. So I built a tool to do it automatically. What Qonspekt does Paste any article → Claude AI extracts the key concepts → you get 3–7 atomic Markdown notes, ready to drag into Obsidian. Try it: https://qonspekt.github.io/qonspekt/ Each note gets: YAML frontmatter ( title , tags , aliases ) [[wikilinks]] connecting related concepts from the same article ## Sources section with the original URL Proper filename ( concept-slug.md ) The technical approach: single HTML file, no backend The whole thing is one HTML file. No framework, no build step, no server.…