EveryDev.ai
Subscribe
Home
Tools

3,985+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Panel
    Panel icon

    Panel

    Academic Research

    An open-source research workspace where an AI agent works beside you with chat, files, PDFs, and notebooks in one configurable dock.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Self-host locally.

    Engagement

    Available On

    Windows
    Web
    API
    CLI

    Resources

    WebsiteGitHubllms.txt

    Topics

    Academic ResearchAgent FrameworksDevelopment Environments

    Alternatives

    Open ScienceAIPOCH Open-ScienceFeynman
    Developer
    greentfrappgreentfrapp (SK) builds open-source research tooling on GitH…

    Listed Sep 2026

    About Panel

    Panel is an open-source, self-hosted research workspace built by greentfrapp (SK) that puts an AI agent alongside your files, PDFs, Jupyter notebooks, and chat sessions in a single configurable interface. It is an early-stage build released for testers, with the project noting that rough edges should be expected and issues are welcome.

    What It Is

    Panel is a local-first research environment designed for researchers who frequently context-switch between different types of files and tasks. Rather than a standalone chat interface, it provides a multi-pane dock where the agent and the human share the same workspace — reading, writing, and editing files together. The agent is powered by Claude Code and can optionally use the OpenAI API for chat and tools.

    How the Workspace Is Organized

    The UI is built around configurable windows called Panes, each of which can display a different type of content:

    • File panes for reading and writing files
    • PDF panes for viewing documents
    • Markdown panes for formatted text
    • Jupyter notebook panes that run against a real kernel — both the user and the agent can edit the same notebook simultaneously
    • Custom panes that the agent can generate on demand (e.g., a PDB viewer or SQLite visualizer)

    Workspaces are folders the agent works in, each with its own chat history and saved layout. Conversations and agent activity are stored in ~/Panel/panel.db, and workspaces live in ~/Panel/workspaces — both outside the repo so re-cloning doesn't lose data.

    Module Protocol and Architecture

    Panel introduces a Module Protocol that extends the concept of agent skills with typed definitions for Inputs, Outputs, and Intermediates. Intermediates provide observability into long-running or multi-stage processes — such as chain-of-thought scratchpads or progress updates — making agentic workflows more transparent. A Data Abstraction Layer (DAL) bridges in-memory and filesystem objects, letting modules work with a URI regardless of whether it points to an in-memory store or a local file.

    Current Capabilities and Limitations

    The README lists what currently works and what does not:

    Working:

    • Agent chat with file read/write, with tool-use confirmation before execution
    • Long-running background commands with live monitoring and stop controls
    • Literature review: ask the chat to run one, then open the result from the tool card
    • Agent-generated custom panes for visualizations not covered by built-ins

    Not yet working:

    • Full support is limited to Claude Code; OpenAI API support for modules is incomplete
    • Modules can only be launched via chat — no UI button exists yet
    • Hypothesis modules lack their own view, making results harder to read
    • Literature review and hypothesis modules require Claude Code's web search capability

    Setup Path

    Panel requires Node 22.18+ (or 24.12+), pnpm, uv (which fetches Python 3.12+ automatically), and Claude Code installed and signed in. After cloning, pnpm install && uv sync && pnpm start builds and launches the app at http://localhost:4173. An optional OpenAI API key can be added via a .env file to enable the OpenAI agent picker for chat and tools.

    Current Status

    The repository was created in September 2026 and last updated shortly after, with 78 stars and 7 forks at the time of indexing. The project is explicitly described as an early build for testers. It is released under the MIT License.

    Panel - 1

    Community Discussions

    Be the first to start a conversation about Panel

    Share your experience with Panel, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Self-host locally.

    • Multi-pane workspace UI
    • Agent chat with Claude Code
    • PDF, Markdown, and Jupyter notebook panes
    • Literature review module
    • Agent-generated custom panes

    Capabilities

    Key Features

    • Multi-pane configurable workspace UI
    • AI agent chat with file read/write
    • PDF viewer pane
    • Jupyter notebook pane with shared editing
    • Markdown pane
    • Agent-generated custom panes
    • Literature review via Claude Code
    • Long-running background command monitoring
    • Workspace folders with saved layouts
    • Module Protocol with typed Inputs/Outputs/Intermediates
    • Data Abstraction Layer (DAL)
    • Optional OpenAI API agent support
    • Local SQLite conversation storage

    Integrations

    Claude Code
    OpenAI API
    Jupyter kernels
    Python (via uv)
    Node.js
    pnpm
    API Available

    Ratings & Reviews

    No ratings yet

    Be the first to rate Panel and help others make informed decisions.

    Developer

    greentfrapp

    greentfrapp (SK) builds open-source research tooling on GitHub. Panel is their primary public project — a local-first AI research workspace combining agent chat, file management, PDFs, and Jupyter notebooks in a single configurable dock. The project is released under the MIT License and actively welcomes community testers and issue reports.

    Read more about greentfrapp
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Open Science icon

    Open Science

    Open Science is AIPOCH's open-source, local-first, model-agnostic AI research workbench that lets agents read files, run Python and R, search the web, query scientific databases, and produce traceable research artifacts.

    AIPOCH Open-Science icon

    AIPOCH Open-Science

    Open-source, local-first, model-agnostic AI research workbench for macOS, Windows, and Linux with scientific agents, Python/R notebooks, data connectors, and reproducible provenance.

    Feynman icon

    Feynman

    An open source AI research agent CLI that reads papers, searches the web, writes drafts, runs experiments, and cites every claim locally on your computer.

    Browse all tools

    Related Topics

    Academic Research

    AI tools designed specifically for academic and scientific research.

    66 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    729 tools

    Development Environments

    AI-enhanced code editors and IDEs that improve the coding experience.

    203 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions