Alternatives
Products that do what SecureIT – Easy to setup cybersecurity service for free does
I have built this service to allow every project to have basic cybersecurity, in an easy to setup way. It will basically alert you when your service/server is running on vulnerable software. The website is: https://secureit.io You can even try it anonymously at: https://beta.secureit.io/tryit And you can also join in on the discussion and show us some love on ProductHunt as we launched there today https://www.producthunt.com/posts/secureit Thanks for caring, I did this mainly to help out starting businesses/projects - and it will always…
- 1

- 2

- 3

- 4

- 5

- 6

- 7

- 8SF
It seems like there isn't a week that goes by where there isn't a post on Hacker News asking "where can I find coverage for my startup?" So, I decided to make something to finally help address part of this problem. I'm happy to announce the launch of StartShout (http://startshout.com) today - a new way to find sources of coverage for your news about events, startup launches, new features, or other announcements. StartShout is both a directory of content publishers and a pitch writing service. I made StartShout because I want to help hackers get their projects noticed, but I think it could be…
2011
- 9CS
Hi HN, Alexey from Chainstack here. We built Chainstack Self-Hosted to package everything we’ve learned from 8+ years of running blockchain nodes into a single control panel. The goal we’re building this product around is to make blockchain infrastructure boring to operate. The software is free to install. You only pay for the infrastructure you run it on. The quickest way to get hands-on with it is through the Vultr Marketplace or one of the other providers listed in the docs. The current release supports Ethereum Mainnet, Sepolia, and Hoodi with Reth + Prysm full nodes. We’ll be adding…
Jun 2026 · docs.chainstack.com
- 10SL
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
- 11SA
I had the idea to create a dedicated web page containing basic, easy-to-understand digital hygiene advice. So if a friend or relative asks you for advice on securing their digital lives, you can simply give them a link and hopefully they'll share it with their friends too. Hosting is on GitHub pages; just a single, semantic, accessible HTML file. I just made this today, so contributions are welcome, especially right now. I am not a security researcher, so if anyone finds an issue with what I've written in this first draft, or thinks some other point deserves mentioning, please tell me either…
2020
- 12GC
Hello HN, we're Andrew and Stephen from Keyboard (https://www.keyboard.dev/). After building AI tools for the past year, we recently made a YouTube video on building MCP servers and realized MCP is a total game-changer. It essentially lets AI do anything by connecting to your apps. But the deeper we dove, the clearer it became that security and privacy were complete afterthoughts. Coming from backgrounds at Okta and Stripe, this made us pretty uncomfortable. We kept seeing the same pattern: every app needs its own MCP server, each storing sensitive tokens, with minimal…
2025 · github.com
- 13IT
I created http://devtest.net as a weekend project, and I'm pretty proud of it from a technical and UI standpoint. The problem is, I've built this by myself in a bit of a vacuum, to "scratch my own itch", and I don't know if this is useful to anyone other than me. I'm also not so hot on the business side and don't really know what I'm doing. Basically, I'm looking for some advice, now that I've actually launched, what now? One thing that this has shown me is that I'm capable of putting together a pretty decent web application on my own in my spare time. Should I stick with this idea, or…
2012
- 14MF
I know everyone is a bit burned out on blockchain and cryptocurrency related stuff around these parts, but I've been working on as a side project for the last few months and thought you guys might be interested: https://cryptoempire.io/ It's still a bit buggy and incomplete (the mobile ux needs a lot of work, the leaderboard isn't functional yet, etc.), but I've reached a point where I'm not totally ashamed of sharing it :) Any feedback would be most welcome!
2018
- 15EA
Hey folks, Michael here. I have been working in this project on and of for about a year and a half and I finally got it into a state where I can share it. I initially started this project to learn Rust and afterwards decided to make it useful for others. Vulpo Auth is an authentication server that you can host yourself. The goal was to make it as easy as possible for you to get started and have a complete authentication solution without you having to configure anything. Project Website: https://auth.vulpo.dev The Project contains: - Auth Server (Rust) - Admin Dashboard - JS and…
2022
- 16LA
Hey HN, Along with a handful of friends, I've been working on a note taking platform for the last couple years. We created a 2 minute pitch of our platform, if you'd prefer to read, maybe you'd want to checkout our README: https://github.com/lockbook/lockbook. If you don't want to do either of those things I'll try to summarize some of our core values: - everything end to end encrypted - open formats: markdown and svg - strong offline support - everything open source - native apps where possible - rust where possible Some other stuff we're proud of: - we have a CLI which…
2024 · youtube.com
- 17GA
Hello, for some time I've been developing this project now that I am happy that it finally can see the light. I love Tor, but I believe the biggest thing with Tor is that the nodes are strangers which in itself requires some sort of level in just that, complete strangers. For this reason, I decided to build this private network inspired by the Onion router. Unlike other public networks, GiralNet is not for anonymous connections to strangers. It is built for small teams or groups who want privacy but also need a level of trust. It assumes that the people running the nodes in the network are…
2025 · github.com
- 18ET
Hey Hacker News, For the last 2 months, I've been working on a testing agent to free developers from the endless maintenance of end-to-end tests. You just push up a PR, and our agent analyzes the code changes and automatically visits the preview to test things out like a real human! We also support describing tests in English (or even in the PR description), and we'll go through your site whenever you want via a GitHub action to test and make sure various core flows continue to work as expected. We are looking for early testers and are giving out a generous free tier! Just sign up on the…
2025 · playmatic.ai
- 19IB
There are plenty of ways to deploy your apps. PaaS options like Vercel or Netlify are convenient but can get pricey as projects scale. VPS hosting is cheaper, but setting it up (Linux, networking, SSL, etc.) can be daunting. That’s why glueh-wyy-huet (https://github.com/glueh-wyy-huet) and I (https://github.com/biersoeckli) built QuickStack during our bachelor studies at Eastern Switzerland University of Applied Sciences. QuickStack simplifies deployment by letting you deploy directly from a Git repo or Docker registry to any VPS. It’s free, open source, and…
2025 · quickstack.dev
- 20IM
Hey HN, When I was learning to code I was always intrigued to see the guys on twitter making money with a SaaS. I always wondered how to make them and after a few months I developed my own. I wanted to share a Boilerplate for any new devs who are wondering how to start their own SaaS or wonder how things work. Boilerplate comes with Auth, Payments, UI and all the good stuff. Ali
2024 · github.com
- 21GA
I am announcing the private beta of my first web app (http://getfounder.com). The beta will launch in just one city, which will be determined by the number of entries on the location-aware sign up page. As this is my first public release, I'm looking to the HN community to offer me feedback on what I should/shouldn't be displaying on the homepage. I'd be grateful for any advice you had to offer. Thanks, and I hope to see some of you in the private beta! Colin
2011
- 22BA
Bonjour HN! I lead the product efforts at DSLA Protocol, a peer-to-peer third-party risk management infrastructure for developers and their communities. tl;dr I wanted to share news about our ongoing hackathon and ways to get started! DSLA Protocol lets anyone manufacture and package their own insurance, or add insurance to any existing product and service offerings. Within hours. Like a factory, but for customer protection and service differentiation. We designed DSLA Protocol as a decentralised alternative to service-level agreements (SLA). Instead of using offline legal documents with a…
2021
- 23MN
Hello HNers. I'm launching my new service, Certician, and I'd love some feedback from HN users. A while back, I asked if anyone knew of any good, simple tools or services for monitoring SSL certificates [1]. I didn't find any compelling services, so I decided to build one. I tried to keep it simple, since it's self-run and bootstrapped. I know my landing page needs help. It's a lot harder to distill down a service (even a simple one) into compelling, actionable copy than I thought! I have to work at my real job today, so I'll only be able to reply when I have time to take a break for a…
2011
- 24IM
Hello everyone. I'm a relatively new developer and I started my first project to go full production recently. It is a directory of payment processors and payment service providers. It's free to use and gives detailed info on their pricing, business model, supported business types, available countries, prohibited businesses and high risk business support. So far only 40 have been added with more to come. And I allow processors to contact me so that they're details can be added to the database. I'll eventually automate this and add verification the months to come. I hope you'll find it useful.…
2025 · sourcefees.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →