Skip to main content

17 docs tagged with "frontend"

View all tags

ChatGPT-Style AI Chat Application

Staff-level frontend system design guide covering requirements, entities, APIs, streaming, state management, rendering performance, reliability, accessibility, and frontend scale.

Enterprise Copilot Agent on MCP

End-to-end frontend and backend system design for an enterprise Q&A and action-taking copilot that exposes existing internal APIs through MCP.

Live Payment / Webhook / Alert Monitor

Staff-level frontend system design guide for a Stripe-like live payment, webhook, and alert monitoring dashboard: transport, ingestion pipeline, backpressure, virtualization, and reconnect strategy.

Notifications — Frontend System Design

Staff-level frontend system design guide for a real-time notification system: requirements, architecture, data model, multi-device consistency, and reconnect/failure handling.

Responsive Calendar Date Picker

Staff-level interview guide for designing an accessible, responsive, performant, and internationalized calendar date-picker.

Rich text Editor

Staff-level frontend system design guide for building a rich-text editor (Notion/Google-Docs-style): document model, selection, input handling, formatting, undo/redo, collaboration, and performance.

Shared Components with Stencil.js

Staff-level interview guide for designing, building, distributing, and operating a cross-framework component library with Stencil.js, including a comparison with Lit.

Tooltip

Staff-level frontend system design guide for a reusable tooltip system: CSS-only vs React/portal implementations, positioning/collision logic, accessibility, mobile design, and performance.