frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

https://www.neatnik.net/hardcore-indieweb
80•cdrnsf•4h ago

Comments

variety8675•3h ago
It is nice to see a site preaching this that isn't hosted by Cloudflare or GitHub Pages
konsalexee•2h ago
Or even Vercel/Netlify
Cider9986•2h ago
I appreciate Cloudflare for keeping all the piracy sites running, though.
odie5533•2h ago
Github Pages is free hosting with domains and ssl, no bills, and has good longevity and prospects. I don't want to worry or think about a static site, and big players like Github and Cloudflare seem to fit that best.
superkuh•3h ago
It's good advice, but one need not even include the "upload it to a web server" these days now that home connections are so fast. Install some static webserver on your desktop computer (nginx, caddy, whatever), forward the port 80 at your router to it's lanip:80, and just save .html and files to the web directory using your normal desktop interface. It doesn't matter if you shut off the computer sometimes. Uptime doesn't matter. Optionally file transfer (rsync, etc) this local copy to a VPS or something like the author suggests.

Indieweb receiving of webmention only requires the ability to log HTTP POSTs to some url endpoint. Or you can use one of third party services servers to receive that interact with your website via with 3rd party javascript applications you include on your webpage. Sending webmention can be done with cURL, even HTML forms, or again, 3rd party JS includes.

Jabrov•3h ago
You need a static IP address for this to work is the downside, and depending on where you live and who your provider it it can be difficult and/or expensive.
erikw•3h ago
You can programmatically update DNS whenever your dynamic IP changes. One issue though is that some residential ISPs prohibit webhosting in their terms.
tancop•2h ago
you can go ipv6 only, any good isp will give you a static /56 for free. practically none of your users have ipv4 only devices when every major os has been dual stack by default for like 15 years. if your isp cant give you one its time to switch as soon as you can.
wolvoleo•2h ago
Ehh my ISP at home is still ipv4 only. The amount of ipv6 capable connections only just passed 50% worldwide a few months ago.

I don't think ipv6 only is feasible yet unless your audience is exclusively in Asia where ipv6 uptake is much higher due to them running out of ipv4 years ago

charcircuit•1h ago
My ISP is only ipv4. It doesn't matter if an OS technically support ipv6 or not.
bayindirh•3h ago
However, it'll also bring all the bots and "wild west" of the internet to your house when you run your web server from home, and for anyone who has a couple of spare dollars, it's a much wiser choice to run a small VPS elsewhere to weather the storm.
tamimio•3h ago
Well this is great, even going further and hosting the site itself and serve it instead of webhosts, but, now we have domains issue, a domain registrar hijacking your domain, which is your life work, email, etc., so there’s a need to have a free tld that’s uncontrollable by any entity, .onion isn’t practical obviously.
wizzwizz4•2h ago
There's no such thing as a TLD that's uncontrollable by any entity. How would you imagine such a thing working? Whatever you imagine: how does it stand up to me editing the hosts file, or the browser's source code?
charcircuit•1h ago
>There's no such thing as a TLD that's uncontrollable by any entity.

Think .crypto but without the ability to upgrade the smart contract to censor domains. The registry is spread out across a whole decentralized network of computers of which has another decentralized network of computers that proxy requests exists.

>how does it stand up to me editing the hosts file, or the browser's source code?

No one can force you to resolve domains YOU don't want to. You can of course blow up your computer and then you definitely can't resolve the domain. What people mean is that the user is free to still resolve it if they want.

busymom0•3h ago
I self host my site [1] on an old Mac mini in a Swift backend and sqlite database. Only thing I rely upon someone for is Cloudflare tunnels for free. I could replace that with port forwarding but so far, this way is pretty good.

[1] https://limereader.com/

tamimio•2h ago
> Cloudflare tunnels for free. I could replace that with port forwarding

You could replace it with something better, like pangolin, either their cloud or even self host it too, and that way you can tunnel to other stuff like if you have a media server where you can watch your movies from anywhere in the world.

wolvoleo•2h ago
Yeah I find it a bit funny when people self host to get away from cloud and then use Cloudflare tunnels.
tamimio•2h ago
CF tunnels will ban your account if you used it to watch a movie due to DMCA/copyrights.
weightedreply•1h ago
Is this really true? "A friend of mine" has been running a Jellyfin server behind Cloudflare tunnels for years and hasn't had any issue.
bartlebone•2h ago
jdjdjdjdjd•3h ago
Kind of funny that this is like some strange new concept... Having a web server and putting your stuff on it.
bayindirh•2h ago
Considering many people doesn't know what a file is, keeping the spirit alive is important, I think.
al_borland•2h ago
The lack of basic computer knowledge I’ve seen from developers is terrifying.
cogman10•2h ago
It's almost inspiring how far someone can get without understanding really basic stuff about how an operating system operates.
shermantanktop•2h ago
I encountered juniors straight out of school who don’t know what tar is, or rsync, or what a symlink is.

