themadorg
Official@themadorg · Austria
Full-stack architecture for Go-based REST services and React-based real-time communication platforms featuring LiveKit integration and secure authentication.
Agent Skills by themadorg
Showing 20 vetted skills indexed across 1 GitHub repositories.
bedrud-api-admin
Manage admin endpoints for users, rooms, queue, and settings.
bedrud-auth
Manage JWT authentication, refresh tokens, and server-side sessions in Go.
bedrud-fe-platform
Set up a React frontend with TanStack Router, typed API client, and auth hooks.
bedrud-dispatch
Route tasks to leaf skills by task type with fallback routing.
bedrud-api-types
Organize Bedrud API DTOs and Swagger references for contract validation.
bedrud-frontend
Map the Bedrud React frontend codebase to reveal UI components, routes, hooks, and stores.
bedrud-api
Document Bedrud REST API endpoints, middleware, status codes, and DTO definitions.
bedrud-ops-cli
Automate Bedrud provisioning, CLI user management, and TLS certificate generation on Debian-based systems.
bedrud-jobs
Coordinate asynchronous tasks, scheduling, and cleanup for Bedrud deployments.
bedrud-data
Define GORM data models, repositories, and migrations for SQLite and Postgres.
bedrud-api-auth
Authenticate Bedrud API endpoints with JWT, OAuth, and passkey flows.
bedrud-fe-admin
Implement route guards, data tables, and widgets in a React SPA with TypeScript.
bedrud-api-rooms
Manage room lifecycles via Bedrud API CRUD, join, and moderation endpoints.
bedrud-fe-meeting
Document the Bedrud frontend meeting skill with LiveKit components and MeetingProvider.
bedrud-fe-state
Centralize and persist Zustand store state across Bedrud frontend sessions.
bedrud-fe-ui-foundation
Standardize React frontend UI with a reusable design system and shadcn/ui primitives.
bedrud-server
Map Go backend API routes, models, and authentication flows.
bedrud-http
Bootstrap a Bedrud HTTP server with routes, TLS, and a LiveKit adapter.
bedrud-email-cerberus
Create and maintain Cerberus-based HTML email templates for consistent rendering.
bedrud-realtime
Embed LiveKit binary lifecycle management with YAML-configured startup and TLS/TURN setup.
Frequently Asked Questions About themadorg
FAQPage SchemaWhat specific tasks can I perform using these modules?▼
You can manage JWT and OAuth authentication, define GORM data models for Postgres, build React-based meeting interfaces with LiveKit, and handle server-side session management. These modules provide a structured approach to building, securing, and scaling real-time communication platforms.
Which technical personas benefit most from this ecosystem?▼
Full-stack engineers and backend developers working with Go and React will find these modules most effective. They are designed for developers building real-time, authenticated web applications who require standardized patterns for state management, data persistence, and secure endpoint communication.
What are the primary prerequisites for deployment?▼
Deployment requires a Debian-based environment for server operations, a Go runtime for backend services, and a React-compatible environment for the frontend. Additionally, you must have Postgres or SQLite configured for data persistence and LiveKit infrastructure for real-time communication features.