I woke up to a graph that didn’t look real: CVEFeed.io just crossed one million HTTP requests this month. No ads, no launch campaign, not even a proper “marketing” page—people simply found it, wired it in, and kept it. I’m genuinely blown away. When I started this, it was a scrappy feed for my own workflow; now there are teams depending on it for real-time signal in their SOCs and CI pipelines.
The step-change came from shipping things that practitioners immediately feel. I added EPSS to help people see “how likely is this to be exploited soon?” at a glance, and I built a GitHub exploit crawler to surface PoCs and real exploit code tied to CVEs. Seeing an alert with severity, EPSS, and a live exploit reference turns a maybe into a must-fix. It tightened the loop from “heard about it” → “understood risk” → “took action.”
Here’s the unexpected part: the community is now asking for things that look a lot like a product roadmap—role-based access, higher API limits, guaranteed delivery, on-prem mirrors, SBOM import with auto-watchlists, ticket sync. To build and support those well, I’m seriously considering a subscription model: the core feed stays free (that’s a promise), while power features fund reliability and support for teams who need them. Think: generous Free, sensible Pro/Team, and an Enterprise path for higher number of alert!
I haven’t decided pricing yet—my north star is simple: don’t tax insight; charge for scale and guarantees.
That’s insane growth with zero marketing 👏
Really shows how strong the product–market fit is when devs just wire it in and stay.
Curious: with requests scaling like this, what’s been the hardest part to keep infra stable and costs predictable?
Yeah, this number is impressive. So, I have a question - how, taking into account this number, are you making just $120? This is more wild IMHO.
I don’t force anyone to register. Instead of a landing page, I opened the full admin dashboard to everyone. The only people who pay are those who truly see the platform’s value. I’m aiming to reach users who can give real feedback, without putting paywalls or hoops in their way. I know it will sounds stupid but revenue is not my goal right now.
kudos nice work i like it
Thank you !!!
Just curious how long did it take you to build all of this, I see subscriptions on the page now. And would love to know more about the tech stack and how much does it take to run and manage this site. What's the biggest bottleneck?
Regards.
Been working on this side hobby project over a year now. It took me 6 months to put together everything. Probably someone who is actual SWE background would probably do this 3-4 months. But on the other hand, I have experience on security fields so I was already familiar with such as data formats.
Django, Postgres, Redis, Celery are the core of the infra. There are few containers around the core stack like news crawler, screenshot service etc. Everything runs on 30 euros VPS :)
Biggest bottleneck was the NVD service from the U.S. goverment. It's one of the three main source of vulnerability raw data and their budget has been cut due to new US policies, which cause instability on the maintenance of the service. I had to change design to support multiple source of intel.
This is really cool. I am a security engineer myself and I've seen SecOps teams and security engineering teams rely on feeds like this.
BTW, the site looks slick 🔥
Thank you !!
Huge milestone — congrats! 🚀 Love how you focused on shipping features that practitioners instantly feel. A freemium + pro/enterprise model sounds like the right path: keep the core feed free, monetize scale/reliability. Curious to see what pricing you land on, but the traction speaks for itself!