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

Interactive

Full 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

Fast

Drop 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.

Default
โšก

Standard

Full access except dangerous commands (sudo, rm -rf /, shutdown...).

Caution
๐Ÿ”“

Full Access

No restrictions. Requires confirmation. Use in sandboxed environments only.

โš™๏ธ

Custom

Define your own blocked commands using deny-list patterns.