# FeedbackToDev — Real-Time Developer Feedback Stream > FeedbackToDev is an open-source, high-performance ambient developer feedback platform. It allows developers to send short, meaningful feedback (#Wisdom, #Kudos, #BugReport, #DevRant, #FeatureIdea) into a real-time Server-Sent Events (SSE) time stream. ## Core Capabilities & Features - **Real-Time Stream**: Powered by native Node.js SSE (`/api/stream`). - **Persistence**: High-throughput native SQLite (`node:sqlite`). - **Interactive Views**: Chronos Flow field, Constellation tag graph, and Zen Focus mode. - **Webhook Pipeline**: Integration with Slack and Discord webhooks for instant team notifications. ## Key Endpoints - `GET /`: Main SPA web application dashboard. - `GET /api/feedback`: REST endpoint returning the JSON array of developer feedback items. - `POST /api/feedback`: REST endpoint to dispatch new feedback (text max 200 chars, tag, author). - `POST /api/feedback/:id/upvote`: Increment resonance upvotes for a feedback item. - `GET /api/stream`: Server-Sent Events (SSE) stream for live real-time updates. ## Technical Stack - **Backend**: Node.js v24 (Zero npm dependencies, native `node:http` and `node:sqlite`). - **Frontend**: Native HTML5, Canvas 2D, Vanilla CSS with Glassmorphism UI. - **Deployment**: Docker container served behind Caddy 2 reverse proxy with Let's Encrypt SSL.