winbro-training-reels-1763659059402
Verified Safeby guilhermetechmakers
Overview
A web-based platform for managing and delivering micro-learning video reels for manufacturing training, including content management, course building, user management, and subscription billing.
Installation
npm run devEnvironment Variables
- VITE_API_URL
Security Notes
The application uses standard client-side token-based authentication via localStorage, which is common but susceptible to XSS. API endpoints are configured via environment variables (VITE_API_URL), which is good practice. Frontend validation is implemented using Zod and React Hook Form. There are no obvious hardcoded secrets or direct 'eval' patterns in the provided client-side code. Critical security aspects, especially authorization for data access (e.g., downloading invoices, editing reels) and comprehensive input sanitization, heavily rely on the backend API implementation, which is not provided.
Similar Servers
eoscdcpoc
A web application for searching scientific datasets using natural language queries, discovering relevant data, and enabling direct deployment of analyses to Virtual Research Environments.
mcp-server-bbc
An AI assistant that manages BuilderBot projects by listing, retrieving, creating, updating, deleting, and duplicating projects using a set of defined tools.
Hey-Sanka
This is a Next.js web application, likely serving as a frontend or full-stack platform.
winbro-training-reels-1763471226392
A frontend web application for training or demonstrating content, possibly video reels.