Alternatives
Products that do what A simple pricing and resource limit library does
Hey Hacker News! No one likes to code pricing; it sucks. It shouldn't take up my time, yet it always does - too much of it. And pricing always needs to change, eating up valuable dev hours. I created a simple pricing engine so that I could write all of my pricing rules & resource limits in a single YAML doc, then enforce them everywhere with a single policy check. It's simple, intuitive, versionable, auditable, and easy to reason about or change quickly without bogging my development down. My CTO friends liked the idea and wanted to use it, so I created this open-source library for everyone…
- 1

- 2AS
2020 · duckbillgroup.com
- 3IB
Hey HN: I'm Kaveh, the founder of Usage (https://www.usage.ai/) We help companies drive down AWS costs. Why? Because the way it's done now is a pain. Stakeholders, especially engineers, are required to spend unnecessary time manually finding underutilized or overly expensive EC2s. We believe the optimization process should be done automatically through a series of sophisticated algorithms. At the moment, there are over 70,000 AWS EC2 prices - doing that manually just won't scale at most organizations. My background is in software engineering. Previous to founding Usage, I…
2020
- 4

Spark your pricing page ideas with a curated list of roasts
2025
- 5SL
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
- 6RM
Hello HN! Being a software engineer and an SEO guy I wrote a heap of tools and scripts to make my life easier. Now I've decided to share some of them with the community, and made a small site where I will be publishing them. They are all completely free (yes, free forever) and you don't even need to sign up for the site. Just use the thing as you like, no limits. Currently you can access 4 instruments: - Backlink retriever - Thin/weak content analyzer - Traffic trend analysis - Visitor list retriever I am planning on releasing more free tools with time, and trying to stay original by…
2018
- 7PO
2017 · pricingengine.io
- 8IO
Hey folks, I’m the creator of WFGY — a semantic reasoning framework for LLMs. After open-sourcing it, I did a full technical and value audit — and realized this engine might be worth $8M–$17M based on AI module licensing norms. If embedded as part of a platform core, the valuation could exceed $30M. Too late to pull it back. So here it is — fully free, open-sourced under MIT. --- ### What does it solve? Current LLMs (even GPT-4+) lack *self-consistent reasoning*. They struggle with: - Fragmented logic across turns - No internal loopback or self-calibration - No modular thought units - Weak…
2025 · github.com
- 9IM
It's at http://finkin.com. The goal is to allow a developer to sign up in seconds, and within minutes begin querying data. It runs under https and stores no access information. From http://news.ycombinator.com/item?id=1431583, I realized that all those types of sites are not tailored to developers like the other simple APIs around the web are (i.e. flickr). I made mine as simple as I thought possible. From http://news.ycombinator.com/item?id=1676458, I realized that eventually it should be a scalable model where you pay pennies per the # of requests you make. Right now it supports many…
2010
- 10IM
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
- 11BQ
Hey HN, I’m from QR Code Developer, a simple SaaS tool for marketers and creators to generate & manage dynamic QR codes. It came out of frustration watching small teams overpay for bloated QR tools that lacked affiliate features or analytics transparency. We’re keeping it clean: privacy-first, no-nonsense pricing, and analytics. I’m currently onboarding a small group of affiliate partners (30% lifetime recurring commission) and would love feedback or thoughts from the HN crowd. Here’s the site: https://qrcodeveloper.com/affiliate AMA or DM—happy to share more behind the scenes.
2025 · qrcodeveloper.com
- 12XP
Hi all - I'm completely new here! I come from a market analyst background - I've done large B2B tech pricing research and consulting projects for over 10 years. I wanted to figure out a way to scale what we do in those projects to a broader set of SaaS companies that can't pay the six-figure plus price points those projects often carry. Today is our first step on figuring that out - we've created XaaS Pricing, a tool that let's you analyze the pricing strategies of 25,000 SaaS vendors across 50+ metrics, on-demand, with real-time updates when pricing strategies change. I hope it's helpful…
2022 · app.xaaspricing.com
- 13IM
I build a lot of small products myself and I realized how many indie founders want an exit that doesn’t involve platforms charging large commissions or requiring big revenue numbers. Sometimes a project makes $50/month, sometimes $500, sometimes $0 but has a great codebase, and that’s enough value for someone else. So I built buy-startups.com, a very simple, privacy-friendly marketplace for buying and selling small online startups. It’s not fancy. There’s no commission, no listing fee, no hidden funnel. Just a straightforward way for indie devs and bootstrappers to list a project and…
Dec 2025 · buy-startups.com
- 14CS
Hi HN! Token cost has started to become a high topic of concern to all of us. I tried a few (awesome) tools such as rtk, caveman, and the recent (hillarious but effective) ponytail. What they usually do, is in-line token reduction, e.g. try to compress requests / responses as much as possible. But then it hit me (and I’m sure others had similar ideas) - just like we have routers that pick the right model, why not have something that will also narrow down the amount of available tools, skills and mcps based on repo/context? People usually accumulate skills, agents, MCP servers,…
Jun 2026 · github.com
- 15DR
Hi HN! I built a distributed rate limiter using the token bucket algorithm with Redis backing. Key highlights: • 50,000+ requests/second throughput with <2ms P95 latency • Redis-backed distributed state for multi-instance deployments • 18 REST API endpoints for rate limiting, config, and monitoring • 265+ tests including load tests and integration tests • Docker/Kubernetes ready with comprehensive documentation Built with Java 21 + Spring Boot. Perfect for protecting APIs, microservices, or SaaS platforms from abuse. The pain point I solved: existing solutions were either too…
Sep 2025 · github.com
- 16WB
Mintlify Pro costs 250 USD per month. We wanted something similar (AI assistant and nice UI), but fully customizable and cheap. So we built GibsonAI docs in 1 day for about 50 USD. How we did it: Used Lovable for UI components + rendering MDX beautifully (Markdown stored in GitHub). Built an AI Agent for docs using Agno + Memori → personalized Q&A and “smart educator.” Stored embeddings in LanceDB and metadata in our SQL DB. Bonus: We can share our reusable design templates and source code so you can deploy on Vercel (or anywhere) and skip Lovable costs. Would love feedback on what features…
Sep 2025 · gibsonai.com
- 17AB
Hey HN: Kaveh here, the founder of https://www.usage.ai/ We launched a new free tool to help engineers understand their AWS spend. Why? Because the way it's done now is a pain. DevOps and Software Engineers end up end up becoming cloud accountants or end up forking over a big % of their AWS bill for a tool to understand costs rather than focusing on business problems. Previous to founding Usage, I worked on high-performance computing research at JP Morgan Chase and as a software engineer at a number of smaller startups. Here's how this new tool works: It's fully self-serve and…
2022
- 18