It’s all learnable and everyone starts somewhere. But you’d think natural curiosity would kick in and they’d have picked up some of this on their own by the time they have a job.

christophilus•2h ago
If they were Windows game developers, they wouldn’t have to touch any of that. I guess it depends on where their interests lie and what platform they developed on.
bartlebone•2h ago
This article is a great example for anyone in their 50’s who is worried about not having relevant skills anymore.

Although calling it hardcore makes it sound like porn. Too bad they had to add that term for something painfully not hardcore.

ivanjermakov•2h ago
> run 100% independently

> For just $0.01/day, you can run a static website at NearlyFreeSpeech.net

I respect the spotlight on hosting your own websites, but it's not much different from the usual Vercel/Netlify/GitHub/Cloudflare static hosting.

What if I want a database, feedback form, social media previews, good SEO? Article says nothing about it. Perhaps that's what makes a website "indie"?

IanCal•2h ago
You have access to php and a database there.
3eb7988a1663•2h ago
I get your point, but I still remember that guy who got a $100k Netlify bill for his free plan.
_def•2h ago
now the real fun part is how to self-host it on a machine accessible on the net without services like cloudflare or tailscale tunnels.
wolvoleo•2h ago
It used to be as simple as getting a fixed IP but these days that is indeed a lot harder to get.
tadasv•2h ago
Fixed IP would be a way to go. Some people pick dynamic dns server so they can periodically update if their IP changes. But IMO it's just too complicated. I don't think there's a good way to go around ISP restrictions, especially in USA.

I host my site on my own home server, but I do have a proxy ec2 server to tunnel public traffic via wireguard back to my home server. This keeps things a bit more protected and my router/home network not directly exposed. I'm also not locked into AWS, I just use them for convenience, but could get any other cheap proxy to run wireguard. No dependency on tailscale either, it's just nicer interface to wireguard. Wireguard config is like 5 lines btw.

raytopia•1h ago
You can do it over TOR.
pagoto•2h ago
Recently, I had to make a website for an event, so domain was needed, but what's cool with that is that the domain provider (Infomaniak, with which I am not affiliated btw), also provided 10 MB of storage which is large enough for a lot of things. So for something like 5€ per year (still more than 1c per day...), you can get the domain and the website, which is not too bad
qudat•2h ago
Very cool! I run a set of ssh-based services over at https://pico.sh and love seeing all the indie web content on HN!

Sftp is still very useful even in 2026

raytopia•1h ago
Nearlyfreespeech is a great service though not a 100% independent as your still relying on them. I think the closest you can get to 100% independent without running your own internet infrastructure is either port forwarding from your home (if allowed) or hosting a website through TOR which isn't too hard. You just have to download the browser and edit a config file (torrc) with the port you want on the network. Not ideal of course though because anyone who wants to visit your website will need the tor browser and explaining to people that your website is on the "dark web" is a little hard to do.

I am a little surprised that doing so isn't more popular on in the indie web scene though as you do it on hardware you own, from your home, and the tor network protects people from knowing your servers ip address if that's something you care about. You could even go to your domain provider and have one of your domains redirect to your .onion address so people don't need to memorize it.

There also used to be the beaker browser which let you create and host your own website directly from the browser but that project got shut down. Hopefully something similar will show up at some point. Maybe a website creating plugin for tor would be enough to make it more popular.

loloquwowndueo•1h ago
> port forwarding from your home

Not 100% independent then. You still depend on your isp.

wpm•1h ago
Indeed. I also depend on my power company, the entire global supply chain to provide me with computers to purchase, copper mines for the networking cables I use, oil fields all over the globe for the plastic, etc etc etc.
QuantumNomad_•1h ago
Something, something, if you want to make an apple pie from scratch you first have to invent the universe.
assimpleaspossi•1h ago
I don't get it. I've been doing this for over 20 years exactly the same way. I even ran a business. The server I rent is $2/month. I read nothing new in anything in that article.

I don't get it.

analog8374•51m ago
hey I'm hardcore indie web. who wants to touch me?
nosrepa•34m ago
I opened this up thinking the same thing using NFS, and lo and behold that's what the author used.
ungreased0675•19m ago
Azure has a free tier that is fairly generous.
codazoda•4m ago
I created Neat CSS for some Hardcore IndieWeb users (though I’ve never used that name before now).

https://neat.joeldare.com

You’ll also find a free email course where I walk you through how I create a site using it. Link on that page.

neogodless•2h ago
shrug

In 25 years of hosting a dozen domain names on a server on my home connection, this problem has not surfaced for me.

