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: What tools and frameworks do you use to fast prototype ideas?

3 pointsby akickinthestone5 months ago
I have some ideas that I wanted to try which require a backend and front-end interface for users. But whenever I start to work on them I always get stuck on which tool/platform/framework to use. I always feel like it's a huge barrier for me. So HN, how do you deal with this? What are the frameworks you usually use for this and what are the caveats?

1 comment

austin-cheney5 months ago
I start with a REPL.<p>Otherwise I have been writing JavaScript long and have enough supporting Node libraries to do just about anything that I can prototype pretty fast. I don’t normally use frameworks and I especially wouldn’t use a front end framework for prototyping because I would spend time unraveling framework nonsense than testing the actual idea.
评论 #42409557 未加载