Why the Early Web Still Matters
Posted on 2026-05-15 | Tags: nostalgia, web history
The early web (1995-2005) was a time of raw creativity. No ads, no tracking, just pure HTML and CSS.
Sites like GeoCities and Angelfire let anyone build a corner of the internet without corporate interference.
Today, we’re bringing that spirit back—one <table> at a time.
Comment on this post
Building a Retro Site on Neocities
Posted on 2026-05-10 | Tags: Neocities, tutorial
Neocities is the closest thing we have to GeoCities today. Here’s how I built this site:
- Pick a
binary or neon color scheme.
- Use
<table> or <div> layouts—no Flexbox or Grid (for authenticity).
- Add a
<marquee> for that 90s flair.
- Host your images on Neocities (no external CDNs!).
Comment on this post
The Rise of Static Sites
Posted on 2026-05-05 | Tags: static sites, privacy
Static sites are making a comeback. No databases, no server-side code—just HTML, CSS, and maybe a sprinkle of JavaScript.
They’re fast, secure, and respect your privacy. Plus, they’re perfect for Neocities!
Tools I recommend:
Comment on this post