Supercomfy
Software House & Personal Domain
supercomfy.dev
Supercomfy is the independent software studio and digital home of Nabeel Adzan.
We build focused digital systems: self-hosted backend engines, real-time workspaces, and bespoke web platforms. Every product is engineered for performance, data autonomy, and long-term durability.
Nabeel Adzan
Founder & Software Engineer • @nabeeladzan
Project Index
01 — 06Massive-scale real-time collaborative pixel canvas. Engineered with a custom binary WebSocket protocol, tiled spatial indexing, chunk streaming, and instant multiplayer painting.
Privacy-first LLM chat and workspace application. Connect your own API keys, run Model Context Protocol (MCP) tool servers, create live markdown artifacts, and retain on-device semantic memory embeddings.
Distraction-free prose editor for novelists and storytellers. Typewriter centering, focus mode, manuscript binders, contextual beta-reader feedback, and clean PDF/Markdown exports.
Real-time team chat and document collaboration hub. Channel messaging, media attachments, instant WebSocket presence, and reaction system.
A live collaborative magnetic poetry board. Drag, tilt, and stick words in real-time across visitors with persistent Uniflex WebSocket synchronization.
Centralized multi-tenant backend engine compiled to a single binary. Features row-level app isolation, SQLite WAL persistence, JWT auth, and live event bus.
Architecture & Methods
- 01 / Lean Runtimes
- Single-binary backend engines, native SQLite in WAL mode, and Bun execution to keep memory footprints low and deployments trivial.
- 02 / Data Autonomy
- Self-hosted infrastructure running on dedicated hardware, surfaced securely over encrypted tunnels without proprietary cloud lock-in.
- 03 / End-to-End Types
- Unified TypeScript from database schema to UI components, ensuring compile-time safety and verified API contracts.