bayindirh•2h ago
In 20 years of managing server fleets, I always had the pleasure of watching bots taking a dig at my server(s) the moment I give their public IPs and enable their interfaces.

For someone who knows what they are doing, it's more like mosquito noise, a mere nuisance, but even then, using a rock solid system with all updates installed carries the risk of having a zero-day.

If your server is networked to the rest of the house, and if somebody manages to get in, then it's all fun(!).

wolvoleo•2h ago
One time has to be the first and when you get hacked they're instantly inside your network unless you were smart enough to set up a DMZ or something.

Especially if you host something like wordpress with plugins you really have to be on the ball with updates.

zikduruqe•24m ago
Yep, same here. fail2ban and some http 444 helps out.
Cloudflare tunnels are pretty cool. Do you segregate your server from your home domain too? Little weird having cloudflared on my home network. It make things a little more annoying but I haven’t bothered to fix it since I dev on the same production server.
busymom0•2h ago
My server is a different computer which only does this. It's not on my personal computer.
segmondy•2h ago
same here, except a 5 yrs old raspberry pi hanging off a power adapter on the floor.
doawoo•2h ago
Yup, I have a similar setup where I use a Wireguard VPN to tunnel traffic to a tiny public facing Caddy server, which proxies the traffic to the server under my own roof. No Cloudflare!
onetrickwolf•1h ago
I have something similar. I use Cloudflare tunnels too but also their CDN which is free (for now).

That's the only thing I haven't really been able to figure out how to do on my own. Back in the day, hosting a static site from my crappy DSL connection was basically no problem and most people who were accessing my site were probably in my timezone. Now with how big the web is and how many bots there are, I worry about the quality of self hosting without a CDN.

wildzzz•2h ago
If all you do is write code for Windows, why would you need to know what any of that is?
zikduruqe•26m ago
Because Steam... /s
Telaneo•2h ago
I didn't even know about tar or rsync until I started to use Linux, and I don't really see how else one get to the point where you need to know about them. And even symlinks are still in my mind as 'shortcuts but [...]' (even though the other way around is probably more accurate). Even as a dev, it's very possible to go through life without touching Linux.
shermantanktop•27m ago
Ok, sure, windows.

But here’s one I heard literally two days ago: we counted three engineers (out of many) who knew that physical memory was not actually a giant flat space of contiguous addresses, and that there were multiple layers of address-mapping and region-joining glue logic between a program and the hardware, including in os libraries, and even inside the hardware.

Maybe knowing such information is archaic or useless for most engineers. But the good ones (or at least a certain flavor of the good ones) ask questions that lead them there.

tadasv•2h ago
This will get worse with new generations. They grow up on tables and phones where file system is a completely foreign concept. You need an app for everything.
bigbuppo•1h ago
Oh, wait until the kids learn about hardware.
QuantumNomad_•1h ago
> You could even go to your domain provider and have one of your domains redirect to your .onion address so people don't need to memorize it.

Apparently [1] there are also ways that Tor Browser supports, for directing visitors to the onion address via the “normal” internet:

- Onion-Location

> The Onion-Location method was introduced on Tor Browser 9.5 as a way for service operators announce their Onion Services in their regular HTTPS sites. It's specified under tor-browser-spec's Proposal 100 - "Onion redirects using Onion-Location HTTP header".

- Alt-Svc

> Similar to Onion-Location, the Alt-Svc method also uses an HTTP Header (the Alt-Svc Header, specified by RFC 7838), which means that the user first need to access the regular site before their browser discovers the alternate Onion Service address.

> But contrary to Onion-Location, the Alt-Svc method:

> - Does not support an HTML tag, as it relies entirely in the Alt-Svc Header.

> - Is fully transparent: all the discovery and upgrade happens automatically, without user intervention.

- Additionally, they also speak of future possibilities for DNS or DNSSEC-based Onion Association.

[1]: https://onionservices.torproject.org/research/proposals/usab...

smalltorch•4m ago
+1. Why even pay the penny? Spinning a onion service is trivial...and...more secure than the clearwebz.

I've made a few easy to spin up services. Heck, you can even run it off your phone.

Nanogram https://gitlab.com/here_forawhile/nanogram

Spreadsheet Server https://gitlab.com/here_forawhile/spreadsheet

Library Server https://gitlab.com/here_forawhile/libraryserver

Torum (HN Clone) https://gitlab.com/here_forawhile/torum

Seamless iPad (or any device that can run a web browser) drawing into org-mode

https://github.com/larrasket/org-pad.el
1•lr0•4m ago•0 comments

China cracks down on AI companions, forcing millions to break up

https://www.abc.net.au/news/2026-07-19/china-cracks-down-on-artificial-intelligence-companions/10...
1•defrost•5m ago•1 comments

