🛠️ All DevTools
Showing 2841–2860 of 4417 tools
Last Updated
May 01, 2026 at 12:00 AM
Asabeneh/30-Days-Of-Python
GitHub Trending[Other] 30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too:https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
TanStack/router
GitHub Trending[Other] 🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
humanlayer/humanlayer
GitHub Trending[Other] The best way to get AI to solve hard problems in complex codebases.
Show HN: Phishcan, Canada's first open and free threat intelligence platform
Show HN (score: 15)[Other] Show HN: Phishcan, Canada's first open and free threat intelligence platform Phishcan provides crucial threat intelligence, and it currently tracks phishing domains for:<p>• Scotiabank, Desjardins, RBC, Interac…<p>• Telecom providers, provincial power and health services...<p>• Federal & provincial services, CRA, Canada Post, Service Canada, Revenue Québec...<p>How Phishcan works:<p>• Parsing millions of domains: Continuously scanning and analyzing vast numbers of domains to detect suspicious patterns and potential phishing sites.<p>• Monitoring threat actors : close watch on cyber‑criminal infrastructures and their new domain registrations.<p>• Data enrichment : adding contextual insights and connections to improve the information<p>• Feeds are updated every 12 hours.<p>• You can use the API freely at: <a href="https://phishcan.com/api-docs" rel="nofollow">https://phishcan.com/api-docs</a><p>Data is also available on: <a href="https://github.com/Phishcan/phishcan-data" rel="nofollow">https://github.com/Phishcan/phishcan-data</a><p>I plan to improve the whole platform with more data during my free time!
OneSimpleBoard
Product Hunt[Other] Project management without the bloat A simple yet powerful project management tool built for solo entrepreneurs, students and small teams. Track tasks, log time, and manage projects—without the bloated complexity of enterprise software.
GitHub Workflow Dashboard
Product Hunt[Other] An simple SPA to show status of github workdflows Simple SPA for github workflow dashboard. Only need a token. Nothing but the missing dashboard function of github workflow.
Django CFG
Product Hunt[Other] Modern Django configuration framework Django-CFG is a powerful, type-safe configuration framework for Django applications with AI integration, beautiful admin interface, and comprehensive module ecosystem.
Rustroid, a Rust IDE for Android
Hacker News (score: 33)[IDE/Editor] Rustroid, a Rust IDE for Android
Better Curl Saul: a lightweight API testing CLI focused on UX and simplicity
Hacker News (score: 31)[CLI Tool] Better Curl Saul: a lightweight API testing CLI focused on UX and simplicity
Show HN: A UI Library for the Web
Show HN (score: 6)[Other] Show HN: A UI Library for the Web Focusing on accessibility, longevity, performance, and simplicity
Show HN: Dayflow – A git log for your day
Show HN (score: 8)[Other] Show HN: Dayflow – A git log for your day Hi HN! I've been building Dayflow, a macOS app that automatically tracks what you're actually working on (not just which apps you have open).<p>Here's what it does:<p>- It creates a semantic timeline of your day;<p>- It does it by understanding the content on your screen (with local or cloud VLMs);<p>- This allows you to see exactly where your time went without any manual logging.<p>Traditional time trackers tell you "3 hours in Chrome" which is not very helpful. Dayflow actually understands if you're reading documentation, debugging code, or scrolling HN. Instead of "Chrome: 3 hours", you get "Reviewed PR comments: 45min", "Read HN thread about Rust: 20min", "Debugged auth flow: 1.5hr".<p>I was an early Rewind user but rarely used the retrieval feature. I built Dayflow because I saw other interesting uses for screen data. I find that it helps me stay on track while working - I check it every few hours and make sure I’m spending my time the way I intended - if I’m not, I try to course correct.<p>Here’s what you need to know about privacy:<p>- Run 100% locally using qwen2.5-vl-3b (~4GB model)<p>- No cloud uploads, no account<p>- Full source available under MIT license (<a href="https://github.com/JerryZLiu/Dayflow" rel="nofollow">https://github.com/JerryZLiu/Dayflow</a>)<p>- Optional: BYO Gemini API key for better quality (stored in Keychain, with free-tier workaround to prevent training on your data)<p>The tech stack is pretty simple, SwiftUI with a local sqlite DB. Uses native macOS apis for efficient screen captures. Since most people who run LLMs locally already have their tool of choice (Ollama, LLMStudio, etc.), I decided to not embed an LLM into Dayflow.<p>By far the biggest challenge was adapting from SOTA vision models like Gemini 2.5 Pro to small, local models. My constraints were that it had to take up <4GB of ram and have vision capabilities. I had to do a lot of evals to figure out that Qwen2.5VL-3B was the best balance of size and quality, but there was still a sizable tradeoff in quality that I had to accept. I also got creative with sampling rates and prompt chunking to deal with the 100x smaller context window. Processing a 15 minute segment takes ~32 local LLM calls vs 2 Gemini calls!<p>Here’s what I’m working on next:<p>Distillation: Using Gemini's high-quality outputs as training data to teach a local model the patterns it needs, hopefully closing the quality gap.<p>Custom dashboards where you can track answers to any question like "How long did I spend on HN?" or "Hours until my first deep work session of the day<p>I'd love to hear your thoughts, especially if you've struggled with productivity tracking or have ideas for what you'd want from a tool like this.
Show HN: Mosaic – A Kotlin framework for cleaner back end code
Show HN (score: 6)[DevOps] Show HN: Mosaic – A Kotlin framework for cleaner back end code Backend APIs often grow into large orchestration classes full of duplicated calls and manual concurrency.<p>I’ve been working on Mosaic, a Kotlin framework that composes responses out of small, request-scoped “tiles.” Each tile runs once per request, dependencies resolve automatically, and independent tiles execute in parallel without boilerplate.<p>It’s still early (v0.2.0), but working today for caching, concurrency, and testability. Curious to hear feedback on the approach.<p>GitHub: <a href="https://github.com/Nick-Abbott/Mosaic" rel="nofollow">https://github.com/Nick-Abbott/Mosaic</a> Maven Central: org.buildmosaic:mosaic-core:0.2.0
Show HN: Verdent – AI coding agent that plans, tests, and ships
Show HN (score: 7)[Other] Show HN: Verdent – AI coding agent that plans, tests, and ships Hi HN!<p>We just launched Verdent, an AI coding agent that actually plans before it codes, tests its own work, and delivers production-ready results without you having to clean up after it.<p>tl;dr Check out the website [1] and read the story [2]<p>- The problem: Current AI tools dump code and leave you to debug. You ask for "build a login endpoint" and get a passwordless JWT mess that doesn't fit your project. We've talked to hundreds of engineers who are frustrated with having to micromanage AI output.<p>- What we built: Verdent works more like a senior engineer. It asks clarifying questions first, breaks down complex tasks, writes the code, then runs its own tests and fixes bugs until everything works. We call it the Plan → Code → Verify loop.<p>Two ways to use it: VS Code extension for staying close to the code, or Verdent Deck desktop app for handling bigger multi-component tasks in parallel.<p>- Background: I was Head of Algorithms at TikTok and spent 9 years as Chief Technical Architect at Baidu before this. Building those massive recommendation systems taught us that you need hundreds of specialized models working together, not just wrapping an LLM. We applied the same system engineering approach to AI coding.<p>- Try it: Available now, paid plans start at $19/month. We're a small team so no free tier, but we'd rather you experience what autonomous coding can actually do than get frustrated with a limited version.<p>- The bigger picture: We see AI coding as just the start of a larger shift where AI becomes the orchestrator across the entire software lifecycle, not just a typing assistant.<p>What do you think?<p>What tasks would you actually trust an AI agent to handle end-to-end?<p>[1] <a href="https://www.verdent.ai/" rel="nofollow">https://www.verdent.ai/</a> [2] <a href="https://thenewstack.io/tiktoks-ex-algorithm-chief-launches-verdent-ai-coding-tool/" rel="nofollow">https://thenewstack.io/tiktoks-ex-algorithm-chief-launches-v...</a>
Amiga SPICE is a program for simulating electronic circuits
Hacker News (score: 10)[Other] Amiga SPICE is a program for simulating electronic circuits
Python developers are embracing type hints
Hacker News (score: 117)[Other] Python developers are embracing type hints
Centipid ISP Billing System
Product Hunt[Other] Connect. Earn. Expand A comprehensive ISP billing system featuring HotSpot (internet vouchers included) and PPPoE support. Automate subscriber payments, and network access control with our all-in-one solution built for modern Internet Service Providers.
GCLI
Product Hunt[CLI Tool] GPT Powered command line interface Transform your terminal into an intelligent, context-aware command interface powered by GPT. Generate safe shell commands from natural language descriptions. Supports Docker, Kubernetes, databases, and more.
Shadway
Product Hunt[Other] Curated shadcn ui websites collection Explore a handpicked collection of stunning websites and UI libraries made with Shadcn UI, crafted to spark ideas for Developers and designers
Better Comments for GitHub
Product Hunt[Other] The browser extension that supercharges GitHub comment box Ever spent too much time writing a decent review, issue comment, or discussion? What if the GitHub comment box works better? An extension that replaces the GitHub native comment box, to a new block based editor and a seamless real-time preview experience.
FocusPal
Product Hunt[Other] ADHD Pomodoro Build better focus habits with FocusPal's gamified Pomodoro timer designed specifically for ADHD users