Alternatives
Products that do what A minimalist (brutalist?) website for sharing all your links does
Do you remember the internet of the early 2000s? Neat single function websites that let you be creative and customize your spaces and weren't setting out to be the next major conglomerate (or to be bought by them). I'm building a series of websites that have simple concepts but too many of the players have tried to make their product so big. I also used to live in a very rural area so my goal is to make websites that load fast even on very slow internet. I'm starting with Lynx.boo. A linktree style website that lets you fully customize your CSS (and adds a bunch of classes to your links to…
- 1IM
I had this idea rolling around in my head for the last couple of years, and I finally decided to build the damned thing just to get idea relief. The backend is a typical LAMP stack with the Symfony2 framework backing the P. Varnish sits in front of all the Chef managed Linode boxes. The site will work without Javascript (up until the checkout), and the style degrades really nicely depending on your viewport (try it out by resizing your browser). I'm open to all comments and critiques, so let me hear them. And if you are into graphic t-shirts, here is a code for a Hacker News 20% discount:…
2012 · getnifty.com
- 2M2
http://instacss.com (in case DNS update hasn't propagated: http://morning-warrior-3377.herokuapp.com/) Last night I was annoyed at how slow (and web 1.0-ish) most CSS reference sites seem to be, so I created this. It's basically a scrape of the CSS reference on w3schools, but with client side searching. Feedback is most welcome! some of the tech involved: node, requirejs, backbone, mongodb the code: http://github.com/rgarcia/instacss
2011
- 3SMSite Mogging▲70
Hi HN, I've been playing around with Cloudflare's Browser Run and Workers AI to create this funny "website vs website"-website. Google's Gemma 4b model is actually quite good at vision.
May 2026 · sitemogging.com
- 4MS
Hello HN! I've been working on http://underthesite.com for the last month and now think it is ready for some full strength HN feedback. What do you guys think? It crawls up to 10 pages of a given site while you wait, looking for community-provided CSS / XPath selectors and regular expressions. Additionally, I'd like to appeal to you to submit matchers for technologies that you care about. Technologies are easy to add, so add your favorite jQuery plugins, analytics tools, client-side node.js wrappers, what have you. I'm going to be running a large crawl in the next few days and want to make…
2011
- 5FW
Hello, I am a tech blogger and last year I wanted to have my own website for writing blogs and doing content marketing. Since I love programming, I could have built the site by myself but I wanted to test the no-code solutions, so after spending sometime researching I ended up going with Wordpress. However i found it tedious and for some reasons, hard and slow. Anyways, I tried other platforms like Wix too. Problem then came was I had to share my work on social media platforms to get more readers and also post it on hashnode and Medium. It was becoming time consuming and monotonous process.…
2022 · leansence.com
- 6SL
So a while ago I was thinking it would be neat to build a site that had the most absolute utility. The idea I came up with was a site to store those little protips that are super useful, if you know them ahead of time. I hired a guy to work on it with me, and ClueDB was born: http://cluedb.com/ Please give it a whirl (it uses Twitter auth as login but doesn't tweet anything) and tell me what you think! (Various trivia: My first try at a project coded by someone else and "product managed" by me. Runs on Flask + MongoDB. Also, this is totally unrelated to my startup.)
2011
- 7IM
- 8IV
2025 · sergeycooper.com
- 9CC
Hey HN, I've been wanting to start this project for a long time, ever since I read an article about collaborative transformation of blob images[1], and I'm hoping it will take off here as I'm curious to see how it can grow. Here's how it works: - My website is available at https://chaospixels.com. You can find its code in the `src` directory of the linked repository. - Every day, I'll review all the open PRs (Pull Requests) and calculate a PR score based on the number of thumbs-up on the PR's opening comment. - The PR with the highest score will be merged and deployed. - Afterward,…
2024 · github.com
- 10PR
www.schmeebs.com I built this site in two days. I tried to make it a fusion of Twitter + Digg in that people will be able to follow certain "domains" of news then be able to see popular stuff from there. Its as real time as it can be at this point. Would welcome any thoughts on it!
2010
- 11CL
Hey HN, this is a side-project I've been working on for my senior year independent work in CS. Would appreciate any comments or feedback. www.aperator.com Thanks!
2012
- 12FF
A little while ago I built an automated website that finds free stuff while filtering out scams. It works in an interesting way. Most freebie sites on the web contain a mix of real, useful free stuff and scammy affiliate and pyramid schemes. I realized that affiliate links are always unique (because they need to contain an affiliate code) while real freebies have URLs that co-occur across multiple sites at roughly the same time. I wrote a crawler in Perl and MySQL that looks for repeating, off-domain URLs that temporally cluster on multiple free stuff sites. I was surprised and pleased to…
2011
- 13AM
TLDR: I built a "quick and dirty " private social network for my friends, posted on Reddit and HN, got some interest so now have built it properly along with my brother. site link: https://intimost.com/login/ demo creds: [email protected] Demo123! Full version: I needed a social network where I can just send updates and nothing else. So I built it, my friends liked and now I have built it "for the world". Everything is private by default. - Text-only updates - No likes. Only views to acknowledge a post - [in development] Comments are private between the poster and…
Oct 2025
- 14BM
Hey all! We've been working on this browser extension with a friend for the last three years and we've made a few updates recently, so I figured I'd post it here :) We're building it as an open source and more modern alternative to things like Momentum. There's still a ton more we'd like to do and we're looking for constructive criticism or advice, both to improve it and make more people know about it. We're really proud of it and hope you like it. Cheers!
2022 · bonjourr.fr
- 15IM
Hey Hacker News, I'm the maker of Kopage, a free & self-hosted Website Builder. While working on new, cool features (AI, of course), it would be great to hear some HN feedback :) Thanks, Simon
2024 · kopage.com
- 16IS
I really wanted to move my automation server project to a proper framework instead of the current ad hoc nightmare of inline CSS and redundant classes... But nothing seemed quite right. None of them seem suitable for deep restyling without changing markup. So, I took all the good parts of my current CSS, replaced the bad parts with things I liked from the most popular frameworks, then extracted it as a standalone library. The whole thing is 17.5kb, without minifying or removing comments. It starts with classless styles for semantic html. There is a very small set of about 5 components(The…
2023 · eternityforest.github.io
- 17PC
Hey Everyone, So this was a weekend project that I did basically as a favor to a friend of mine who is a writer. This friend wanted a simple way to publish his short stories on the web that gave him a short url for tweeting and had no associated branding with the published work. Essentially this is what I have done here with publ.ca . My question is that I want to know where I should take this project in terms of features. Possible extensions to this project are: - automatic tweeting when publishing - custom layouts and designs - markdown rendering - user accounts ( FB connect or Google…
2011
- 18SN
Hi HN, I’ve been building a small social network where the feed is always chronological — newest posts come first, always. It’s not 100% algorithm-free (there’s still basic filtering to avoid spam or abuse), but the core idea is that every user has a real chance to be seen, even with zero followers. It’s lightweight, works well on mobile, and supports both posts and comments. Most of the content is currently in Portuguese, since it started with a Brazilian audience, but the interface is mostly language-neutral. I’d love any feedback on the concept, UX, performance, or anything else. Thanks!
2025 · qqpost.netlify.app
- 19IC
Hey all! Super excited to share this! If you're familiar with the r/InternetIsBeautiful sub-reddit, then you'll enjoy this. I built the website as a fun side project project over the weekend, and it re-imagines what r/internetisbeautiful would be if it was a newsletter. It's meant to be a completely free and community generated resource of the most interesting, useful and awesome websites from the depths of the internet. The list is tiny right now and I would love to hear your recommendations of websites that you think we should include. Hope you enjoy it, and would love to hear…
2023 · internetisbeautiful.co
- 20MF
I recently finished the Front-End Web Development program at General Assembly in San Francisco. My final project turned out being a quick, easy, and free way to convert a Tweet into various properly formatted citations. Inspired by a Hacker News post a few months back: https://news.ycombinator.com/item?id=3751295
2013 · tweet2cite.com
- 21IB
Hello all, I built about 2 years ago a coding website for kids, teens and adults: https://codeguppy.com Despite my efforts to promote the website it is still not well know. I post almost daily about it on Twitter at https://twitter.com/codeguppy ... but even there I don't have views. The website is fun... although I still have a ton of things to add. I appreciate if you take a look and suggest improvements and most importantly help me with spreading the news about this website. I really need a boost! Thanks all!
2021
- 22SI
I built constellational.com two days before November began, hoping it would help me write. It's just a blank canvas. The url updates itself as you type. You can send a different version to different people or bookmark the latest url for yourself.
2013
- 23SS
I did this project to allow people to share their custom designs for websites. In addition, it is integrated with my earlier project, called Stylebot, which was a Google Chrome extension that allows users to customize site designs and save them persistently (http://news.ycombinator.com/item?id=1716889) You can browse styles contributed by other users and bookmark them for later use. You can install these styles as part of Stylebot or as userscripts. I will love to get feedback and ideas on its implementation, UI and ease of use. Don't forget to check out the styles for Hacker News! URL is:…
2011
- 24MS
linkrdr (www.linkrdr.com), a personal link aggregator, was directly inspired by http://news.ycombinator.com/item?id=3555923 I read while browsing on HN. It's still a bit rough, but the concept is an interesting one and people have already shown interest. Let me know what you think. Also, if anyone knows a good UX designer, email me :)
2012
Ranked by how close each launch is in meaning, then by votes. Refine with a description →