🛠️ All DevTools
Showing 441–460 of 2532 tools
Last Updated
December 01, 2025 at 08:00 AM
Flipt v2
Product Hunt[Other] Feature flags for safe deployments, git-native & self-hosted Stop breaking production with risky deployments. Deploy features safely through an intuitive UI that automatically syncs to Git. All the safety, none of the complexity.
DeFi Yield Farming Development
Product Hunt[Other] Develop Custom Liquidity Pool Logic for DeFi Farming Develop custom liquidity pool logic for DeFi farming with on-chain reward calibration, gas-efficient liquidity cycles & programmable pool weights. Our development ensures precise yield automation & maximized capital efficiency for long-term protocol growth.
Solana Token Creator
Product Hunt[Other] Create Your Moment Launch your own Solana token in minutes — no coding, no setup, no waiting. Mint, boost, and grow your project with full ownership and visibility.
SnippKit
Product Hunt[Other] Save, reuse & share code snippets & Ai Prompts like a pro. SnippKit is your all-in-one snippet and AI prompt library. Save, search, share, and serve JSON-ready code snippets or prompts across projects. Built for developers to boost productivity with modern tools.
PorkiCoder IDE
Product Hunt[IDE/Editor] The Ultimate Cursor Alternative, no API surcharge. BYO Keys. PorkiCoder - a blazingly fast AI IDE with zero API surcharges. Always full context. Always maxed out output length and thinking token allocation. Never any surcharge on your actual API costs. Bring your own API keys and code like a wild hog.
Fast TypeScript (Code Complexity) Analyzer
Hacker News (score: 21)[Other] Fast TypeScript (Code Complexity) Analyzer
Show HN: Wsgrok – one of many ngrok alternatives
Show HN (score: 6)[Other] Show HN: Wsgrok – one of many ngrok alternatives I built it for myself because ngrok didn't let me add one more domain unless I paid $12 more. I probably should've looked for alternatives before building my own, but my grudge got in the way . Once I started, I wanted to make it better than the other options. Silly, I know. No one probably cares.<p>I plan to open source it sometime next year because I’ve got other projects to finish first. It's free until I deplete my cloud credits, then it will switch to a tier-based model with a free option.
rustfs/rustfs
GitHub Trending[Other] 🚀 RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.
Pixi: Reproducible Package Management for Robotics
Hacker News (score: 23)[Other] Pixi: Reproducible Package Management for Robotics
Show HN: The System Skill Pattern
Show HN (score: 5)[CLI Tool] Show HN: The System Skill Pattern Hello HN!<p>I’ve been playing with Claude Skills and stumbled on a simple pattern for tiny, durable personal data systems:<p>* CLI: a small, self-contained executable<p>* SKILL.md: the operator guide (what to run, how to parse output, how to think about the system)<p>* SQLite: a local DB for persistent state<p>It’s nothing mind-blowing, but the ergonomics of this combo feel great.<p>If you define a process/flow, Claude can "turn the crank" by running the CLI, accumulating context, and animating the system to life over time.<p>They’re also easy to share: you can distribute System Skills via Claude Code’s `/plugin marketplace add <repo>`.<p>More details in the blog post and the toy Pomodoro System Skill reference implementation here:<p>Blog: <a href="https://www.shruggingface.com/blog/the-system-skill-pattern" rel="nofollow">https://www.shruggingface.com/blog/the-system-skill-pattern</a><p>Repo: <a href="https://github.com/jakedahn/pomodoro" rel="nofollow">https://github.com/jakedahn/pomodoro</a><p>--<p>Curious whether any of this resonates. Also excited to hear any interesting System Skill ideas worth exploring!
Show HN: I built an 8-bit CPU simulator in Python from scratch
Hacker News (score: 65)[Other] Show HN: I built an 8-bit CPU simulator in Python from scratch I built a tiny 8-bit CPU simulator in Python to better understand how computers work at a low level. It visualizes registers, memory, and instructions in real-time, so you can actually see each operation as it happens. You can write simple assembly code and watch how the CPU executes it step by step.<p>The project is mainly for learning and experimentation, but I’d love feedback or ideas for improvement.
Show HN: Run a GitHub Actions step in a gVisor sandbox
Show HN (score: 7)[Other] Show HN: Run a GitHub Actions step in a gVisor sandbox
Show HN: A fast, privacy-first image converter that runs in browser
Hacker News (score: 11)[Other] Show HN: A fast, privacy-first image converter that runs in browser Hey HN<p>I built ImageConverter.dev because I got tired of “free” image converter sites that force uploads, or throttle conversions.<p>So I made a tool that runs 100% client-side — meaning your images never leave your device. It’s built for speed, simplicity, and privacy.<p>What it does<p>Convert images between JPG, PNG, WebP<p>Works offline once loaded (PWA support)<p>How it works<p>It uses the Canvas API and WebAssembly to handle conversions directly in the browser. There’s no upload, no tracking, no server costs, and it’s fast even on mid-range devices.<p>Why I built it<p>I wanted an instant, no-ads, privacy-safe way to handle images for my personal projects — something lightweight enough to replace desktop tools.<p>Try it<p><a href="https://imageconverter.dev" rel="nofollow">https://imageconverter.dev</a><p>Would love feedback from the community — especially on:<p>Performance on different browsers/devices<p>Thanks for reading!
seaweedfs/seaweedfs
GitHub Trending[DevOps] SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. Enterprise version is at seaweedfs.com.
isaac-sim/IsaacSim
GitHub Trending[Other] NVIDIA Isaac Sim™ is an open-source application on NVIDIA Omniverse for developing, simulating, and testing AI-driven robots in realistic virtual environments.
ChunkLLM: A Lightweight Pluggable Framework for Accelerating LLMs Inference
Hacker News (score: 46)[Other] ChunkLLM: A Lightweight Pluggable Framework for Accelerating LLMs Inference
Show HN: Inspec – Specification scheduling software for interior designers
Show HN (score: 9)[Other] Show HN: Inspec – Specification scheduling software for interior designers Hi HN, I'm Nick and I built Inspec with my partner Caitlin (she's the interior designer, I'm the developer).<p>Inspec lets interior designers create and manage FF&E schedules - basically spec sheets listing everything that goes in a room before the furniture: flooring, paint, countertops, lighting, fixtures, etc.<p>This process is currently exclusively done using Excel, and while this works to some degree, it comes with a lot of manual work and clunkiness. When Caitlin started working remotely, I watched her deal with these issues daily. So I spent the past 9 months building a better solution.<p>Key Features:<p>- Realtime collaboration<p>- Revision control (versioning)<p>- Professional PDF exports<p>- QR codes to print out on-site for contractors, builders etc. to always have the latest version<p>- Completely customisable fields and a familiar workflow to Excel to keep learning curve small<p>When we first started building this we thought it was completely unique, but turns out there are 2 competitors. I think our positioning is quite different though as we seek to only replace this document creation, rather than overhaul the entire project management and try to be a complete solution. So that’s helped to guide our focus, but also validated that interior designers are looking to modernise their software.<p>Tech stack:<p>I used my SaaS boilerplate which is just a modified T3 stack template with everything set up just how I like it. So Next.js with the pages router, TS, Trpc, Prisma + PostgreSQL, and TailwindCSS. I’ve also got Pusher for realtime collaboration, Redis and BullMQ for keeping a seperate background worker for PDF and web scraping jobs.<p>I can’t imagine many interior designers are on HN, but figured I would share this for anyone who wants to take a look :) feedback always welcome! The landing page is at <a href="https://inspec.design" rel="nofollow">https://inspec.design</a>
middlerok
Product Hunt[API/SDK] Bridges frontend & backend with smart API contracts Developers waste days syncing API contracts between frontend and backend teams. Middlerok solves this by generating production-ready OpenAPI specs, backend stubs, frontend clients, and docs — all from requirements or screenshots.
noLimit Foundation
Product Hunt[Other] Introduction of noLimit Enterprise-grade language models with complete freedom. No guardrails, no restrictions. Reliable, uncensored intelligence for developers and enterprises.
Faster App AI
Product Hunt[Other] Free Lovable with Unlimited tokens Faster App AI generates modern websites and apps for you, no code, just conversation. Minimalist design, smooth experience, direct integration with GitHub, Supabase, and Netlify. Focus on what matters, we handle the rest.