Alternatives
Products that do what I threw away my analytics dashboard and replaced it with 42 MCP tools does
Back in October, I built a web analytics tool. It had two distinguishing features: it was cheap, and it had a weekly AI email summary so you wouldn't have to check your dashboards. Turned out that cheap made no difference, but the few users I had really liked the email digest. The world moves fast these days, and suddenly I found myself experimenting with agents, and doing all my work in Claude Code, so I decided to throw out everything and rebuild the tool as lodd.dev, a headless web analytics tool for agents. 42 MCP tools and a full API that lets agents call and act on analytics data as…
- 1

- 2

- 3IM
TLDR: I made a public only web analytics without signup. Stores views and visitors for 10 days before deleting data. Exactly 25 days ago today I posted here, proud of my new web analytics. The response was mixed and my post even got flagged (understandable). It was my first real launch and I actually made a sale just a day later of 49$(!). Back then my project was pay once, keep forever. Since then I have sadly went over to the dark side (subscription based). Anyways, I never went back to look at the post after the first two hours, turns out I got a lot of answers. Most answers was something…
2024 · indielytics.link
- 4IV
2022 · jmmv.dev
- 5IT
After months of using Google Analytics I realized only about 50% of people accepted my cookie-popup. I had months of incorrect data for my website. I started looking for alternatives and eventually found Plausible, which is great (and open-source). Problem is, I didn't feel like paying 9$ a month to see the amount of visitors on a website i didn't even earn anything on, it was just a hobby project. Eventually I started making my own web analytics. Which actually isn't that hard. It took me about a month of working on my spare time every now and then. Being GDPR compliant basically means to…
2024
- 6

- 7IB
I work on R00M 101, a Reddit-based OSINT profiler. While building it, I realized most open-source intelligence (OSINT) tools are scattered across GitHub, outdated blog posts, or random Discords. So I put together a public-facing directory of 100+ OSINT tools used by analysts, journalists, and security folks, free, filterable, and categorized by risk, platform, and use case. The idea was to make something useful and no-friction. Built with static HTML + SQL backend + a lot of caffeine. Would love feedback on how to improve the UX or tool curation. If anyone wants to contribute tools or help…
2025 · r00m101.com
- 8AL
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
- 9TS
I've built a little prototype a long while back, to help me keep track of visitors on my website. I didn't like google analytics for obvious privacy reasons, and I didn't like the existing self-hosted options because of how complicated they are. I always wanted a simple, basic tool, similar to plausible, but even simpler. So a few weeks ago I rebuilt my prototype into a reusable tool. And I made it open source. I built a website, a documentation, and I'd be excited for someone else to try it too. Who knows, maybe if enough people like the idea, I might even make it into a SaaS to save…
2023 · github.com
- 10

- 11IB
I’ve spent the last 2.5 months building a product that runs LLM-powered code reviews on my pull requests — and I just launched it. The tool is built specifically for solo developers. You install it on your repo, trigger a scan by creating a pull request, and it leaves structured review comments using OpenAI under the hood. Funnily enough, I used the dev version of this app to review its own pull requests while building it. It helped me spot bugs, simplify structure, and keep quality high — all with minimal need for another human in the loop. Things I want to try out in the next months : -…
2025 · codii.dev
- 128B
Hey all, Justin here. I previously built Phind, the AI search engine for developers. One of the biggest problems we had there was figuring out what went wrong with bad searches. We had tons of searches per day, but less than 1% of users gave any explicit feedback. So we were either manually digging through searches or making general system improvements and hoping they helped. This problem gets harder with agents. Traces are longer and more complex. It takes more effort to review them, so I'm building a tool that lets you analyze LLM outputs directly to help developers of LLM apps and agents…
Jan 2026 · trails-red.vercel.app
- 13IM
How it works (tech stack): -Built entirely with Lovabl.dev (no-code front-end + logic) -ChatGPT / Claude for research and inspiration -Powered by GPT-4 Vision to interpret charts visually -Hosted on Supabase for performance & caching It’s not meant to replace analysts — just to speed up how traders interpret data. I’m a designer exploring AI tools, and this is my first attempt to turn an idea into a functional product. Would love to know what you think.
Oct 2025 · quantify-ai.co
- 14

