← Back to catalog

About crzy.site

The internet's premier collection of absolutely useless websites.

What This Is

crzy.site is a growing catalog of single-page websites, each hosted on its own subdomain, each designed to do exactly one thing that nobody asked for. The sites are generated by Claude Code, reviewed by a human with questionable judgment, and deployed automatically to Railway via GitHub.

Each site is self-contained: a single HTML file with inline CSS and JavaScript, no external dependencies, no tracking beyond a small analytics pixel that counts visits. The sites are absurd by design. They are also, we believe, slightly funny. Results may vary.

The Catalog

There are currently 12 sites in the catalog. Each one has a subdomain, a title, a one-sentence description, and at least one tag. Each one has an /about page explaining what it does in more words than necessary. This is that kind of project.

Why

No strong reason. The internet has too many useful things and not enough genuinely pointless ones. We are addressing the imbalance, slowly, one subdomain at a time.

The project also serves as a technical demonstration of automated content generation and deployment: idea generation by AI, approval by human, code generation by AI, commit and push by AI, deploy by Railway. The human's role is primarily to say yes or no and occasionally to laugh.

Technology

crzy.site runs on Next.js 16, deployed on Railway, with DNS managed by Cloudflare. Each subdomain is served by a wildcard DNS record pointing to a single Railway service, which reads the Host header and serves the correct site from a static HTML file.

The analytics system is custom-built: a 1x1 pixel GIF endpoint that records visits to a PostgreSQL database with no third-party tracking. We know roughly how many people visit each site. We do not know who they are. We prefer it this way.

Contact

There is no contact form. This is consistent with the project's general approach to utility.