The Rise of AI-Assisted Development
The days of copy-pasting Stack Overflow answers are numbered. AI coding assistants like Claude Code can now understand your entire codebase and generate context-aware solutions.
But there's a gap: most AI tools are cloud-only. They can't run commands on your machine, can't access your local files, and can't integrate with your existing workflow.
Enter Local AI Agents
SideHub bridges this gap with local AI agents — lightweight processes that run on your machine and connect to the SideHub platform. Here's what they enable:
Direct Terminal Access
Execute shell commands from your browser, through a secure WebSocket connection to your local agent:
# Your agent runs locally
sidehub-agent start
# From the SideHub UI, you get full terminal access
# as if you were SSH'd into your own machineAI-Powered Coding Sessions
Open a Claude panel and interact with your codebase through natural language:
- "Fix the failing tests in the auth module"
- "Add pagination to the user list endpoint"
- "Refactor this component to use signals"
The agent spawns a Claude Code process locally, giving it access to your files while keeping everything on your machine.
Multi-Client Isolation
Each workspace maps to a different client or project. Agents know which workspace they belong to, so context never leaks between projects.
Why This Matters for Freelancers
| Traditional Approach | With SideHub Agents |
|---|---|
| Context-switch between terminals | One cockpit, multiple workspaces |
| Manually run repetitive commands | Automate with Claude Code |
| Juggle separate tools per client | Everything in one place |
Getting Started
- Sign up at sidehub.io
- Install the agent on your development machine
- Connect it to your workspace
- Start executing commands from the UI
The future of freelance development is here — and it runs locally.