User Guide

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.

SectionDescriptionLearn More
AgentMain chat interface for the webSee below
SessionsView and manage CLI agent sessionsSee below
JobsDefine and trigger automated tasksJobs & Schedule
SkillsManage reusable instruction sets for your agentSkills
ScheduleSet up cron-based recurring tasksJobs & Schedule
MemoryView and manage the agent's persistent memoryMemory
TokensCreate and manage API tokens for CLI authenticationAPI Tokens
TradeAI-powered peer-to-peer marketplaceTrade
My AppsManage 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_user tool, 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