đ ď¸ All DevTools
Showing 1901–1920 of 2551 tools
Last Updated
December 03, 2025 at 08:00 AM
Browser extension and local backend that automatically archives YouTube videos
Hacker News (score: 56)[Other] Browser extension and local backend that automatically archives YouTube videos
VSCode extension for syntax highlighting multi-line YAML strings
Hacker News (score: 17)[IDE/Editor] VSCode extension for syntax highlighting multi-line YAML strings
Unikernel Guide: Build and Deploy Lightweight, Secure Apps
Hacker News (score: 18)[Other] Unikernel Guide: Build and Deploy Lightweight, Secure Apps
Show HN: WebGPU enables local LLM in the browser â demo site with AI chat
Hacker News (score: 90)[Other] Show HN: WebGPU enables local LLM in the browser â demo site with AI chat Browser LLM demo working on JavaScript and WebGPU. WebGPU is already supported in Chrome, Safari, Firefox, iOS (v26) and Android.<p>Demo, similar to ChatGPT <a href="https://andreinwald.github.io/browser-llm/" rel="nofollow">https://andreinwald.github.io/browser-llm/</a><p>Code <a href="https://github.com/andreinwald/browser-llm">https://github.com/andreinwald/browser-llm</a><p>- No need to use your OPENAI_API_KEY - its local model that runs on your device<p>- No network requests to any API<p>- No need to install any program<p>- No need to download files on your device (model is cached in browser)<p>- Site will ask before downloading large files (llm model) to browser cache<p>- Hosted on Github Pages from this repo - secure, because you see what you are running
Show HN: NaturalCron â Human-Readable Scheduling for .NET (With Fluent Builder)
Hacker News (score: 18)[Other] Show HN: NaturalCron â Human-Readable Scheduling for .NET (With Fluent Builder) Hi HN!<p>I built NaturalCron because I was tired of writing and debugging CRON syntax like:<p><i>/5 </i> * * 5<p>Now you can write something human-readable in .NET:<p>var expression = new NaturalCronExpression("every 5 minutes on friday");<p>Or use a Fluent Builder for strong typing and IDE support:<p>var expression = NaturalCronExpressionBuilder .Every().Minutes(5) .On(DayOfWeek.Friday) .Build();<p>Great for: - Code-based scheduling in .NET apps - Overriding schedules from configs or databases - Displaying easy-to-read rules in UIs<p>NuGet: <a href="https://www.nuget.org/packages/NaturalCron" rel="nofollow">https://www.nuget.org/packages/NaturalCron</a> GitHub: <a href="https://github.com/hugoj0s3/NaturalCron">https://github.com/hugoj0s3/NaturalCron</a><p>Would love your feedback on syntax, builder design, and what features you'd like to see next!
tonsky/FiraCode
GitHub Trending[Other] Free monospaced font with programming ligatures
Termagotchi â A terminal-based Tamagotchi simulation written in Go
Hacker News (score: 13)[Other] Termagotchi â A terminal-based Tamagotchi simulation written in Go
LiquidDaddy
Product Hunt[Other] AI-Powered Shopify Liquid Code Generator Stop writing repetitive Liquid â just describe what you need, and LiquidDaddy creates production-ready Shopify themes & components on demand.
Web Application Penetration Testing
Product Hunt[Testing] Defend What Matters : Web Application Penetration Testing Penetration testing is more than basic testing, as it helps identifying complex business logic vulnerabilities to prevent unauthorized access to sensitive information, operational disruptions, or data theft. Qualysec is ready to protect you from threats.
Hyperwiz
Product Hunt[API/SDK] Next-generation TypeScript HTTP client Next-generation TypeScript HTTP client with built-in retry, smart caching, and seamless authentication. Effortlessly handle API requests with advanced features for modern web development.
Show HN: Agentic AI Frameworks on AWS (LangGraph,Strands,CrewAI,Arize,Mem0)
Show HN (score: 5)[Other] Show HN: Agentic AI Frameworks on AWS (LangGraph,Strands,CrewAI,Arize,Mem0) Weâve published a set of open-source reference implementations on how to build production-grade Agentic AI applications on AWS.<p>Whatâs in the repo: ⢠Agentic RAG, memory, and planning workflows with LangGraph & CrewAI ⢠Strands-based flows with observability using OTEL & Arize ⢠Evaluation with LLM-as-judge and cost/performance regressions ⢠Built with Bedrock, S3, Step Functions, and more<p>GitHub: <a href="https://github.com/aws-samples/sample-agentic-frameworks-on-aws">https://github.com/aws-samples/sample-agentic-frameworks-on-...</a><p>Would love your thoughts â feedback, issues, and stars welcome!
Show HN: Schematra â Sinatra-inspired minimal web framework for Chicken Scheme
Hacker News (score: 23)[Other] Show HN: Schematra â Sinatra-inspired minimal web framework for Chicken Scheme I started this project a couple of weeks ago because I was stuck on my side project and needed some motivation. For a very long time I wanted to get back to do something useful in lisp/scheme, did a quick research and settled on CHICKEN mostly because it's relatively well maintained, fast enough, it's extremely easy to build/install and very easy to write interop to pretty much any library.<p>Most of the projects that I've written on the side have been using some combination of Sinatra + Sequel + Postgres/Redis/Something else + HTMX. I love the simplicity of Sinatra's API so I decided to focus on trying to have a similar experience but in scheme, trying to make it ergonomic for a scheme dev (that part might not be there yet since I'm not an experienced scheme dev).<p>The most fun part was the dev cycle: Emacs + NREPL + Aider (as a code reviewer & rubber ducky. For codegen it's mostly annoying but works great for documentation & refactoring).<p>I hope to add full SSE & WebSocket support some time this week. Anyway, hopefully this is interesting to some of you and might be a source of fun :)
Show HN: TraceRoot â Open-source agentic debugging for distributed services
Hacker News (score: 11)[Monitoring/Observability] Show HN: TraceRoot â Open-source agentic debugging for distributed services Hey Xinwei and Zecheng here, we are the authors of TraceRoot (<a href="https://github.com/traceroot-ai/traceroot">https://github.com/traceroot-ai/traceroot</a>).<p>TraceRoot (<a href="https://traceroot.ai">https://traceroot.ai</a>) is an open-source debugging platform that helps engineers fix production issues faster by combining structured traces, logs, source code contexts and discussions in Github PRs, issues and Slack channels, etc. with AI Agents.<p>At the heart are our lightweight Python (<a href="https://github.com/traceroot-ai/traceroot-sdk">https://github.com/traceroot-ai/traceroot-sdk</a>) and TypeScript (<a href="https://github.com/traceroot-ai/traceroot-sdk-ts">https://github.com/traceroot-ai/traceroot-sdk-ts</a>) SDKs - they can hook into your app using OpenTelemetry and captures logs and traces. These are either sent to a local Jaeger (<a href="https://www.jaegertracing.io/" rel="nofollow">https://www.jaegertracing.io/</a>) + SQLite backend or to our cloud backend, where we correlate them into a single view. From there, our custom agent takes over.<p>The agent builds a heterogeneous execution tree that merges spans, logs, and GitHub context into one internal structure. This allows it to model the control and data flow of a request across services. It then uses LLMs to reason over this tree - pruning irrelevant branches, surfacing anomalous spans, and identifying likely root causes. You can ask questions like âwhat caused this timeout?â or âsummarize the errors in these 3 spansâ, and it can trace the failure back to a specific commit, summarize the chain of events, or even propose a fix via a draft PR.<p>We also built a debugging UI that ties everything together - you explore traces visually, pick spans of interest, and get AI-assisted insights with full context: logs, timings, metadata, and surrounding code. Unlike most tools, TraceRoot stores long-term debugging history and builds structured context for each company - something we havenât seen many others do in this space.<p>Whatâs live today:<p>- Python and TypeScript SDKs for structured logs and traces.<p>- AI summaries, GitHub issue generation, and PR creation.<p>- Debugging UI that ties everything together<p>TraceRoot is MIT licensed and easy to self-host (via Docker). We support both local mode (Jaeger + SQLite) and cloud mode. Inspired by OSS projects like PostHog and Supabase - core is free, enterprise features like agent mode multi-tenant and slack integration are paid.<p>If you find it interesting, you can see a demo video here: <a href="https://www.youtube.com/watch?v=nb-D3LM0sJM" rel="nofollow">https://www.youtube.com/watch?v=nb-D3LM0sJM</a><p>Weâd love you to try TraceRoot (<a href="https://traceroot.ai">https://traceroot.ai</a>) and share any feedback. If you're interested, our code is available here: <a href="https://github.com/traceroot-ai/traceroot">https://github.com/traceroot-ai/traceroot</a>. If we donât have something, let us know and weâd be happy to build it for you. We look forward to your comments!
Show HN: Pontoon â Open-source customer data syncs
Hacker News (score: 11)[Other] Show HN: Pontoon â Open-source customer data syncs Hi HN,<p>Weâre Alex and Kalan, the creators of Pontoon (<a href="https://github.com/pontoon-data/Pontoon">https://github.com/pontoon-data/Pontoon</a>). Pontoon is an open-source data export platform that makes it really easy to create data syncs and send data to your enterprise customers. Check out our demo here: <a href="https://app.storylane.io/share/onova7c23ai6">https://app.storylane.io/share/onova7c23ai6</a> or try it out with docker: <a href="https://pontoon-data.github.io/Pontoon/getting-started/quick-start/" rel="nofollow">https://pontoon-data.github.io/Pontoon/getting-started/quick...</a><p>While at our prior roles as data engineers, weâve both felt the pain of data APIs. We either had to spend weeks building out data pipelines in house or spend a lot on ETL tools like Fivetran (<a href="https://www.fivetran.com/" rel="nofollow">https://www.fivetran.com/</a>). However, there were a few companies that offered data syncs that would sync directly to our data warehouse (eg. Redshift, Snowflake, etc.), and when that was an option, we always chose it. This led us to wonder âWhy donât more companies offer data syncs?â. It turns out, building reliable cross-cloud data syncs is difficult. Thatâs why we built Pontoon.<p>We designed Pontoon to be:<p>- Easily deployed: we provide a single, self-contained Docker image for easy deployment and Docker Compose for larger workloads (<a href="https://pontoon-data.github.io/Pontoon/getting-started/quick-start/" rel="nofollow">https://pontoon-data.github.io/Pontoon/getting-started/quick...</a>)<p>- Support modern data warehouses: we support syncing to/from Snowflake, BigQuery, Redshift, and Postgres.<p>- Sync cross cloud: sync from BigQuery to Redshift, Snowflake to BigQuery, Postgres to Redshift, etc.<p>- Developer friendly: data syncs can also be built via the API<p>- Open source: Pontoon is free to use by anyone<p>Under the hood, we use Apache Arrow (<a href="https://arrow.apache.org/" rel="nofollow">https://arrow.apache.org/</a>) to move data between sources and destinations. Arrow is very performant - we wanted to use a library that could handle the scale of moving millions of records per minute.<p>In the shorter-term, there are several improvements we want to make, like:<p>- Adding support for DBT models to make adding data models easier<p>- UX improvements like better error messaging and monitoring of data syncs<p>- More sources and destinations (S3, GCS, Databricks, etc.)<p>- Improve the API for a more developer friendly experience (itâs currently tied pretty closely to the front end)<p>In the longer-term, we want to make data sharing as easy as possible. As data engineers, we sometimes felt like second class citizens with how we were told to get the data we needed - âjust loop through this api 1000 timesâ, âyou probably wonât get rate limitedâ (we did), âwe can schedule an email to send you a csv every dayâ. We want to change how modern data sharing is done and make it simple for everyone.<p>Give it a try <a href="https://github.com/pontoon-data/Pontoon">https://github.com/pontoon-data/Pontoon</a>. Cheers!
Show HN: Kanban-style Phase Board: plan â execute â verify â commit
Show HN (score: 5)[IDE/Editor] Show HN: Kanban-style Phase Board: plan â execute â verify â commit After months of feedback from devs juggling multiple chat tools just to break big tasks into smaller steps, we reâimagined our workflow as a Kanbanâstyle Phase Board right inside your favourite IDE. The new Phase mode turns any large task into a clean sequence of PRâsized phases you can review and commit one by one.<p>How it works<p>1. Describe the goal (Task Query) â In Phase mode, type a concise description of what you want to build or change. Example: âAdd rateâlimit middleware and expose a /metrics endpoint.â Traycer treats this as the parent task. 2. Clarify intent (AI followâup) â Traycer may ask one or two quick questions (constraints, coding style). Answer them so the scope is crystalâclear. 3. Autoâgenerate the Phase Board â Traycer breaks the task into a sequential list of PRâsized phases you can reorder, edit, or delete. 4. Open a phase & generate its plan â get a detailed fileâlevel plan: which files, functions, symbols, and tests will be touched. 5. Handoff to your coding agent â Hit Execute to send that plan straight to Cursor, Claude Code, or any agent you prefer. 6. Verify the diff â When your agent finishes, Traycer compares the diff to the plan and checks compatibility with upcoming phases, flagging any mismatches. 7. Review & commit (or tweak) â Approve and commit the phase, or adjust the plan and rerun. Then move on to the next phase.<p>Why it helps?<p>* True PR checkpoints â every phase is small enough to reason about and ship. * No runaway prompts â only the active phase is in context, so tokens stay low and results stay focused. * Tool-agnostic â Traycer plans and verifies; your coding agent writes code. * Fast course-correction â if something feels off, just edit that phase and re-run.<p>Try it out & share feedback<p>Install the Traycer extension (<a href="https://traycer.ai/installation" rel="nofollow">https://traycer.ai/installation</a>), create a new task, and the Phase Board will appear. Add a few phases, run one through, and see how the PRâsized checkpoints feel in practice. If you have suggestions that could make the flow smoother, drop them in the comments - every bit of feedback helps.
Show HN: WhiteLightning â ultra-lightweight ONNX text classifiers trained w LLMs
Show HN (score: 7)[API/SDK] Show HN: WhiteLightning â ultra-lightweight ONNX text classifiers trained w LLMs Hey HN,<p>Weâre Volodymyr and Volodymyrâtwo developers from Ukraine building WhiteLightning. Itâs a tool that turns large LLMs (Claude 4, Grok 4, GPT-4o via OpenRouter) into tiny ONNX text classifiers that run anywhereâeven on drones at the edge.<p>Why we built this: Many developers want custom models (spam filters, sentiment analysis, PII detection, moderation tools), but donât want to deal with constant API calls or deploy heavy models in production.<p>How it works: WhiteLightning uses LLMs to generate training data and distills it into KB-sized ONNX models you can run on any device and in any language. Just describe your task in a sentence, grab the ONNX model, and run it locallyâPython, JS, Rust, Java, Swift, C++, you name it.<p>Try it instantly in your browser: <a href="https://whitelightning.ai/playground.html" rel="nofollow">https://whitelightning.ai/playground.html</a><p>Code & docs: <a href="https://github.com/Inoxoft/whitelightning">https://github.com/Inoxoft/whitelightning</a><p>Community model library: <a href="https://github.com/Inoxoft/whitelightning-model-library">https://github.com/Inoxoft/whitelightning-model-library</a><p>Weâd love your feedbackâwhat works, what doesnât, and what to improve.
TideDra/zotero-arxiv-daily
GitHub Trending[Other] Recommend new arxiv papers of your interest daily according to your Zotero libarary.
playcanvas/editor
GitHub Trending[IDE/Editor] Powerful visual editor environment for building WebGL, WebGPU, WebXR apps
eclipse-sumo/sumo
GitHub Trending[Other] Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
kubesphere/kubesphere
GitHub Trending[DevOps] The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management â đĽ âď¸