Rendered at 19:18:46 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
JoshJamesAnthon 2 days ago [-]
Hey! This is cool, and actually in the same spirit of my own tool. Not sure if you'd be interested in combining your vision of a repository of architecture models, with my platform (blueprintr.io)?
Checked it out and I must say this is really incredible work. Wow!
mertkahyaoglu 21 hours ago [-]
Thank you very much! Glad you liked it.
21 hours ago [-]
heurekamala 2 days ago [-]
Really nice! It’s also a good reminder that there is always more to discover. Even when you think you know it all.
mertkahyaoglu 21 hours ago [-]
Thanks a lot. Totally agree!
movsx 20 hours ago [-]
Another day, another slopped out systems design resource. Life as usual.
mertkahyaoglu 20 hours ago [-]
Yet another system design resource, right? We cannot get enough of them :D
mertkahyaoglu 2 days ago [-]
Author here. I kept bouncing between paywalled courses and link dumps while prepping for system design interviews, and wanted one place where each design is worked end to end and you can click into the architecture instead of squinting at a PNG.
Up front: most of the writing is LLM-generated. I picked the topics, set the structure and reviewed the pages, but the prose isn't hand-written.
The architecture diagrams are real React Flow canvases rather than images — they pan, zoom and go fullscreen, and every node is clickable, showing what it's for, its trade-off, and a link to the concept module explaining it. Node colour is by kind across every diagram, so the same colour always means the same thing.
The numbers are interview-grade rather than measured, so treat them as a starting point. Corrections are the most useful thing anyone can send — that's the main reason it's open source.
john_minsk 21 hours ago [-]
Great work. Thanks for inspiration.
Is it static collection or the designs were dynamically generated from concepts?
mertkahyaoglu 21 hours ago [-]
Thanks a lot. They are static collections.
katzenq 21 hours ago [-]
Give a shit and write your own text, or even comments. Generated spam is worthless to post. If you can't put in the effort of typing a few human words about 'your' project then how can the actual thing possibly be trusted?
mertkahyaoglu 21 hours ago [-]
Hey, totally feel you. I wanted to share this as I was myself studying system designs and thought it would help other people as well. It's not really a project but more like a resource to study and it's non-profit. I review each document after it's generated and also validate its correctness with other tools. Of course, not everything in it is 100% correct but it gives you a general knowledge about systems and concepts. Hope it helps.
mattdeboard 21 hours ago [-]
I think they were saying that LLM wrote the prose on their project website, not in their comment.
Seems like a match made in heaven :)
Up front: most of the writing is LLM-generated. I picked the topics, set the structure and reviewed the pages, but the prose isn't hand-written.
The architecture diagrams are real React Flow canvases rather than images — they pan, zoom and go fullscreen, and every node is clickable, showing what it's for, its trade-off, and a link to the concept module explaining it. Node colour is by kind across every diagram, so the same colour always means the same thing.
The numbers are interview-grade rather than measured, so treat them as a starting point. Corrections are the most useful thing anyone can send — that's the main reason it's open source.
Is it static collection or the designs were dynamically generated from concepts?