Loading video...

Video Failed to Load

Go Home

I built an open-source analytics platform that replaces your $50/mo subscription. Self-hosted. SQLite. Deploy on a $4 VPS in 5 minutes. 📊 Real-time visitor tracking 💳 Stripe conversion tracking (no webhooks) 🤝 Built-in affiliate system 🌍 Cloudflare geo data 🗄️ Zero config database No monthly fees. No data sharing....

279,337 views • 5 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

9 repos that mass replace a $150,000/year NBA analytics department. all free. all open source. -> replaces Second Spectrum and SportVU YOLO tracks every player and ball from any broadcast. assigns teams by jersey color. court keypoint detection builds a tactical top-down map. speed, distance, passes - all from a TV feed. no sensors. -> replaces paid NBA prediction services ($100/mo) XGBoost + Neural Net. moneyline and totals. Kelly Criterion sizing. 69% accuracy. pulls odds from FanDuel/DraftKings automatically. the most starred NBA betting repo on GitHub. -> replaces an entire quant sports desk 5-model ensemble: XGBoost + PyTorch MLP + Ridge + Lasso + baseline. Optuna-tuned hyperparameters. SQLite database with box scores, play-by-play, betting lines, injury reports. production-grade. -> replaces manual daily prediction workflows XGBoost/LightGBM with GitHub Actions automation. scrapes new data, retrains models, outputs daily win probabilities. set it and forget it. -> replaces ELO subscription services custom ELO + Ridge + XGBoost + Neural Networks ensemble. full data scraping pipeline. comprehensive visualizations. FiveThirtyEight-style ratings from scratch. -> replaces Four Factors analytics dashboards ELO rating system + Four Factors + PCA dimensionality reduction. detailed comparison of 10+ models. honest 65.3% accuracy - because that's what real NBA prediction looks like. -> replaces computer vision analytics platforms ($500/mo) YOLO player/ball tracking. automatic team assignment. court keypoints. pass and interception detection. speed and distance. full tactical view. modular architecture. -> replaces shot tracking hardware YOLOv8 detects ball and hoop in real-time. linear regression predicts trajectory. registers makes and misses automatically. works on any video feed. -> replaces paid sports data subscriptions ($300/mo) official Python client for NBA. com API. box scores, play-by-play, shot charts, player tracking. 40+ years of data. zero cost. the foundation every NBA ML project is built on. like + bookmark you'll need this when you build your first NBA prediction bot

zostaff

103,649 views • 4 months ago

Your agents can't keep up with real-time data. Especially when it's scattered across dozens of sources. Most teams waste weeks building custom connectors for every database, API, and data warehouse. Then they build ETL pipelines to sync everything. By the time your agent retrieves the data, it's already outdated. Picture this: Your Postgres database updated 5 minutes ago. Your MongoDB collection changed 2 minutes ago. Your agent is still pulling from yesterday's snapshot. This is why most production RAG systems fail. There's a better approach: MindsDB is an open-source AI platform with a federated data engine that lets you query multiple data sources in real-time using SQL - without moving any data. Here's what makes it different: ↳ Your data stays in place. No ETL pipelines or data duplication ↳ Query Postgres, MongoDB, REST APIs, and more using consistent SQL ↳ JOIN across different sources in real-time with a unified interface ↳ Works with both structured and un-structured data And here's the best part: You don't even need to write SQL. Just describe what you want in plain English, and MindsDB converts it to SQL automatically. The system does all the heavy lifting. The breakthrough for AI agents is simple: When data updates at the source, your agent gets fresh results immediately. No sync delays. No stale embeddings. No custom code for each integration. You can literally write a SQL query that joins a Postgres table with a MongoDB collection and gets live results. This is what production AI applications need but rarely get. In this video, I give you a complete walkthrough of what we just discussed and how to actually do it. Make sure you watch this till the end. I've shared the link to MindsDB's GitHub repo in the next tweet!

Akshay 🚀

65,672 views • 10 months ago

10 GitHub repos with 637k+ ⭐️ combined stars that save vibe coders $20,000+/year in SaaS bills 1. infisical ⭐️ 28.7k - secrets, API keys, and access all in one place with encryption and audit logs. Skip this and your .env eventually leaks into a public repo along with your bill. 2. shadcn/improve ⭐️ 8.8k - your expensive model audits the codebase and writes the plan, a cheap model executes it. 3. trigger dev ⭐️ 16k - background jobs and AI agents with no timeouts and no per-run billing. 4. n8n ⭐️ 200k - visual automation with native AI agents. Replaces Zapier/Make entirely, self-hosted. 5. pocketbase ⭐️ 60k - your entire backend in one file: SQLite, auth, realtime, file storage. Replaces Firebase for solo projects, no monthly bill. 6. coolify ⭐️ 60.4k - self-hosted PaaS, alternative to Vercel/Heroku/Netlify. Deploy to your own VPS with one script, no function limits. 7. dify ⭐️ 152k - visual builder for AI agents and RAG pipelines. Skip the $500/mo no-code AI builder subscription. 8. posthog ⭐️ 37k - product analytics, session replay, feature flags, A/B testing, self-hosted. Replaces Mixpanel + LaunchDarkly combined. 9. metabase ⭐️ 48.7k - BI and dashboards without a Looker/Tableau license. Point it at your DB and ship charts today. 10. zulip ⭐️ 25.6k - threaded team chat, self-hosted. Replaces Slack's paid tier once your team grows. Save this before you pay for another tool this list already replaces for free 👇