- 15IB
I built a tool to roast landing pages with AI agents. I was gathering feedback from watching landing page roast videos, and figured out I could prompt LLMs to analyse a screenshot and roast based on the same criteria. It's not 100% accurate yet, but it has been really insightful when I've tested it on my own websites. Let me know what you think!
2024 · roastmylandingpage.io
- 16RB
Built this to give AI assistants native Reddit access. No more copy-pasting links. You can ask things like "what's the sentiment on TypeScript vs JavaScript in r/webdev" or "analyze the top posts about GPT-5 today" and get instant analysis. Technical: TypeScript, 3-tier rate limiting (anonymous works fine for most), LRU cache under 50MB. Works with any MCP client, not just Claude. Someone used it to track reactions to H-1B changes across different country subreddits in real-time - that was pretty cool to see. Open to feature requests and contributions welcome! Would love to hear how you…
Sep 2025 · github.com
- 17SA
When Google forced the switch from UA to GA4, I found myself struggling to understand my magazine's performance metrics (I occasionally edit a magazine along with my full-time job). So I built a dashboard that pulls GA4 data and presents it in a clean, intuitive interface focused on metrics that actually matter. It made the job of pulling reports and usage stats very simple for my website and greatly improved my daily productivity. At this stage, it was running on localhost on my machine and during this project, I ended up learning React (coming from a pure C/C++ world). I showed it to…
2025 · scottfish.com
- 18SA
Hi HN, I built SubTrack to help teams find unused SaaS tools and cloud resources before they silently eat into budgets. The motivation came from seeing how hard it is to answer simple questions: – Which SaaS tools are actually used? – Which cloud resources are idle? – What will our end-of-month spend look like? SubTrack connects to tools like AWS, GitHub, Vercel, and others to surface unused resources and cost signals from one place. Recently I added multi-account support, currency localization, and optional AI-based insights to help interpret usage patterns. This is an early-stage project…
Jan 2026 · subtrack.pulseguard.in
- 19DT
Hi HN, We are researchers from ETH Zurich interested in the real-world adoption and impact of Code Agents. To measure this, we built a dashboard, scraping all public PRs on GitHub, analyzing which are created by different code agents (Codex, Jules, Copilot, Devin, etc.), and measuring their merge rates, sliced by various repository and PR characteristics. https://insights.logicstar.ai Since mid-May, we've analyzed over 10 million PRs and already found some interesting trends: Usage is high, but shallow. Agents submit ~7% of all PRs overall, but only ~1–2% on popular repos. Most…
2025 · github.com
- 20DN
Hi everyone, Anuj here, Dataherald CEO. There are a bunch of EXTERNAL data sources in the world that people use a lot -- think census data, Bureau of Labor Statistics (unemployment, inflation), but even proprietary data sources. I was tired of getting these into useable data pipelines every time I need need to use them. Dataherald simply creates data pipelines to hundreds of data sources and then lets you create auto-updating data viz -- all in under 60 seconds. The goal is to enable non-tech users to more easily use data, which has been a huge problem for me throughout my career. We…
2022 · medium.com
- 21IB
2024 · reddstat.com
- 22AR
Hi HN. I'm the founder of Phoenix Labs (ex TikTok, Applied AI) and we're open sourcing our internal tooling today which is like a toolchain / meta-harness for CLI agents useful for really scaling eng and creative work. We are a very small team who's building a very ambitious product so we had to find ways to squeeze every ounce of efficiency that we could get our hands on. Harness strengths of different models (Claude, GPTs) and CLI-harnesses (Claude Code, Codex), safe/robust browser integration to speed up UX/QA testing, teams cli to speed up security reviews and parallelize…
May 2026 · agents-cli.sh
- 23

- 24TN
Hi guys, I’m excited to share an update on ReproModel, an open-source toolbox designed to streamline the testing and reproduction of machine learning models. I, like many of you, have really struggled with benchmarking and comparing models, from missing code, to opaque experiment parameters slowing the process. I decided to take matters into my own hands, and created a mini-toolbox in my free time to streamline the process. The goal is to reduce the time and effort spent on replicating experiments, enabling researchers to focus on innovation rather than setup. Knowing this task is not an…
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →