Strudai, browser based agentic wrapper around Strudel
Hi all! Together with a friend (and Claude Code) we built this project for fun. We really liked playing around with it, so decided to put it online. We're self hosting and the app has no back-end so it's pretty cheap. Strudai is a wrapper around Strudel, a live coding environment for making music that runs fully in your browser. Besides the model inference, everything runs client side (bring your own Anthropic/Openrouter key). It allows you to prompt a model which can make (often shitty) music, create some visuals, or play full autonomous live sets (still a bit of a WIP). You can see…
What it does
In the maker’s words, at launch
Hi all! Together with a friend (and Claude Code) we built this project for fun. We really liked playing around with it, so decided to put it online. We're self hosting and the app has no back-end so it's pretty cheap. Strudai is a wrapper around Strudel, a live coding environment for making music that runs fully in your browser. Besides the model inference, everything runs client side (bring your own Anthropic/Openrouter key). It allows you to prompt a model which can make (often shitty) music, create some visuals, or play full autonomous live sets (still a bit of a WIP). You can see the code being edited, and can collab with the agent during sets. We are AGPL-3.0 licenced, and source code can be found here: https://github.com/strudai/strudai. We're open to contributions, and all feedback is very welcome :)
Does the same job
all alternatives →- NONous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI2024 · github.com · ▲155
Hello HN! The day has finally come to stop adding features and start sharing what I've been building the last 5-6 months. It's a bit of CrewAI, OpenDevon, LangFuse/Cloud all in one, providing devs who prefer TypeScript an integrated framework thats provides a lot out of the box to start experimenting and building agents with. It started after peeking at the LangChain docs a few times and never liking the example code. I began experimenting with automating a simple Jira request from the engineering team to add an index to one of our Google Spanner databases (for context I'm the…

- BABrowser4 – an open-source browser engine for agents and concurrencyDec 2025 · github.com · ▲7
Hi HN, I’d like to share an open-source project we’ve been working on for a while: Browser4. The motivation came from a recurring frustration: most browser automation tools (Playwright, Selenium, Puppeteer) are excellent for human-written scripts, but start to show friction when used as a core execution layer for AI agents or at very high concurrency. So instead of building “another wrapper around Playwright”, we experimented with a different direction: designing a browser engine where AI agents are first-class citizens. ### What Browser4 is Browser4 is a browser automation engine built on…
- NCNo-Code, Private AI Agents – Build and Run Locally2025 · browseragent.dev · ▲8
There's been some interesting work lately with BrowserAI (runs LLMs in the browser using WebGPU) enabling local, private AI processing. Now, the team has released BrowserAgent - a no-code tool built on top of it. BrowserAgent lets you create custom AI workflows using a drag-and-drop interface, all within your browser. This means personalized web summarizers, research assistants, or content generators can all run locally with no cloud costs and full data privacy. Check it out here - https://browseragent.dev Key features include: - No-Code Workflow Builder: Design custom AI agents…
- OOOpenClawdex – Open-Source Orchestrator UI for Claude Code and CodexApr 2026 · github.com · ▲7
One coding agent orchestrator UI for Claude and Codex, but actually feels nice. Free, open-source, MIT licensed. Why I built it: - I wanted a lightweight UI as nice as the Codex app, but without the complexity and the custom diffs on the side - I want files and diffs open straight in my editor! - And I wanted both agents - Anthropic + OpenAI — in one place How it works: - No API keys, no OAuth, no separate billing — it just uses whatever you're already logged into. So your Claude Max and ChatGPT/Codex subscriptions both work out of the box. - Talks to Claude Code via the Claude Agent…
- MOMix – Open-source multimodal agents SDKOct 2025 · github.com · ▲6
Why we built it: • Claude Code: great for coding, but no video/audio support, localhost only • OpenAI SDK: single-model, no native multimedia tools • Both: no integrated DevTools for debugging agent reasoning So, we built Mix as an alternative for multimodal applications. • Native video/audio/PDF analysis tools (via Gemini for vision, Claude for reasoning) • Multi-model routing instead of single-provider lock-in • One-command Supabase setup for cloud deployment (vs localhost-only) • HTTP architecture that enables visual DevTools alongside agent workflows • Go backend: 50-80%…
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com