unicode

39,573 views • 1 month ago

10 repos that mass replace a $100,000/year football analytics department. all free. all open source. -> replaces Hawkeye and Second Spectrum YOLO tracks every player and ball from any broadcast. assigns teams by jersey color. calculates speed, distance, possession. from a TV feed. no sensors. -> replaces entire quant sports desk stacked ensemble: LightGBM + XGBoost + Neural Networks + Random Forest. scrapes FBRef automatically. ELO with dynamic K-factor. Poisson xG. MongoDB backend. the most complete open-source football prediction pipeline on GitHub. -> replaces paid prediction platforms ($30/mo) full GUI app. 7 ML algorithms. downloads data from football-data. co. uk. predicts upcoming fixtures. exports to Excel. one click. -> replaces manual feature engineering XGBoost with 354 hand-crafted features. works for any European league. data straight from football-data. co. uk. plug and predict. -> replaces value bet scanners ($50/mo) ELO + expected goals + offensive/defensive ratings. compares model probability vs Vegas lines. flags when you have edge. -> replaces bookmaker calibration tools Gradient Boosting tuned to output probabilities that match real bookmaker odds. not just accuracy - calibrated confidence. -> replaces StatsBomb xG subscription xG model from KU Leuven researchers. LogReg + XGBoost pipelines. supports Wyscout, StatsBomb, Opta data. academic grade. -> replaces xG analytics dashboards xG on StatsBomb open data. SHAP explanations for every prediction. proper calibration. tested on FIFA World Cup 2022. -> replaces basic prediction models Poisson distribution for goal simulation. the classical approach that still beats most ML models on draw prediction. -> replaces Premier League prediction services XGBoost + AdaBoost + SVM on EPL data. detailed EDA. confusion matrices. honest 56% accuracy - because football is hard. like + bookmark you'll need this when you build your first football prediction bot

zostaff

223,803 views • 4 months ago

I built a self-hosted Sentry clone that runs entirely on Cloudflare Workers, and I think it showcases one of the most underrated features in the Cloudflare ecosystem: Service Bindings. Let me explain why this matters. When you have multiple Cloudflare Workers (an API, a webhook handler, a cron job), they all need common things: error tracking, authentication, rate limiting, metrics. The typical solution? External HTTP calls to third-party services. That means: - 50-200ms latency per call - Egress fees - Your data leaving your infrastructure - Another vendor to manage Service bindings let Workers call each other directly inside Cloudflare's network. No HTTP. No internet. Just internal RPC with <5ms latency. With Workers Sentinel, any Worker in my account can just point Sentry-SDK into the Service binding, and have all errors flow into one centralized dashboard, stored in Durable Objects with SQLite. No external calls. No added latency. Service bindings aren't just for error tracking. You can centralize: 🔐 Authentication — One Worker that validates tokens for all your services 📊 Metrics — Centralized collection without external observability costs 🚦 Rate Limiting — Shared counters that actually work across Workers 🚩 Feature Flags — Instant propagation, no deployment needed Think of it as building your own internal microservices mesh, but at the edge, with zero network overhead. Workers Sentinel uses two Durable Objects: - AuthState (singleton) — users, sessions, projects - ProjectState (per-project) — issues, events, stats Events are fingerprinted and grouped intelligently. The dashboard is a Vue.js app served from the same Worker. I could say i built this to learn Durable Objects or that I needed error tracking for side projects, but honestly I just need a way to show my wife why I'm sending $200/month to some guy named Claudio who apparently helps me write code. The whole thing is open source. Deploy it to your Cloudflare account, point your Sentry SDKs at it, and you're done. But more importantly: take a closer look at service bindings. They're the glue that turns a collection of Workers into an actual platform. Most Cloudflare customers I talk to aren't using them, and they're missing out. To the Sentry team: I love your work. Genuinely. Sentry is battle-tested, has incredible features, and is what you should use for anything that matters. This project is a toy. A learning exercise. A weekend hack that got slightly out of hand. Please do not trust your production errors to this dummy clone. If your startup goes down at 3 AM because Workers Sentinel missed an edge case, that's on you. I warned you. Use the real thing. But if you want to learn about Durable Objects, service bindings, and how error tracking works under the hood? Clone away. Your Workers shouldn't be islands. Connect them.

Gabriel Massadas

28,840 views • 7 months ago