TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Interface Relationship Diagram?

2 pointsby uptownhrover 1 year ago
What tool do you go to, to map out interfaces and their relationships. For example, we have a public API contract that is powered by our database and an external API source like Stripe&#x27;s subscription object. I&#x27;d like to map out how these interfaces are linked.<p>In the past, I&#x27;ve utilized ERD tools but found them to be clunky and expect that your designing a database. Maybe I just have used the right one but please share if you have a go to tool!

1 comment

dtagamesover 1 year ago
I&#x27;ve had good luck with OneModel[0], which is specifically designed for software architecture diagrams. The developer is super responsive, too. And they have a free plan.<p>[0] <a href="https:&#x2F;&#x2F;www.onemodel.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.onemodel.app&#x2F;</a>