🛠️ All DevTools
Showing 4781–4800 of 6507 tools
Last Updated
July 31, 2026 at 04:38 PM
Show HN: Pyscn – Python code quality analyzer for vibe coders
Hacker News (score: 45)[Code Quality] Show HN: Pyscn – Python code quality analyzer for vibe coders Hi HN! I built pyscn for Python developers in the vibe coding era. If you're using Cursor, Claude, or ChatGPT to ship Python code fast, you know the feeling: features work, tests pass, but the codebase feels... messy.<p>Common vibe coding artifacts:<p>• Code duplication (from copy-pasted snippets)<p>• Dead code from quick iterations<p>• Over-engineered solutions for simple problems<p>• Inconsistent patterns across modules<p>pyscn performs structural analysis:<p>• APTED tree edit distance + LSH<p>• Control-Flow Graph (CFG) analysis<p>• Coupling Between Objects (CBO)<p>• Cyclomatic Complexity<p>Try it without installation:<p><pre><code> uvx pyscn analyze . # Using uv (fastest) pipx run pyscn analyze . # Using pipx (Or install: pip install pyscn) </code></pre> Built with Go + tree-sitter. Happy to dive into the implementation details!
expressjs/express
GitHub Trending[API/SDK] Fast, unopinionated, minimalist web framework for node.
meshtastic/firmware
GitHub Trending[Other] The official firmware for Meshtastic, an open-source, off-grid mesh communication system.
Adding Stride Scheduling to Xv6
Hacker News (score: 11)[Other] Adding Stride Scheduling to Xv6
Pythagora x Digital Ocean Portal
Product Hunt[Other] Open source idea submission portal A platform for builders to submit ideas, with automated email notifications, an admin dashboard for selecting winning submissions, and automatic calendar event creation for applicants.
Terramind: Code
Product Hunt[Other] Talk to any codebase on Github. Talk to and edit any codebase on Github.
Textify
Product Hunt[Other] Extract text from images instantly I built Textify to help solo designers save time. It lets you extract text from any image directly inside Figma—no switching tools or retyping. Click once, get clean text, and stay focused on designing.
shadcn CLI 3.0 and MCP Server
Product Hunt[CLI Tool] One command line to add UI components to your project shadcn/ui is the foundation for your design system—A set of beautifully designed components that you can customize, extend, and build on. Use the shadcn CLI to add UI components to your project. Start here: npx shadcn@latest init
ChangeLogScribe
Product Hunt[Other] Turn commits into clean changelogs, instantly. Turn messy commit logs into clean, audit-ready changelogs. AI-powered summaries when you want them, clear exports when you don’t, with multi-repo support, Markdown/PDF exports, scheduled emails, and full GitHub integration.
CodeMapper Pro
Product Hunt[Other] Code dependency visualization CodeMapper Pro is an AI-powered tool that visualizes your code’s structure and dependencies. Paste your code, choose a language, and instantly see interactive maps of functions, classes, and imports—making it easier to analyze, debug, and optimize.
glide-browser/glide
GitHub Trending[Other] An extensible and keyboard-focused web browser
Show HN: Run – a CLI universal code runner I built while learning Rust
Hacker News (score: 11)[CLI Tool] Show HN: Run – a CLI universal code runner I built while learning Rust Hi HN — I’m learning Rust and decided to build a universal CLI for running code in many languages. The tool, Run, aims to be a single, minimal dependency utility for: running one-off snippets (from CLI flags), running files, reading and executing piped stdin, and providing language-specific REPLs that you can switch between interactively. I designed it to support both interpreted languages (Python, JS, Ruby, etc.) and compiled languages (Rust, Go, C/C++). It detects languages from flags or file extensions, can compile temporary files for compiled languages, and exposes a unified REPL experience with commands like :help, :lang, and :quit. Install: cargo install run-kit (or use the platform downloads on GitHub). Source & releases: <a href="https://github.com/Esubaalew/run" rel="nofollow">https://github.com/Esubaalew/run</a> I used Rust while following the official learning resources and used AI to speed up development, so I expect there are bugs and rough edges. I’d love feedback on: usability and UX of the REPL, edge cases for piping input to language runtimes, security considerations (sandboxing/resource limits), packaging and cross-platform distribution. Thanks — I’ll try to answer questions and share design notes.
A comparison of Ada and Rust, using solutions to the Advent of Code
Hacker News (score: 182)[Other] A comparison of Ada and Rust, using solutions to the Advent of Code
Microformats – building blocks for data-rich web pages
Hacker News (score: 20)[Other] Microformats – building blocks for data-rich web pages
dbt-labs/dbt-core
GitHub Trending[DevOps] dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
RightNow AI Code Editor
Product Hunt[IDE/Editor] The first GPU-native code editor with AI RightNow AI is the first CUDA-native code editor. It brings real-time GPU profiling, AI optimization, GPU virtualization, and a full emulator into one environment, helping developers build faster and more efficient CUDA applications
Nexion - For Windows & Open Source
Product Hunt[Other] A cross-platform blockchain Shell Client based on XLayer 🎉 Big news! Windows version + Open-source release! Our latest release includes: ✅ Native Windows support ✅ Open-source codebase ✅ Testnet & Mainnet versions Try it now → https://github.com/AceXiamo/Nexion
Snippetly
Product Hunt[Other] Your snippet vault. Save, organize & share code snippets Snippetly helps developers and teams capture, organize, and share code snippets instantly. Build your personal snippet vault with tags, search, and sharing for faster workflows and better collaboration.
Dropstone
Product Hunt[IDE/Editor] AI IDE that learns and improves itself as you code Dropstone: World's first generational recursive self-improvement AI for autonomous programming. Desktop application with MCP Server, Computer Use API, unlimited Ollama models, Claude Code integration, and Agent Mode.
Ghost Note
Product Hunt[IDE/Editor] An innovative privacy focused approach to code documentation Ghost Note is a VS Code extension that lets you attach comments directly to the symbols in your codebase — without modifying the source code. Attach comments, images, videos, and tags to symbols in your codebase, without ever touching the code.