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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Free Website Builders in 2023?

6 点作者 autorun超过 1 年前
Nothing is free, however, in YouTube you can host gigabytes of video for free, we take that for granted, that&#x27;s crazy. A personal website doesn&#x27;t take any space in the web, and builders like Wix, Squarespace, Cargo charges several dollars per month from the moment you want to connect your domain or remove their ads. I know that Youtube contains ads, and your videos are inside their platform, but from a business point of view a YouTube channel is way more expensive than hosting a simple website. So, in theory, my conclusion is that the price you pay is actually your space in internet.<p>I&#x27;m a dev and know how to build and deploy a website, but I have some friends that ask me how to or if I&#x27;m available to do it, and this is still a very crafty thing to do, at least if you want to make it for free. Sometimes, I want to help, but if you have some years programming, you know there are a lot more interesting things to learn rather than building a portfolio website. Also, I wish they could have the freedom to do it themselves.<p>Maybe my friends are too stingy that don&#x27;t want to pay for it, having all their social profiles for free.<p>You might say I should associate my friend&#x27;s credit card to a server hosting and deploy some Wordpress instance with Cloudflare cache on front. However, I find myself making a website from scratch, trying out Astro, writing HTML, JS, a bulk of Tailwind classes, and exposing some fields in DecapCMS so that my friend can tweak some parts without pinging me. The site is git-hosted and gets statically built and deployed in Vercel&#x2F;Netlify&#x2F;whatever.<p>Despite I&#x27;m experienced, it takes a lot of time! and customization is limited. I think that website builders should be as accesible as social media platforms these days. I guess Tumblr used to provide that experience, it had themes, a HTML template editor for your posts, and even let you connect your own domain.<p>I&#x27;d separate hosting from builder. Hosting is cheap and free, the problem seems to be the builder&#x2F;CMS, which doesn&#x27;t even need to be a cloud service. What alternatives are out there? What do you think good old Frontpage&#x2F;Dreamweaver users?

2 条评论

thorin超过 1 年前
I was thinking the same. Websites for people wanting to set up a small business seem to have died for this reason. Within 10 mins you can have a page on Facebook or Instagram. That is what bands, small bars, cafes etc are using in my part of the UK. This is zero work and cost. Using WordPress hosted or Squarespace would cost them at least 100 $ a year, but also require more thought about their requirements.
sscarduzio超过 1 年前
Notion is the best CMS ever, you don’t beat that!<p>I landed on <a href="https:&#x2F;&#x2F;bullet.so" rel="nofollow noreferrer">https:&#x2F;&#x2F;bullet.so</a>, but have a look at all those open source libraries that pull content from Notion. I.e. loconotion and a full example with Next.js<p><a href="https:&#x2F;&#x2F;vercel.com&#x2F;templates&#x2F;next.js&#x2F;notion-blog" rel="nofollow noreferrer">https:&#x2F;&#x2F;vercel.com&#x2F;templates&#x2F;next.js&#x2F;notion-blog</a>