开发了全栈 SaaS 平台,涵盖 Next.js 前端、六个 NestJS 微服务和一个独立的 Electron 桌面应用程序。
构建了多模型 AI 引擎,支持 OpenAI GPT、Anthropic Claude 和 Google Gemini 作为可互换的生成后端,并具有回退弹性。
实现了分层计划生成,生成 9 种计划变体(3 层 x 3 版本),支持批量生成和实时进度跟踪。
设计了实时协作文档工作区,使用 Yjs CRDT 和 HocusPocus WebSocket,具有实时光标显示和无冲突合并功能。
创建了一个富文档工作区,集成了 BlockNote 富文本编辑器、Excalidraw 白板、Mermaid 图表和 PDF 查看器,提供统一界面。
构建了完整的工作跟踪系统,具备屏幕录制、录制间隔、任务级别工作日志、每周工时表和时间分析功能。
开发了桌面 Electron 时间跟踪应用程序,具有自动屏幕捕获、空闲检测和实时同步到平台后端的功能。
架构了六服务 NestJS 微服务系统,涵盖 Auth、Project、Work Tracking、Document、Collaboration 和 Notification 领域。
接收一个单一的创业想法,通过多模型 AI 生成,生成结构化、可执行的产品计划,然后提供项目管理和协作工作区工具来执行计划——所有功能都集成在一个平台中。
MicrocosmWorks built the AI engine to support OpenAI GPT, Anthropic Claude, and Google Gemini as interchangeable generation backends with automatic fallback resilience. Users can select their preferred model, or the system defaults to the optimal model for the task type. Each idea generates 9 plan variations across 3 tiers (MVP, Growth, Scale) and 3 versions per tier, allowing founders to compare AI-generated approaches before committing to a development path.
MicrocosmWorks implemented real-time collaboration using Yjs CRDT (Conflict-free Replicated Data Type) and HocusPocus WebSocket server. Multiple team members can edit BlockNote rich text documents, Excalidraw whiteboards, and Mermaid diagrams simultaneously with live cursor presence and conflict-free merging. Changes propagate in real time without data loss, even when two users edit the same section simultaneously.
MicrocosmWorks built a cross-platform Electron desktop application that tracks work time with automatic screen capture at configurable intervals and idle detection that pauses tracking when the user steps away. Captured work logs sync to the Kickly web platform backend in real time, feeding into task-level timesheets, weekly reports, and team analytics dashboards. The desktop app provides accountability and billable-hour tracking for distributed startup teams.
MicrocosmWorks architected six NestJS microservices with clear domain separation: Auth (passwordless OTP with dual JWT), Project (idea management, plan generation, task hierarchy), Work Tracking (screen recordings, time logs, timesheets), Document (BlockNote editor, Mermaid diagrams, PDF viewer), Collaboration (Yjs/HocusPocus real-time sync), and Notification (email via AWS SES, in-app alerts). This separation enables independent scaling and deployment of each service.
MicrocosmWorks integrated Razorpay for subscription billing with full lifecycle management including checkout, plan upgrades, cancellation, and invoice generation. Plan tiers control the number of active projects, AI generation credits per month, team member seats, and storage limits. Credit consumption is tracked per AI generation request, with the system preventing over-usage and prompting upgrades when limits are approached.
