Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Goldman Sachs Global Institute: remaking our world for machine intelligence(fortune.com ↗)
    discuss
  2. Show HN: Prokop – Open-source coding environment with agents that learn(github.com/capek-dev ↗)
    1comments
  3. Switch to Codex seamlessly when Claude Code is used up(githubusercontent.com ↗)
    discuss
  4. Mainline – A light macOS menu bar app to keep you on top of your GitHub PRs(github.com/mthines ↗)
    discuss
  5. In-Region Routing: Keep Your Data in the US or EU(openrouter.ai ↗)
    discuss
  6. The jobs of the future may look more like legal jobs rather than engineering(hexmos.com ↗)
    discuss
  7. King Charles warns of 'existential danger' of AI falling into wrong hands(bbc.com ↗)
    discuss
  8. Elliptic Curve Rank Leaderboard(icarm.cloud ↗)
    discuss
  9. Live AI model pricing and benchmark comparison tool with API(cost.dev ↗)
    discuss
  10. Ask HN: How about small technological solutions to bring oil prices back down?
    1comments
  11. I Don't Like LLMs(martinfowler.com ↗)
    discuss
  12. Show HN: Dnswer – browser-based DNS change approval and multi-provider sync
    discuss
  13. Tell HN: The special .github repo name for orgs and .codex-root AGENTS.md(github.com/cubacadabra ↗)
    1comments
  14. Show HN: Co-mment, drop-in visual commenting for staging sites(co-mment.com ↗)
    discuss
  15. Why Arab armies don't win wars(worksinprogress.co ↗)
    discuss
  16. Show HN: One-shot resolve: package managers as graph schedulers (2x faster)(glu.run ↗)
    discuss
  17. Interest in programming languages hit a decade low after Claude Code launch(orangecrumbs.com ↗)
    discuss
  18. Trust, but benchmark: How we let an AI agent optimize Elasticsearch(elastic.co ↗)
    discuss
  19. A.I. Slopware Is Everywhere Now. Nobody Is Using It(nytimes.com ↗)
    1comments
  20. PartPilot Open-source component intelligence for hardware engineers(github.com/partpilot-in ↗)
    discuss
  21. Novgraph: Knowledge Graph Engine for Codebases(github.com/novaya-ai ↗)
    discuss
  22. Show HN: ChatGPT converts guitar tabs, GuitarEasy plays it, you practise(guitareasy.app ↗)
    discuss
  23. Show HN: Smart Mouth Billy Bass – another fishy LLM assistant(existens.org ↗)
    discuss
  24. "The Question of Abortion: A Search for Answers" by Carl Sagan and Ann Druyan(scrapsfromtheloft.com ↗)
    4comments
  25. Trump: EU allowing Canada to become associate member could be 'hostile act'(thehill.com ↗)
    discuss
  26. Ask HN: Developer looking for freelance or contract work(300 USD/week)
    discuss
  27. Some Fish in the Great Lakes Might Be More Than 400 Years Old(smithsonianmag.com ↗)
    discuss
  28. What makes Google Zanzibar fast? A deep-dive into the Leopard indexing system [video](youtube.com ↗)
    discuss
  29. NASA finds a 'once in a century' lunar crater, bigger than the Roman Colosseum(france24.com ↗)
    discuss
  30. GVS5H: Five Qwen3.8 Models Match Claude Fable 5 on LiveCodeBench Hard(github.com/slee-persis ↗)
    discuss

Show HN: DrillFlow – a diagram editor where every node opens into a sub-diagram

1 pointsby 45m agodrillflow.de
1 comments
42m agoHN ↗

Hi there, I am the creator of DrillFlow,

I would like to share my thoughts behind the creation of DrillFlow. Nowadays my job shifted from implementing of solutions to planning/understanding/explaining software solutions. So i got used to create diagrams on the fly while explaining or listening to others. My problem was to fit the most important abstractions and also details on the same canvas and keep it still readable. The tools i used before made it hard to me to build hierarchial structures without splitting one diagram into many and keep track on how they belong together.

DrillFlow is built on the idea of drill-down as the primary structure. Any node/shape on the canvas can own its own sub-diagram with the possibility to deep dive via double-click. Breadcrumbs at the top and a node tree show you where you are in the hierarchy at any time and let you navigate freely between levels in the diagrams. The depth is not limited since the document is a flat map of diagrams with parent/child relationships.

Some decisions might interest you:

- Local-first. Document live in your browser (IndexedDB). Nothing goes to my server unless you create a share link explicitly. It is possible to manage/edit/search multiple diagrams locally. You do not need an account to use the whole editor. The editor (as you see it today) stays free. The only thing i would charge for later are some cloud integrations and convenience functionality.

- There are no analytics and no cookies, except of the one the app needs to work. This means that i have no idea how many people use this editor at the moment and I rely completely on the feedback that is sent to me.

- Infrastructure is hosted in EU completely. Technology stack is kept boring on purpose: React + TypeScript for frontend and FastAPI + SQLite for the backend, everything running on a Hetzner VPS behind Caddy.

I am happy to go into the drill-down data model or the deployment setup. Feel free to ask or give feedback - positive or negative - i would really appreciate both and feature ideas for sure as well!

So far many improvements like import/export of Mermaid , draw.io and excalidraw flowchars or adding of new shortcuts, even templates and the possibility to embed diagrams as iframe came in just because of people who gave their feedback :)