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.

Show HN: Minimal JavaScript/TS framework that made us 10k in 10 days

10 pointsby hez20002 months ago

2 comments

Davidiusdadi2 months ago
thanks for sharing<p>I personally feel most graph patterns are just easier implemented using functions unless the graph has some other purpose like observability or even just visualization also those can always be added ;)<p>I prototyped a similar system at a hackerthon last year: <a href="https:&#x2F;&#x2F;github.com&#x2F;Davidiusdadi&#x2F;obsidian-node-canvas" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Davidiusdadi&#x2F;obsidian-node-canvas</a><p>Your docs would be more readable if you made the code blocks just wide enough so that the lines don&#x27;t wrap.<p><a href="https:&#x2F;&#x2F;pocketflow.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pocketflow.ai&#x2F;</a> whitepaper link is 404ing btw.
k92942 months ago
I really like the idea and what you’re building here. That said, I’d argue the documentation website is the face of any open-source project. Reinventing the wheel rarely ends well — the current docs are hard to navigate and read.<p>Just use an off-the-shelf solution for docs, like Docusaurus, for example:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;facebook&#x2F;docusaurus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;facebook&#x2F;docusaurus</a>