Web Dashboard
Access AssistMe's full-featured web dashboard for agent chat, sessions, skills, jobs, and more.
Overview
The AssistMe web app provides a dashboard with advanced features beyond the mobile experience. After signing in, you'll see a collapsible sidebar with navigation to all available tools.
Sidebar Navigation
| Section | Description | Learn More |
|---|---|---|
| Agent | Main chat interface for the web | See below |
| Sessions | View and manage CLI agent sessions | See below |
| Jobs | Define and trigger automated tasks | Jobs & Schedule |
| Skills | Manage reusable instruction sets for your agent | Skills |
| Schedule | Set up cron-based recurring tasks | Jobs & Schedule |
| Memory | View and manage the agent's persistent memory | Memory |
| Tokens | Create and manage API tokens for CLI authentication | API Tokens |
| Trade | AI-powered peer-to-peer marketplace | Trade |
| My Apps | Manage your Agent Apps (developer portal) | Developer Portal |
Agent Chat (Web)
The web chat interface mirrors the mobile Chat tab with some additional capabilities:
- Session selector — Choose which online CLI session to send messages to. Each session shows its name, workspace path, and status (Online, Processing, or Offline). An offline indicator badge appears when no agent session is available.
- Image attachment — Paste images directly into the message input to send them as base64 attachments
- Real-time streaming — Messages and events stream in real-time via Supabase subscriptions
- Interactive responses — When the agent uses the
ask_usertool, a blue widget appears with the agent's question, optional choice buttons, and a free-text input field
All other chat features (conversation history, new conversation, event details, message statuses) work the same as on mobile.
CLI Sessions
The Sessions page shows all connected CLI agent sessions with auto-refresh every 10 seconds:
- Active sessions — Shown with a green pulsing dot and green border. Displays session name, status (Online or Processing), workspace path, last heartbeat time, and start time.
- Offline sessions — Shown dimmed with a gray border.
- Manual refresh — Click the refresh button to update immediately.
Sessions are created when you run the AssistMe CLI tool on your machine. The web dashboard lets you monitor them and send tasks to active sessions.
Public Website
The public-facing website at the root URL includes:
- Landing page — Product overview with featured apps and values ("AI That Helps, Not Hypes", "Privacy First", "Simple by Design")
- App detail pages (
/apps/[slug]) — Marketing pages for each app, with feature grids, comparison tables, and download links - Login / Register — Account creation and sign-in
- CLI callback — Automatic token generation for CLI authentication flow
Next Steps
- Skills — Create and manage reusable instruction sets
- Jobs & Schedule — Automate tasks with scheduled prompts
- Memory — View and manage agent memory
- Trade — AI-powered marketplace
- API Tokens — Manage CLI authentication tokens