🛠️ All DevTools

Showing 3241–3260 of 4430 tools

Last Updated
May 01, 2026 at 08:00 PM

LukeGus/Termix

GitHub Trending

[DevOps] Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities.

Found: September 02, 2025 ID: 1175

[API/SDK] A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app

Found: September 02, 2025 ID: 1174

Innoculator

Product Hunt

[Other] AI Application protection Innoculator combines AI signature creation with a distributed model to empower you to virtually patch your applications (including Legacy apps). Simply deploy, upload your vulnerability scan, and Innoculator does the rest.

Found: September 02, 2025 ID: 1171

Nano Banana API

Product Hunt

[API/SDK] Affordable and Reliable Nano Banana API for Image Generation Kie.ai provides developers with seamless access to the Nano Banana API.Recognized for its photorealism, precision editing, and high-speed performance, this model enables scalable and production-ready AI image generation and editing.

Found: September 02, 2025 ID: 1172

Compot

Product Hunt

[IDE/Editor] SwiftUI components + AI coding assistant Build iOS apps faster. Browse 100+ SwiftUI components and templates to copy, tweak, and paste into Xcode. Generate SwiftUI from text or images, and get AI help to explain, debug, or extend code. No dependencies—just clean, reusable Swift.

Found: September 02, 2025 ID: 1173

Studo

Product Hunt

[Other] Study Tracker with a Github-style Heatmap Studo is a simple study tracker with a github-style heatmap. Start a timer, log your sessions, and watch your study streaks grow Built for students who want to see their progress and stay consistent.

Found: September 02, 2025 ID: 1177

[Other] Radius Map, Draw circle, GIS, Mapping, geoJSON, GIS Map Use this free web mapping tool to draw a circle by entering its radius and click a point on the map to place a circle at that spot.

Found: September 02, 2025 ID: 1178

[Other] Open‑source AI tool for multi‑platform video transcription An AI-powered video transcription and summarization tool that supports multiple video platforms including YouTube, Tiktok, Bilibili, and 30+ platforms. It brings powerful video-to‑text workflows right to your local machine—no vendor lock‑in, no paywalls.

Found: September 02, 2025 ID: 1183

CodeBlock DevKit

Product Hunt

[Other] The AI-Powered SaaS Dev Kit for Makers Who Build Fast CodeBlock DevKit is a complete SaaS Development Kit helping entrepreneurs and developers launch SaaS apps fast. With pre-built modules and a full SaaS app template, it removes months of foundational work, letting you focus on building and shipping features.

Found: September 02, 2025 ID: 1184

Feox DB

Product Hunt

[Database] An ultra-fast, embedded and persisted KV store in pure Rust. <200ns GET and <600ns INSERT, Lockless design, io_uring support, Atomic operations, JSON Patching, ACI with bounded Durability window

Found: September 02, 2025 ID: 1187

[API/SDK] Supercharge Apple’s Shortcuts using Cloudflare and Gemini This TypeScript API built with Hono, OpenAI, and deployed as a Cloudflare Worker aims to boost the performance of Apple's Shortcuts by providing a seamless integration with generative AI capabilities, allowing users to create more powerful shortcuts.

Found: September 02, 2025 ID: 1188

Gromet

Product Hunt

[Other] Share and run automations with no installs or setup Gromet lets you turn Python scripts into one-click automations your team can run instantly. No installs, no dependencies, no terminal. Write once, share with a Gromet Vault key, and teammates can run it in seconds.

Found: September 02, 2025 ID: 1189

Chronos for Jira

Product Hunt

[Other] Time tracking made easy Chronos is a time tracking app for Jira, designed to make managing your daily worklogs simple and intuitive. With features like real-time tracking, manual submission, and support for multiple accounts, Chronos is the perfect companion for your Jira workflow.

Found: September 02, 2025 ID: 1190

kardSort.com

Product Hunt

