TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is your goto website builder?

3 点作者 laksmanv7 个月前
Do you use a specific framework to code landing pages, or perhaps squarespace/wix/wordpress/webflow?

3 条评论

volkandkaya7 个月前
Big fan of Astro.<p>If you want to move fast, have clients&#x2F;team members give Versoly a try (founder here).<p>The visual editor is based on editable HTML&#x2F;Vue code. Low learning curve for developers and no vendor lock-in (main selling point is I can&#x27;t increase prices, change license etc)<p>Open source is great but if the project dies or changes license it is useless, whereas open standards will live on. Which can be seen from tools using Redis APIs to create whole new backends on top of it.
slater7 个月前
html + css (and jquery if i&#x27;m lazy)
solardev7 个月前
For my side projects, I like Next.js + MUI, just because it&#x27;s fast and easy to get them going (once you&#x27;ve learned them). Next 15 just came out though, and they&#x27;re about to change up the caching model once more, so time to throw away everything I know yet again, I guess...<p>For clients, I normally point them at Wix.com if they want something completely no-code. Squarespace is fine too, but Wix seems easier to use.<p>I used to use Wordpress with one of the page builder plugins (or Advanced Custom Fields for something more Jam-stacky), but with all the drama, I wouldn&#x27;t recommend that anymore. That Matt guy terrifies me.<p>For simpler sites, Vite and Astro both seem great.<p>I don&#x27;t code in vanilla anymore (too much hassle, not-great developer ergonomics), but I respect people who have the patience for that.<p>--------------<p>IMHO though, people would be better-served choosing a framework based on the needs of a particular project&#x2F;team&#x2F;client rather than just imposing their favorite one on everything they build.