frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://github.com/arnegiacomo/fugleramme
478•arnemunthekaas•3h ago•84 comments

Show HN: Hacking a $20 4G wireless hotspot into a texting device

https://bkovac.github.io/modem-thing/
85•bobili1234•2h ago•9 comments

Show HN: Capsule – Single-file web apps that save their data into SQLite

https://withcapsule.app/
93•bashtian•2h ago•44 comments

Show HN: Panel – A research workspace where the agent can build its own panes

https://github.com/greentfrapp/panel
22•greentfrapp•1h ago•4 comments

Show HN: Eulix - Code navigation for large codebases

2•Nurysso•10m ago•0 comments

Show HN: Async multi-agent coordination across physical environments

https://github.com/BlahBlah23406/agent-comms
2•BlahBlah23406•11m ago•0 comments

Show HN: A malicious NPM install reads your .env. On my Mac it reads a decoy

https://jitpass.com
2•bukershok•20m ago•0 comments

Show HN: Talk to Claude – voice agent designs, plans, builds across all projects

https://github.com/ethanplusai/jarvis
2•ethanplusai•20m ago•0 comments

Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks

https://github.com/ordewell/ordewell
20•ac-ciano•2h ago•15 comments

Show HN: Replay the Python calls that failed while a dependency was down

https://github.com/baldurhq/baldur
2•mcbg1541•23m ago•0 comments

Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s

https://github.com/sqliteai/warp
2•marcobambini•23m ago•1 comments

Show HN: The bottom 50% of U.S. households are short after essentials (BLS data)

https://whats-left-over.pages.dev/#s=50_40_10&c=1&u=person&t=0&tm=cbo&b=0&ts=100&k=0&cc=12201&im=...
2•pwmglenn•27m ago•1 comments

Show HN: Pizza Bot – An inbox for AI agents that work in the background

https://github.com/pizza-bot-app/pizza-bot
2•jd_•31m ago•1 comments

Show HN: Visual HTML – a source-preserving WYSIWYG editor for AI-generated HTML

https://kong75.github.io/visual-html-editor/
3•kong75•34m ago•0 comments

Show HN: Rewic – Turn Git commits into client-ready progress updates

https://rewic.in
2•jenilrs176•44m ago•0 comments

Show HN: LoongForge-Train LLMs, VLMs, diffusion and embodied models, faster

https://github.com/baidu-baige/LoongForge
2•nullnonenilNULL•48m ago•0 comments

Show HN: FlareDB – a Rust-based streaming database with Apache Beam as interface

2•ganeshsivakumar•52m ago•0 comments

Show HN: Trendradar for Horizon Scanning and Foresight

https://technologieradar.tryresearchly.com
2•leo_researchly•52m ago•0 comments

Show HN: Hazzel — a tiny, transparent coding agent for your terminal

https://github.com/mukundzha/hazzel
4•mukundzha6•54m ago•1 comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

https://poltora.dev/redis
147•poltora•2d ago•23 comments

Show HN: Check if your IP has appeared in a residential proxy network

https://haveibeenproxied.com/
7•microcode•1h ago•3 comments

Show HN: Loss. a tiny satire about AI progress

https://workatloss.com/
8•pbobak•1h ago•1 comments

Show HN: I made an 8 bit game that teaches beginners to pwn basic C programs

https://github.com/udbhav-s/password-dungeon
2•udbhavs•1h ago•0 comments

Show HN: KaozKit – JavaScript LLM agents on an engine built for microcontrollers

https://github.com/sebastien-burel/KaozKit
2•sebastienburel•1h ago•1 comments

Show HN: Lume – an open-source terminal you can drive from your phone

https://uselume.dev/
2•hugomyb•2h ago•0 comments

Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS

https://github.com/JamesRyanATX/fcbnerd
82•fretlessjazz•16h ago•20 comments

Show HN: Bulkgrid – Search websites and GitHub repositories from your AI agent

https://bulkgrid.com
2•ceglh•2h ago•0 comments

Show HN: A live Git diff view cli to stay on top of what agents are doing

https://github.com/stagas/livediff
5•stagas•2h ago•1 comments

Show HN: Infinite Shaders

https://shaderfrog.com/infinite
2•andrewray•2h ago•0 comments

Show HN: Prokop – Open-source AI coding workspace with cross-project memory

https://github.com/capek-dev/prokop
3•danielbilekq•2h ago•3 comments
Open in hackernews

Show HN: Panel – A research workspace where the agent can build its own panes

https://github.com/greentfrapp/panel
21•greentfrapp•1h ago

Comments

greentfrapp•1h ago
Hi HN, I built Panel because research work means switching all the time between a chat with an agent, the papers I'm reading, the notebook I'm running and the data files I'm looking at.

Panel is a local web app with dockable panes made with dockview. You get chat, files, PDFs, markdown and Jupyter notebooks.

The agent can also create custom panes on request, like a protein structure viewer or an SQLite browser.

There's also an early "Module" system. Modules are like Skills, but with typed inputs, outputs and intermediates, so a long job shows its progress and its results can feed the next step. Right now the working one is a literature review, with an early version for hypothesis generation.

How it's built: a Vue + dockview frontend and a Python (FastAPI) sidecar that drives the agent backends. Everything runs on your machine.

Honest limits for now: - Full support is Claude Code only, so you need it installed and signed in. Codex and other harnesses are not supported yet. - Still very rough around the edges, I've been adding to it as I use it myself. Feedback welcome!

MIT licensed.

quietraster•1h ago
letting the agent build its own panes is a neat idea. do people keep the layouts it creates?
janket•27m ago
Sounds cool, can you explain a bit more how it works?
Gabry848•22m ago
In my opinion it can be more usefol if I can add it with an mcp server, so I can use with my agent and test it in real workflows to see if it can add power and some prons to my agent