Feature Registry
Every feature shipped across the Opta Local ecosystem.
Opta Home
1A8 — Management Website
Opta Local Features
Opta Local (1A8-Opta-Home) is the public home/marketing experience for Opta Local.
Chat Interface
- Streaming chat — token-by-token output via SSE
- LMX model selection — choose loaded model from dropdown
- Message history — persistent session conversation view
- Stop generation — cancel in-flight inference
- Code block rendering — syntax-highlighted code in responses
- File attachments — image and document upload
- Multimodal input — paste screenshots for vision models
Dashboard
- LMX connection status — production health is routed via
/api/health; regressions are deployment-target related, not endpoint parity - Throughput metrics — tokens/sec via circular buffer (300 samples)
- Active model display — currently loaded model name and size
- Memory gauge — Metal GPU memory usage from
/admin/health - Helper node status — embedding and reranking service health
- SSE event stream — real-time dashboard updates from
/admin/events
Session Management
- Session list — browse and resume past sessions
- Session creation — start new sessions with model selection
- Session deletion — remove individual sessions
- Session search — filter by content or date
- Session export — download conversation as Markdown
Authentication Modes
- LAN mode — no auth required on local network
- Cloud mode — Supabase auth via magic link / Google OAuth
- Auth provider —
useAuthSafe()returns null in LAN mode (no-op) - Sign-in page — redirect flow with sanitized
nextparam - Session persistence — Supabase session cookie management
Settings
- General settings — theme and display preferences
- Tunnel configuration — Cloudflare Tunnel URL for remote access
- Account settings — sign in / sign out, plan display
- LMX endpoint override — custom LMX server URL
iOS App
- iOS project foundation — SwiftUI app scaffold
- Chat interface — native SwiftUI chat view
- LMX connection — iOS-to-LAN API client
- Session sync — shared sessions with web
Infrastructure
- Vercel deployment — web app on optalocal.com
- Cloudflare Tunnel — LAN services exposed for cloud access
- Supabase auth — cloud-mode authentication backend
- Service worker — offline capability
Recent Updates
2026-03-05 — Shipped the Ecosystem Smart Setup features: LMX Dashboard magic-link
/connectroute for zero-co...2026-03-05 — Shipped the Ecosystem Smart Setup features: LMX Dashboard magic-link
/connectroute for zero-co...2026-03-04 —
2026-03-04 — The LMX Dashboard data layer now has 100% coverage of the Opta LMX backend API surface.
2026-02-26 — Production readiness improvements
2026-02-25 — Session management and dashboard improvements
2026-02-23 — Cloudflare Tunnel config and LAN/cloud mode separation
2026-02-19 — Phase 5 sessions implementation complete
Current Production Reality (2026-03-04)
- Local-web health endpoint exists in 1A8; degraded states are deployment/target issues when
https://optalocal.com/api/healthis unreachable.
Auto-Synced Features
- New
/connectroute withConnectAutoSetupclient component — validates URL params, hydrates connection context, auto-redirects on success with animated connecting splash and LMX logo. - New
/connectroute withConnectAutoSetupclient component — validates URL params, hydrates connection context, auto-redirects on success with animated connecting splash and LMX logo. - Feature:
- Feature: The LMX Dashboard data layer now has 100% coverage of the Opta LMX backend API s