[Other] Simple & Affordable Card Sorting for UX Teams kardSort is a powerful web-based card sorting tool for UX teams. Run open, closed, or hybrid sorts, add questionnaires, use built-in analytics, and export to CSV, SynCaps V3, or Casolysis to uncover user insights and build smarter information architecture.

Found: September 02, 2025 ID: 1191

[Other] Intuitive find and replace CLI (sed alternative)

Found: September 02, 2025 ID: 1176

[Other] Building a WASM compiler in Roc (series)

Found: September 01, 2025 ID: 1223

[Other] Show HN: StripeMeter – Open-Source Usage Metering for Stripe Billing We built StripeMeter, an open-source usage metering platform that plugs directly into Stripe. It solves the classic SaaS pain of “why is my bill higher than expected?” by giving both developers and customers real-time usage tracking with live cost projections. Why it matters:<p>- Transparency: Customers see exactly what Stripe will bill them (within 0.5% parity).<p>- Exactly-once guarantee: No double billing, ever.<p>- Fast &amp; scalable: Sub-minute freshness with Redis + Postgres counters.<p>We’d love feedback from SaaS builders, especially if you’ve struggled with Stripe’s metered billing. Does this solve a real pain for you? What would you need before trusting it in production?

Found: September 01, 2025 ID: 1182

[Other] Show HN: Fine-tuned Llama 3.2 3B to match 70B models for local transcripts I wrote a small local tool to transcribe audio notes (Whisper&#x2F;Parakeet). Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;lazy-notes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;lazy-notes</a><p>I wanted to process raw transcripts locally without OpenRouter. Llama 3.2 3B with a prompt was decent but incomplete, so I tried SFT. I fine-tuned Llama 3.2 3B to clean&#x2F;analyze dictation and emit structured JSON (title, tags, entities, dates, actions).<p>Data: 13 real memos → Kimi K2 gold JSON → ~40k synthetic + gold; keys canonicalized. Chutes.ai (5k req&#x2F;day).<p>Training: RTX 4090 24GB, ~4h, LoRA (r=128, α=128, dropout=0.05), max seq 2048, bs=16, lr=5e-5, cosine, Unsloth. On 2070 Super 8GB it was ~8h.<p>Inference: merged to GGUF, Q4_K_M (llama.cpp), runs in LM Studio.<p>Evals (100-sample, scored by GLM 4.5 FP8): overall 5.35 (base 3B) → 8.55 (fine-tuned); completeness 4.12 → 7.62; factual 5.24 → 8.57.<p>Head-to-head (10 samples): ~8.40 vs Hermes-70B 8.18, Mistral-Small-24B 7.90, Gemma-3-12B 7.76, Qwen3-14B 7.62. Teacher Kimi K2 ~8.82.<p>Why: task specialization + JSON canonicalization reduces variance; the model learns the exact structure&#x2F;fields.<p>Lessons: train on completions only; synthetic is fine for narrow tasks; Llama is straightforward to train. Dataset pipeline + training script + evals: <a href="https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;local-notes-transcribe-llm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;local-notes-transcribe-llm</a>

Found: September 01, 2025 ID: 1167

[Other] Show HN: Public chat rooms with ephemeral chat and anonymous signup Phispr is an ephemeral chat application designed for anonymous, temporary conversations that vanish without a trace. Built with Go, it offers both web and terminal user interfaces.<p>A weekend project exploded into a two weeks project, and with a <i>funny</i> origin. <a href="https:&#x2F;&#x2F;github.com&#x2F;bnkamalesh&#x2F;phispr&#x2F;blob&#x2F;main&#x2F;docs&#x2F;genesis.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bnkamalesh&#x2F;phispr&#x2F;blob&#x2F;main&#x2F;docs&#x2F;genesis....</a>

Found: September 01, 2025 ID: 1170

[Other] Thunk: Build Rust program to support Windows XP, Vista and more

Found: September 01, 2025 ID: 1210
Previous Page 163 of 222 Next