π οΈ All DevTools
Showing 4441–4460 of 6460 tools
Last Updated
July 30, 2026 at 04:35 AM
Show HN: GoSMig β minimal, type-safe SQL migrations written in Go
Show HN (score: 6)[Database] Show HN: GoSMig β minimal, type-safe SQL migrations written in Go I built GoSMig for my own projects and open-sourced it in case it helps others. Itβs a tiny generic library (no external deps except golang.org/x/term) for writing SQL migrations in Go with compile-time checks.<p>It supports transactional and non-transactional migrations, rollback, status, version, and a small CLI handler so you can ship your own migration binary.<p>Why another migrator?<p>- Minimal API, no DSL or file layout to learn<p>- Type-safe via Go generics<p>- Works with database/sql and sqlx out of the box<p>- Should work with any db library (or wrapper) that implements some generic interfaces (see the "Core Types" section here <a href="https://github.com/padurean/gosmig?tab=readme-ov-file#core-types" rel="nofollow">https://github.com/padurean/gosmig?tab=readme-ov-file#core-t...</a>)<p>- Tested with PostgreSQL, should work with any SQL RDBMS (MySQL, SQLite, MS SQL Server, ...)<p>Repo: <a href="https://github.com/padurean/gosmig" rel="nofollow">https://github.com/padurean/gosmig</a><p>Docs & examples: README + examples branch <a href="https://github.com/padurean/gosmig/tree/examples" rel="nofollow">https://github.com/padurean/gosmig/tree/examples</a><p>Would love feedback: ergonomics, missing guardrails, API rough edges, and real-world gotchas, etc.
Show HN: ExprTk REPL β Explore math expressions in the browser with WebAssembly
Show HN (score: 8)[Other] Show HN: ExprTk REPL β Explore math expressions in the browser with WebAssembly ExprTk compiled to WebAssembly lets you explore and evaluate math expressions instantly in your browser. Everything runs client-side at near-native speed.
Build your own database
Hacker News (score: 344)[Other] Build your own database
Show HN: Clink β Bring your own CLI Agents, Ship instantly
Show HN (score: 7)[CLI Tool] Show HN: Clink β Bring your own CLI Agents, Ship instantly Clink lets you use the coding agents you already pay for (Claude Code, Codex CLI, Gemini CLI, Z.ai GLM) to build β live-preview β ship apps in an isolated container.<p>No token purchases, no extra cost for coding. Just link your existing Claude/OpenAI/Gemini account and start building and deploying instantly.<p>Why we built this:<p>Claude Code is our go-to for coding, but it lacked preview + deploy capabilities. We didn't want to pay Lovable again just for that.<p>Different agents excel at different tasks - Claude Code for versatility, Codex for complex work, GLM for speed. We needed one platform to leverage them all.<p>CLI agents offer more freedom than traditional web builders. We wanted to unlock their full potential with proper dev tooling.<p>What it does:<p>β’ Prompt β Build β Live β Deploy - The fastest path from idea to live website. Deploy for free.<p>β’ BYO Subscription - Use your existing plans efficiently (Claude Code $20 = 10x Lovable $25 usage, GLM $3 = 3x Claude Code $20)<p>DEV Mode (Beta):<p>β’ Multi-stack support - Build with Node, Python, Go, Rust and deploy containers to public URLs instantly<p>β’ Repo imports - Upgrade and deploy your existing projects across any stack<p>Links:<p>β’ Clink: <a href="https://clink.new" rel="nofollow">https://clink.new</a><p>β’ OSS origin (Claudable, ~2.8k): <a href="https://github.com/opactorai/Claudable" rel="nofollow">https://github.com/opactorai/Claudable</a><p>We'd love any feedback, bug reports, or stack requests - we iterate fast and read every comment.
Show HN: Katakate β Dozens of VMs per node for safe code exec
Hacker News (score: 55)[DevOps] Show HN: Katakate β Dozens of VMs per node for safe code exec I've built this to make it easy to host your own infra for lightweight VMs at large scale.<p>Intended for exec of AI-generated code, for CICD runners, or for off-chain AI DApps. Mainly to avoid Docker-in-Docker dangers and mess.<p>Super easy to use with CLI / Python SDK, friendly to AI engs who usually don't like to mess with VM orchestration and networking too much.<p>Defense-in-depth philosophy.<p>Would love to get feedback (and contributors: clear & exciting roadmap!), thx
Show HN: Interactive timelines from Markdown β Chronos Timeline
Show HN (score: 5)[Package Manager] Show HN: Interactive timelines from Markdown β Chronos Timeline Make time make sense. Create and share beautiful interactive timelines from plain text. Also available as an Obsidian plugin.<p>Developers can render Chronos timelines in their apps with chronos-timeline-md library on NPM
Show HN: Apicat β A Lightweight Offline Postman Alternative
Show HN (score: 12)[API/SDK] Show HN: Apicat β A Lightweight Offline Postman Alternative Apicat is the ultimate offline Postman alternative that stores your .http files locally. Itβs Git-friendly, open-source, and highly compatible with Postman. Test APIs offline with this powerful free offline API client designed for developers who need a reliable local API testing tool.
Show HN: Django Keel β 10 Years of Django Best Practices in One Template
Show HN (score: 5)[Other] Show HN: Django Keel β 10 Years of Django Best Practices in One Template After a decade of shipping Django to production, I got tired of solving the same setup problems on every new project.<p>Environment-first settings. Sensible auth defaults. Structured logging. CI from day zero. Pre-commit hooks. Docker. Security hardening. Every project meant two days of boilerplate before writing business logic.<p>So I built Django Keel: a production-ready Django starter that eliminates the yak-shaving. GitHub: <a href="https://github.com/CuriousLearner/django-keel" rel="nofollow">https://github.com/CuriousLearner/django-keel</a><p>*What you get*:<p>- 12-factor config with environment-based secrets - Production-hardened security defaults - Pre-wired linting, formatting, testing, pre-commit hooks - CI workflow ready to go - Clear project structure that scales - Documentation with real trade-offs explained<p>*Background*:<p>I maintained a popular cookiecutter template for years. Django Keel is what that should've been from the startβbattle-tested patterns without the accumulated cruft.<p>*Who it's for*:<p>Teams and solo builders shipping Django to production who want a strong baseline without tech debt. Feedback welcome on what works, what doesn't, and what's missing. Issues and PRs appreciated.
servo/servo
GitHub Trending[Other] Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
k2-fsa/sherpa-onnx
GitHub Trending[Other] Speech-to-text, text-to-speech, speaker diarization, speech enhancement, source separation, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, HarmonyOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, support 12 programming languages
oceanbase/miniob
GitHub Trending[Database] MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.
louislam/uptime-kuma
GitHub Trending[Monitoring/Observability] A fancy self-hosted monitoring tool
Show HN: I'm rewriting a web server written in Rust for speed and ease of use
Show HN (score: 56)[Other] Show HN: I'm rewriting a web server written in Rust for speed and ease of use Hello! I got quite some feedback on a web server I'm building, so I'm rewriting the server to be faster and easier to use.<p>I (and maybe some other contributors?) have optimized the web server performance, especially for static file serving and reverse proxying (the last use case I optimized for very recently).<p>I also picked a different configuration format and specification, what I believe is easier to write.<p>Automatic TLS is also enabled by default out of the box, you don't need to even enable it manually, like it was in the original server I was building.<p>Yesterday, I released the first release candidate of my web server's rewrite. I'm so excited for this. I have even seen some serving websites with the rewritten web server, even if the rewrite was in beta.<p>Any feedback is welcome!
PerfAI β Vibe Coding Edition
Product Hunt[Testing] Agentic AI for Security & Quality Testing + Auto-Fixes Test and Auto-Fix security and quality issues in your apps. PerfAI is an AppSec platform that saves dev teams 100's of hours in manual testing and code-fixing, by writing & executing 1,000's of tests against 100+ categories β then auto-fixing your code.
Director
Product Hunt[DevOps] Lovable for web automations Director AI gets stuff done for you on the web using its own browser. With just a prompt, you can build and deploy workflows that automate any online task.
IntegriSupply
Product Hunt[Other] Backend operations platform for amazon & walmart sellers Solve your backend operations challenges with IntegriSupply's comprehensive platform built for Amazon and Walmart sellers. Streamline supplier management, inventory tracking, and business operations for 1-2 person teams.
GIT-AI
Product Hunt[CLI Tool] Fine-tuned AI for conventional commit messages. GIT-AI is an intelligent CLI tool that auto-generates conventional commit compliant messages from your staged changes. Smart branch detection and context-aware prompts ensure meaningful commits every time.
ContextCarry
Product Hunt[Other] Export & restore your ChatGPT chats in full context ContextCarry is a Chrome extension that saves and restores your ChatGPT conversations across formats like PDF, HTML, JSON, Markdown, and more. Whether you're coding, writing, or researching β your AI chats are always safe, shareable, and searchable.
Tradlgo
Product Hunt[Other] Simplifying algorithmic trading for everyone with AI Tradlgo - Indiaβs top algo trading app. Fast backtesting, paper & live trading, and a strategy marketplace.
Building a message queue with only two UNIX signals
Hacker News (score: 96)[Other] Building a message queue with only two UNIX signals