Archaeologists found Homer's Iliad inside a 1,600-year-old Egyptian mummy

https://www.sciencedaily.com/releases/2026/07/260713084918.htm
2•NordStreamYacht•18m ago•0 comments

IceCream – Never use print() to debug again

https://github.com/gruns/icecream
1•gregsadetsky•19m ago•0 comments

Claude Is Painful

5•kderbyma•20m ago•2 comments

Deepsec

https://github.com/vercel-labs/deepsec
1•handfuloflight•25m ago•0 comments

AI Mania Is Eviscerating Global Decision-Making

https://ludic.mataroa.blog/blog/ai-mania-is-eviscerating-global-decision-making/#fnref:3
3•subset•29m ago•1 comments

Prompt Injection Attacks Are Thwarting AI Hacking Agents

https://arstechnica.com/security/2026/07/now-defenders-are-embracing-the-prompt-injection-too/
1•sbulaev•31m ago•1 comments

Doctors question evidence behind Pentagon plan for testosterone screening

https://www.theguardian.com/us-news/2026/jul/18/us-military-testosterone-screening-doctors
1•wslh•33m ago•1 comments

University of Illinois is insuring itself against a drop in Chinese students

https://www.chicagobusiness.com/education/university-illinois-insurance-decline-chinese-enrollment/
2•MaysonL•34m ago•1 comments

AI as Normal Technology

https://knightcolumbia.org/content/ai-as-normal-technology
1•elsewhen•35m ago•0 comments

Ergonomic keyboard generator with hand scanning

https://ryanis.cool/cosmos/
1•ffin•38m ago•0 comments

My app just got approved by the App Store

https://apps.apple.com/us/app/kleios/id6765974356
2•idclark34•42m ago•5 comments

No, an AI cannot know the future and never will..

https://pulkitsharma.substack.com/p/no-an-ai-cannot-know-the-future-and
1•pulkitsh1234•43m ago•0 comments

Cash is king again at Tokyo's bars after credit processor fails

https://www.japantimes.co.jp/business/2026/07/14/companies/zentoshin-kabukicho-bar-cash/
1•mikhael•43m ago•0 comments

Flightwake – a flight recorder for AI coding agents, not a navigator

https://github.com/kaiwutech-TW/flightwake
1•kaiwuTW•44m ago•0 comments

Superformula

https://en.wikipedia.org/wiki/Superformula
2•elsewhen•47m ago•0 comments

Social media algorithms: accumulated aesthetic artifacts

https://henderson.lol/posts/202607-social-media-algorithms-accumulated-aesthetic-artifacts
3•hendersonreed•55m ago•0 comments

Cloud providers are out of B200 GPUs after the Inkling release

https://twitter.com/Akashi203/status/2078615659366252877
4•Jr23_xd•58m ago•0 comments

Better and Cheaper Than IPTV

https://github.com/stupside/castor
17•xonery•58m ago•4 comments

Lobsters Interview with matheusmoreira about Lone Lisp

https://alexalejandre.com/interviews/interview-with-matheus-moreira/
4•birdculture•1h ago•1 comments

Show HN: EnviousWispr, an open-source Wispr Flow alternative for macOS

https://github.com/saurabhav88/EnviousWispr
1•EnviousLabs•1h ago•0 comments

I built code-repair training data and shipped the eval so you can rerun it

https://huggingface.co/datasets/TrueSET/verified-code-repair
1•TrueSET_Data•1h ago•2 comments

Miserere (Allegri)

https://en.wikipedia.org/wiki/Miserere_(Allegri)
2•thunderbong•1h ago•0 comments

AI Assisted Vulnerability Research on Embedded Targets

https://quentinkaiser.be/security/2026/07/18/ia-assisted-vuln-research/
1•snorbleck•1h ago•0 comments

Cmpunlocker – Unlock Full GA100 Compute and 64GB HBM2e on the Nvidia CMP 170HX

https://github.com/amoghmunikote/cmpunlocker
1•amoghmunikote•1h ago•0 comments

Transcribe.cpp

https://workshop.cjpais.com/projects/transcribe-cpp
47•sebjones•1h ago•7 comments

One token is enough: fingerprinting LLMs from one token output distributions

https://arxiv.org/abs/2607.10252
3•anigbrowl•1h ago•0 comments

AI as Normal Technology- What Will Be Left for Us to Work On?

https://www.cs.princeton.edu/~arvindn/talks/icml-2026-annotated-slides/#
2•aanet•1h ago•5 comments

The 2026 Developer Survey is Live

https://meta.stackoverflow.com/questions/439978/the-2026-developer-survey-is-live
3•joshdavham•1h ago•2 comments