🛠️ All DevTools
Showing 6361–6380 of 6595 tools
Last Updated
August 03, 2026 at 08:00 PM
Show HN: Ten years of running every day, visualized
Show HN (score: 14)[Other] Show HN: Ten years of running every day, visualized Today marks ten years, 3653 consecutive days, of running at least one mile every day under the USRSA rules [1]. To celebrate, I built an interactive dashboard that turns a decade of GPX files into charts you can explore.<p>Running has truly changed my life: I've made lifelong friends, explored beautiful places, and more importantly invested into my own health and fitness, which I'm starting to see the positive benefits as I get older.<p>The stack is pretty simple: a NextJS app, with a Postgres database to keep all my running data, and all the stats are pre-computed and cached in Redis, so I effectively only hit the database once a day when a new run is ingested. On the fronted, I toyed with the idea of using D3 or pre-existing data viz libraries, but ended up rolling my own using SVGs directly, it gave me more control on the visualizations.<p>I used the Strava bulk export to pre-populate the database, and I'm using their webhook API to do incremental updates. I have to tap into OpenWeatherMap and OpenCageDate to enrich the running data a little bit.<p>Happy to answer anything about the stack, data pipeline, or how I stayed motivated for 10 years!<p>[1] <a href="https://www.runeveryday.com" rel="nofollow">https://www.runeveryday.com</a> Run Streak Association rules: ≥ 1 mile per day
hashicorp/terraform
GitHub Trending[DevOps] Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
coleam00/ai-agents-masterclass
GitHub Trending[Other] Follow along with my AI Agents Masterclass videos! All of the code I create and use in this series on YouTube will be here for you to use and even build on top of!
WordPress/wordpress-develop
GitHub Trending[Other] WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link to a pre-existing ticket onhttps://core.trac.wordpress.org/with every pull request.
HNSW as abstract data structure: video intro to Redis vector sets
Hacker News (score: 22)[Other] HNSW as abstract data structure: video intro to Redis vector sets
Show HN: Typeform was too expensive so I built my own forms
Hacker News (score: 39)[Other] Show HN: Typeform was too expensive so I built my own forms Hey HN,<p>I'm a solopreneur and run a web design agency.<p>I create open-source apps, but I also work as a freelancer and designer. I was accepting any new freelance project via forms on my agency website.<p>I was using Typeform, but as time went by and more people submitted forms, it got more and more expensive. That time, I thought to use Google Form, but it was way too blocky and looked very unprofessional on my agency website.<p>So I thought to build my own forms for my own usage, and it turns out it almost doubled form submissions and inquiry calls.<p>I was happy, so I thought to build it for everyone and make it open-source.<p>I added AI functionalities using Vercel AISDK. I can generate forms almost instantly using AI and also added analytics AI so that users can talk with their forms—more like talk with their analytics data.<p>I've been building this publicly, sharing updates on my X account (preetsuthar17)<p>I hope this product will be as helpful to you as it was for me. Would love your feedback pls<p>Preet
Stratify Pro
Product Hunt[Other] No-code Algo Trading Builder - Build, Backtest, Execute! StratifyPro takes the time to build trading algos from weeks to minutes using our visual block builder and "Prompt-to-Strategy" AI intergration. ANYONE can build, test and execute (via API) automated trading strategies with StratifyPro! FREE USE OF BETA NOW!
DRS Softech Microsoft 365 Backup Tool
Product Hunt[Other] One Click to Backup, Migrate, and Protect Office 365. Best utility to backup or migrate Office 365 to PST, MBOX, EML & more. Supports Gmail, Yahoo, Thunderbird, AOL, Hotmail, Zoho, iCloud, IMAP & Yandex Mail easily.
DevFlow
Product Hunt[Other] Developer Collaboration Made Simple The all-in-one platform Developer Collaboration Made Simple The all-in-one platform that brings your development team together. Code, collaborate, and ship faster with powerful tools designed for modern development workflows.
MergeReque.st
Product Hunt[Code Quality] Automated AI Code Review for Gitlab AI-powered code review assistant that connects to your GitLab repositories and provides intelligent feedback on merge requests
Bugspot
Product Hunt[Other] Super smart bug report forms, powered by AI Help users create professional bug reports with AI and sync them with GitHub Issues. Reduce back-and-forth, avoid duplicates or spam & help developers debug efficiently.
Grok 4
Product Hunt[Other] World's most powerful Al model (still, according to Elon) Grok 4 by xAI: Frontier AI that reasons deeply, creates boldly, and explores the universe with humor & insight. Advanced tools for coding, analysis, & more. Exclusive for SuperGrok/Premium+ users on grok.com & X. The future of helpful AI! 🚀
cmdr.ai
Product Hunt[CLI Tool] AI-powered terminal copilot: instant error fixes cmdr.ai is an open-source CLI tool that automatically detects failed shell commands, analyzes errors with AI (OpenAI, OpenRouter, Ollama, etc.), and suggests practical fixes right in your terminal. No more Googling errors—just instant, actionable help!
Builduo
Product Hunt[Other] Build SaaS backends with AI and deploy in minutes Build and launch a complete API backend with AI or Code. Perfect for both beginners and seasoned developers.
Show HN: MCP server for searching and downloading documents from Anna's Archive
Hacker News (score: 38)[Other] Show HN: MCP server for searching and downloading documents from Anna's Archive I was looking around for an MCP server that could connect Anna's Archive to Claude Desktop, as I wanted to be able to search and download books directly through the interface.<p>I couldn't find any public implementations, so ended up building one myself.<p>What it does?<p>- It searches Anna's Archive by keywords. - It downloads books from search results. - It works directly in Claude Desktop through MCP.<p>Check out the repository's README for detailed installation and configuration instructions.<p>The code is fully open source and builds run on GitHub Actions for transparency.<p>I figured I'd share, since I couldn't be the only one wanting this functionality!
A fast 3D collision detection algorithm
Hacker News (score: 46)[Other] A fast 3D collision detection algorithm I discovered this collision detection algorithm during COVID and finally got around to writing about it.<p>github repo: <a href="https://github.com/cairnc/sat_blog">https://github.com/cairnc/sat_blog</a>
alibaba/MNN
GitHub Trending[Other] MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba. Full multimodal LLM Android App:[MNN-LLM-Android](./apps/Android/MnnLlmChat/README.md). MNN TaoAvatar Android - Local 3D Avatar Intelligence: apps/Android/Mnn3dAvatar/README.md
strapi/strapi
GitHub Trending[Other] 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
Show HN: Pyhoff – Connect Python ML Models to Beckhoff/WAGO IO Hardware
Show HN (score: 6)[API/SDK] Show HN: Pyhoff – Connect Python ML Models to Beckhoff/WAGO IO Hardware Built this Python package because I wanted to run hardware controlling ML stuff and other control algorithms directly connected to industrial I/O hardware without jumping into annoying PLC toolchains (Windows only, licensing hassle, no editor choice, proprietary version control - you name it). For sure its not for ms‑cycle loops, or uptime critical production stuff, but in applications with relaxed timing it allows for fast iteration on the setup - making prototyping a pleasure. Its easy to use, has no dependencies beside Python, its fully type annotated and MIT licensed. Internal it uses ModBus/TCP for hardware communication, the implementation is exposed, so it co-serves as ModBus/TCP client library.<p>I'd love to hear your use cases, feature ideas and PLC toolchain stories ;)<p>Docs: <a href="https://nonannet.github.io/pyhoff" rel="nofollow">https://nonannet.github.io/pyhoff</a>