🛠️ All DevTools

Showing 4361–4380 of 6457 tools

Last Updated
July 30, 2026 at 12:34 AM

[Database] Show HN: Centia.io – Open PostgreSQL/PostGIS back end for developers Built a developer-friendly BaaS around PostgreSQL + PostGIS. Instant APIs, real-time updates, self-hostable Docker image. Feedback welcome

Found: October 25, 2025 ID: 2107

[Other] Gitworkshop.dev – Collaborate on code over Nostr <a href="https:&#x2F;&#x2F;nips.nostr.com&#x2F;34" rel="nofollow">https:&#x2F;&#x2F;nips.nostr.com&#x2F;34</a>

Found: October 25, 2025 ID: 2138

Virlo

Product Hunt

[API/SDK] Video & hashtag analytics api Access comprehensive video and hashtag analytics data through the Virlo API.

Found: October 25, 2025 ID: 2084

MultiCloudJ

Product Hunt

[API/SDK] A cloud agnostic sdk for open cloud development in Java MultiCloudJ: A Cloud Agnostic SDK for enabling multi-cloud development in Java

Found: October 25, 2025 ID: 2085

Intervo

Product Hunt

[API/SDK] Automate Voice call with Agents Intervo is an open-source platform for creating conversational AI agents, voice AI, and chat automations. It helps businesses manage support, qualify leads, and automate calls with full control and flexibility.

Found: October 25, 2025 ID: 2086

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.

Found: October 25, 2025 ID: 2089

[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.

Found: October 25, 2025 ID: 2090

[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.

Found: October 25, 2025 ID: 2091

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.

Found: October 25, 2025 ID: 2092

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.

Found: October 25, 2025 ID: 2093

[Other] Fast TypeScript (Code Complexity) Analyzer

Found: October 25, 2025 ID: 2087

[Other] Show HN: Wsgrok – one of many ngrok alternatives I built it for myself because ngrok didn&#x27;t let me add one more domain unless I paid $12 more. I probably should&#x27;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&#x27;s free until I deplete my cloud credits, then it will switch to a tier-based model with a free option.

Found: October 24, 2025 ID: 2088

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.

Found: October 24, 2025 ID: 2080

[Other] Pixi: Reproducible Package Management for Robotics

Found: October 24, 2025 ID: 2256

[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&#x2F;flow, Claude can &quot;turn the crank&quot; 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 `&#x2F;plugin marketplace add &lt;repo&gt;`.<p>More details in the blog post and the toy Pomodoro System Skill reference implementation here:<p>Blog: <a href="https:&#x2F;&#x2F;www.shruggingface.com&#x2F;blog&#x2F;the-system-skill-pattern" rel="nofollow">https:&#x2F;&#x2F;www.shruggingface.com&#x2F;blog&#x2F;the-system-skill-pattern</a><p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;jakedahn&#x2F;pomodoro" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jakedahn&#x2F;pomodoro</a><p>--<p>Curious whether any of this resonates. Also excited to hear any interesting System Skill ideas worth exploring!

Found: October 24, 2025 ID: 2077

[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.

Found: October 24, 2025 ID: 2074

[Other] Show HN: Run a GitHub Actions step in a gVisor sandbox

Found: October 24, 2025 ID: 2186

[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:&#x2F;&#x2F;imageconverter.dev" rel="nofollow">https:&#x2F;&#x2F;imageconverter.dev</a><p>Would love feedback from the community — especially on:<p>Performance on different browsers&#x2F;devices<p>Thanks for reading!

Found: October 24, 2025 ID: 2076

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.

Found: October 24, 2025 ID: 2073

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.

Found: October 24, 2025 ID: 2072
Previous Page 219 of 323 Next