Features
Everything you need to run Claude Code from your browser
Two Modes for Different Needs
Choose the right mode for your task
Claude Code
InteractiveFull interactive sessions with plan-review-execute workflow. Best for complex tasks that need iteration.
- โ Session continuity (--resume)
- โ Multi-file operations
- โ Full activity feed
- โ Execute commands
Quick Drop
FastDrop a file and get instant analysis. Best for quick code reviews and one-off questions.
- โ Drag-and-drop file upload
- โ Instant analysis
- โ Plan-only (read-only)
- โ No execution
Plan โ Review โ Execute Workflow
Every task goes through a mandatory planning phase. Claude Code analyzes your request and produces a detailed plan showing what files it will create, modify, or delete, and what commands it will run. Nothing happens until you click Execute.
Domain-Specific Permission Profiles
Pre-configured profiles for Bioinformatics (samtools, STAR, conda, R), ML/Deep Learning (python, pip, nvidia-smi, wandb), and more. Create custom profiles with fine-grained allow/deny rules.
Session Continuity
Claude Code remembers context across tasks using the --resume flag. Build on previous work without re-explaining. Perfect for iterative development, debugging, and multi-step analyses.
Real-time Activity Feed
Watch Claude's thinking process, file operations, and command outputs in real time. See exactly what's happening on your server without leaving your browser.
Multi-Project Dashboard
Manage multiple servers and projects from one side panel. Each browser tab can bind to a different project. Switch contexts instantly.
Zero Infrastructure
No WebSocket servers, no databases, no cloud services. Just SSH and files. All communication stays on your local network. Nothing leaves your control.
Uses Your Max Subscription
Works with your Claude Max login. No API costs. If you prefer, you can also use an API key for pay-as-you-go usage.
Prompts as Files
Every prompt is saved as a .md file in .plandrop/plans/. Git-trackable, searchable, re-sendable. Build a library of reusable analysis prompts.
Full History Export
Export complete task history as markdown using plandrop-history. Every request, response, file change, and command is logged for reproducibility.
Browser Notifications
Get notified when long-running tasks complete. Work in other tabs while Claude processes your request.
Permission Profiles
Control exactly what Claude Code can do on your server
Plan Only
Read files, analyze code, suggest changes. No writes, no commands.
Edit Files Only
Read and write files. All shell commands blocked.
Standard
Full access except dangerous commands (sudo, rm -rf /, shutdown...).
Full Access
No restrictions. Requires confirmation. Use in sandboxed environments only.
Custom
Define your own blocked commands using deny-list patterns.