It has a chat interface, but also lets you split the window into different sub-windows that can open different interfaces, like a Jupyter notebook (with a working kernel), a code editor, or a file browser. You can also ask the agent to create custom interfaces, like a protein structure visualizer, or an SQLite viewer, or just a simple place to manage your citations.
Under the hood it's running on your local Claude Code instance, I'll probably be adding support for other APIs through Open Router soon.
I believe currently it would work if you've already set up the MCPs via Claude Code, because it's running off your local Claude Code under the hood. But I'll look into surfacing the MCPs like in the Claude app.
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!
This is cool! We have a similar approach in Nimbalyst... agent makes extensions that are human editable and agent editable ... includes Jupyter, markdown, csv, excalidraw, code, pdfs, browser. Its so nice not to have to app switch all the time. MIT as well. Maybe we should join forces?
Actually it's something like a researcher-focused app that allows you to open Jupyter notebooks, code snippets, PDFs, right next to the chat window pane.
Let's say you're working on protein design and you want to view the 3D structure of the protein, you can have the agent build a pane for that in the app, and you can ask the agent to help customize it as well.
I've been working on https://booplet.com. It's like Lovable but for desktop apps and heavily inspired by Robin Sloan's home-cooked app essay [1][2]. The idea is to let anyone, especially non-technical folks, build and use personal apps. Instead of cloud deployment, we focused on a local-first setup so that users can fully own their apps and data.
Hi HN! Vispunk.com is our early prototype towards an image-first approach for AI-based image creation and editing.
Our goal is to make it simple and intuitive to compose an image with visual assets instead of just text i.e. photobashing.
To help with this, we've made img2img the default workflow, along with tools that generate PNG stock images and human poses.
We've also incorporated early versions of familiar Photoshop tools like Generative Fill, Remove Background and Object Select.
Check out our subreddit at r/vispunk for more details! And for those interested in contributing to development, keep an eye on https://github.com/vispunk/vispunk-webui.
Under the hood it's running on your local Claude Code instance, I'll probably be adding support for other APIs through Open Router soon.
reply