Run your pricing page past everything startups gets wrong.
May 2026 · roast.potio.cc
- 19FO
Hey HN, I’am Koshima, co-founder of Flexprice (https://flexprice.io/). Flexprice is an open source monetization platform for AI & Agentic companies. You can build usage-based, credit-based, or hybrid pricing models with full control. Usage-based billing works on paper, but breaks fast in production: (1) High-volume data (e.g., 10k API calls/sec from AI inferences) breaks naive pipelines, dropping events and causing underbilling or customer complaints. (2) Backfilling missing events or retroactive discounts screws up invoices, forcing 3 AM log stitching to avoid revenue…
2025
- 20IM
I spent the past few weeks making an open source cloud code editing environment with an AI copilot and multiplayer collaboration! It's fully self-hostable in 5-10 minutes. There's a lot of minor improvements to be made, and some are already listed in the Github issues. Let me know what you think and feel free to try it out.
2024 · github.com
- 21AL
I wanted to share something I've been working on recently: Statum, a handy web analytics tool. https://github.com/extractumio/statum The journey began when I found myself frequently needing simple web analytics for my projects. I tried Google Analytics, especially GA4, and realized it was quite complex and, at times, not very accurate, especially when I wanted to view stats for the current day or recent hours. Then I tested a few fancy startup solution but ended up with way too expensive plans the expect me to subscribe (I'm not that rich to pay $99/month for every…
2023 · github.com
- 22IB
Hey HN, I started my career as a finance manager, transitioned into product management, and now I’m building my own products. Back in my finance days, while managing a £6M budget, I uncovered a £15k leak hiding in plain sight: FX fees. Today, I see solo founders making the exact same mistake. I realised most founders are quietly losing 2-5% of their revenue to what I call the Lazy Tax: - Stripe's ~2% auto-conversion fee on inbound revenue, - plus their local bank's ~3% spread when paying for global SaaS tools (AWS, Claude, Ads). So I built FixMyFX to show founders their exact leak and how to…
Apr 2026 · fixmyfx.com
- 23BM
I built Bill My Cloud because I wanted a faster way to estimate AWS costs during early planning, without navigating the confusing official calculator or recording on spreadsheets. This started as a simple calculator, but I’ve been expanding it based on real usage needs and AWS services. What it does - Estimate AWS costs with minimal inputs and sensible defaults - Instant PDF export of the estimate (useful for sharing or approvals) - Suggestions for cheaper configurations or cost-saving changes - Shareable config links so others can view the same setup - Optional cloud save for configurations…
Dec 2025 · billmycloud.org
- 24WW
Over three months ago, I posted my book on HN and got tremendous +ve reponse. I am happy to inform that I have published the book to leanpub as per the comments I got on HN itself! It is pay as you go model, and the minimum is $0 because I wanted to contribute back to the FOSS Community
2016
Ranked by how close each launch is in meaning, then by votes. Refine with a description →