Local generator powers content templates without any external AI calls.
Latest Logs
No logs yet.
Active Room
Not in a room
Prototype Typography
ATOS Display • HAPC
Body: 16px / Small: 13px / Mono: 12px
Live Chat (Local / WebSocket signaling)
Connection
Disconnected
Audio & Video Meetings (WebRTC demo)
Remote
Note: For a full multi-party production system you'll need a media server (SFU/MCU). This demo shows peer-to-peer WebRTC flow with manual SDP paste or signaling server.
Prototype Holographic Visual
Hologram Inputs
Text → Website Generator (HMTML Export)
HAPI — Example API Endpoints
Below are example endpoints for the HAPI/ HAPC backend. A minimal server.js (Node + Express + ws) is included at the bottom of this file (commented). Save it as server.js and run node server.js.
Available Demo Endpoints (example):
GET /api/health — returns {status: 'ok'}
POST /api/generate-site — accepts JSON {title,tag,content} and returns generated HMTML string
POST /api/signaling — WebSocket signaling for WebRTC offers/answers (ws)
Important: For production you should add authentication (JWT / HAPI tokens), rate-limiting, storage, and HTTPS (TLS). This prototype focuses on structure and clean local generation.