🛠️ All DevTools

Showing 501–520 of 2537 tools

Last Updated
December 01, 2025 at 12:00 PM

tauri-apps/tauri

GitHub Trending

[DevOps] Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

Found: October 22, 2025 ID: 2027

[Other] From HTML table to embed chart - visualize data in 3 clicks MonChart is a powerful and intuitive Edge extension that transforms any HTML table—whether standard tables or grid-based structures—into interactive, visually compelling embed charts with just a few clicks.

Found: October 22, 2025 ID: 2021

[API/SDK] Type-safe S3/R2 uploads for any framework (tiny ~15KB) Add uploads in minutes with end-to-end TypeScript types. Files go straight from the browser to S3-compatible storage via presigned URLs—your server only signs. Works with Next.js, Remix, SvelteKit, Hono; supports S3, R2, DO Spaces, MinIO, and GCS.

Found: October 22, 2025 ID: 2022

[Other] React's useState but it syncs across clients in real-time. The simplest yet powerful primitive to build and ship real-time features in your web apps. useSharedState is a drop-in replacement for React's useState hook but it syncs the state across clients instantly whenever the state is updated. (btw, it's opensource)

Found: October 22, 2025 ID: 2023

Koval UI

Product Hunt

[Other] New documentation for the native browser-first React library We're excited to officially launch the new documentation site for Koval UI, our open-source React component library! Our new documentation site (built with Docusaurus) makes it easier than ever to get started, explore components, and build your next project.

Found: October 22, 2025 ID: 2024

SimpleW

Product Hunt

[Other] Web Server Library .NET Core, Simple & Fast SimpleW is a Web server library inNET Core. Designed for Simplicity. Built for Speed. Packed with Power.

Found: October 22, 2025 ID: 2025

Django Keel

Product Hunt

[Other] A decade of Django best practices in one template Django Keel is an opinionated, production-ready baseline: 12-factor settings, security defaults, pre-commit + ruff/mypy/pytest, GitHub Actions, Docker/Compose, health/ready endpoints, and starter deploy configs (Render, Fly.io, EC2+Ansible, ECS, K8s).

Found: October 22, 2025 ID: 2026

Trooper

Product Hunt

[Other] Automate Your Bug Bounty Hunting. The sidekick for security researchers who want to find vulnerabilities faster. Trooper is built for bug bounty hunters who want to scale their hunting by automating payloads, collecting callbacks instantly, and freeing you up to focus on the real discoveries.

Found: October 22, 2025 ID: 2028

Serpex.dev

Product Hunt

[API/SDK] Enrich your AI & Apps with structured, real-time search data Serpex.dev offers a REST API/SDKs for real-time, structured Search data, giving LLMs and SaaS apps live search insights without scraping complexities. Great for AI applications seeking current search intelligence and data projects.

Found: October 22, 2025 ID: 2029

MonsterWriter

Product Hunt

[IDE/Editor] Like Overleaf and Notion had a baby MonsterWriter - Don't be bothered by formatting content, moving headings from one page to another, manual creation of bibliographies,.. MonsterWriter provides a distraction free writing environments optimized for scholar writings

Found: October 22, 2025 ID: 2030

Fumadocs 16

Product Hunt

[Other] Beautiful docs. Optimized for React and Next.js. Fumadocs is a beautiful documentation framework for developers, flexible, performant, running on your React framework.

Found: October 22, 2025 ID: 2031

DevReadyKit

Product Hunt

[Other] UI Framework tailored for SaaS & Devtools MVP’s DevReady Kit gives you production-ready UI components for modern SaaS apps - free for commercial use. Built with React, Tailwind, and TS for devs and founders building SaaS or Devtools. Copy, customise, and ship polished products fast without a frontend team!.

Found: October 22, 2025 ID: 2032

1Desk

Product Hunt

[Other] One Platform for All Your Client Work Manage meetings and timesheets across multiple clients from one dashboard. Sync Gmail & Outlook calendars, track time per client, and export timesheets easily. Built for developers, freelancers & founders who are tired of constant context switching.

Found: October 22, 2025 ID: 2036

Lumlax

Product Hunt

[DevOps] Your AI DevOps partner that works directly from your browser Lumlax is an AI agent that connects to your servers via SSH and automates DevOps tasks through simple, natural language commands.

Found: October 22, 2025 ID: 2037

Domainwarden

Product Hunt

[Monitoring/Observability] Stay on top of your domains with DNS, RDAP & SSL monitoring. Domainwarden tracks your DNS records, nameservers, SSL certificates, and WHOIS/RDAP statuses. Get notified via email, Slack, Discord, and more when changes occur. Start your 14-day free trial today and see what we have to offer.

Found: October 22, 2025 ID: 2042

[Other] Show HN: Run any GitHub Action locally from your Cron job -- finally!

Found: October 22, 2025 ID: 2020

[Other] Show HN: LunaRoute – a high-performance local proxy for AI coding assistants LunaRoute is a high-performance local proxy for AI coding assistants like Claude Code, OpenAI Codex CLI, and OpenCode. Get complete visibility into every LLM interaction with zero-overhead passthrough, comprehensive session recording, and powerful debugging capabilities.<p>- See Everything Your AI Does - get full logs (JSONL), summary of sessions including tokens used (input&#x2F;output) as well as tools usage and success rates.<p>- Privacy &amp; Compliance Built-In - redact or tokenize any sensitive information (regex based).<p>- Speaks OpenAI and Anthropic dialects so you can route (and translate) when needed between models and providers.<p>- High performance - passthrough is 0.1ms - 0.2ms latency. Logging and summary is off loaded to a secondary thread to allow maximum performance.<p>Feedback is always appreciated as well as stars on the repo :)

Found: October 21, 2025 ID: 2015

[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&#x2F;x&#x2F;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&#x2F;sql and sqlx out of the box<p>- Should work with any db library (or wrapper) that implements some generic interfaces (see the &quot;Core Types&quot; section here <a href="https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig?tab=readme-ov-file#core-types" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;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:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig</a><p>Docs &amp; examples: README + examples branch <a href="https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig&#x2F;tree&#x2F;examples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig&#x2F;tree&#x2F;examples</a><p>Would love feedback: ergonomics, missing guardrails, API rough edges, and real-world gotchas, etc.

Found: October 21, 2025 ID: 2014

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

Found: October 21, 2025 ID: 2016

Build your own database

Hacker News (score: 344)

[Other] Build your own database

Found: October 21, 2025 ID: 2012
Previous Page 26 of 127 Next