Back to repositories

github-recent__mbarbine__platphorm-bbs

platphorm-bbs

PlatPhorm BBS is the canonical public bulletin board and retro terminal community layer for the PlatPhormNews web mesh.

GitHub

Capabilities

29

Risks

2

Maturity

deprecated

Confidence

high

Capabilities

AI Chat or Generation

ai.chat-or-generation

ai-modelpartial

Source evidence indicates AI model, chat, completion, prompt, or generation behavior.

app/.well-known/ai-plugin.json/route.tsapp/api/chat/[roomId]/messages/route.tsapp/api/chat/[roomId]/route.tsapp/api/chat/rooms/route.ts

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

Source evidence indicates analytics, metrics, reports, scores, or aggregation behavior.

.env.exampleapp/api/v1/games/[slug]/scores/route.tspackage.json

API Route Handlers

api.route-handlers

apipartial

Repository exposes source-backed API route handlers discovered from framework route files.

app/api/announcements/route.tsapp/api/auth/ip/route.tsapp/api/auth/logout/route.tsapp/api/auth/user/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

Source evidence indicates authentication, login, session, token, or identity handling.

app/api/auth/ip/route.tsapp/api/auth/logout/route.tsapp/api/auth/user/route.tsapp/auth/challenge/page.tsx

Access Control

authorization.access-control

authorizationpattern_only

Source evidence indicates roles, permissions, admin boundaries, or access-control checks.

scripts/migrate.mjsscripts/setup-db.mjs

Workflow Runner

automation.workflow-runner

automationpartial

Source evidence indicates jobs, workflows, queues, cron tasks, or automation runs.

app/api/cron/refresh/route.ts

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

Source evidence indicates content, docs, posts, publishing, CMS, or markdown/MDX workflows.

app/api/docs/route.tsapp/api/v1/posts/route.tsapp/api/v1/threads/[id]/posts/route.tsdocs/API.md

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

Source evidence indicates dashboard, admin, status, or overview UI surfaces.

components/sysop/sysop-dashboard.tsx

Data Import and Export

data.import-export

data-exportpartial

Source evidence indicates import, export, CSV, JSON, XML, or structured data transfer behavior.

app/.well-known/ai-plugin.json/route.tsapp/.well-known/trust.json/route.tsapp/api/v1/files/[id]/download/route.tspackage.json

Database Schema Management

database.schema-management

databasepartial

Repository includes database schemas, migrations, or database framework dependencies.

package.jsonscripts/001_schema.sql

Deployment and Project Automation

deployment.project-automation

deploymentpattern_only

Repository includes CI workflows, deployment config, or containerization files.

Dockerfilevercel.json

Dictionary Lookup Tools

dictionary.lookup-tools

dictionarypattern_only

Source evidence indicates dictionary, glossary, lookup, or terminology tooling.

app/terminal/page.tsxapp/terms/page.tsxcomponents/bbs/terminal-panel.tsxcomponents/bbs/terminal-welcome.tsx

File Upload Handling

file.upload-handling

file-uploadpartial

Source evidence indicates upload, attachment, media, or multipart file handling.

.env.exampleapp/api/files/upload/route.tsapp/api/v1/files/upload/route.tscomponents/files/file-upload.tsx

Form Submission Flow

forms.submission-flow

formspattern_only

Source evidence indicates forms, contact flows, submit endpoints, or validation-backed input handling.

components/ui/form.tsxpackage.json

Browser Gameplay

gameplay.browser-game

gameplaypartial

Source evidence indicates game, canvas, realtime, player, or gameplay implementation.

app/api/games/route.tsapp/api/v1/games/[slug]/route.tsapp/api/v1/games/[slug]/scores/route.tsapp/api/v1/games/route.ts

OpenAI Integration

integration.openai

ai-modelpartial

Repository has source-backed indicators for a OpenAI integration.

lib/bbs/model.tspackage.json

PlatPhorm Integration

integration.platphorm

integrationpartial

Repository has source-backed indicators for a PlatPhorm integration.

app/.well-known/ai-plugin.json/route.tsapp/.well-known/trust.json/route.tsapp/announcements/page.tsxapp/api/docs/route.ts

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

lib/bbs/content.tslib/bbs/discovery.tspackage.json

Redis Integration

integration.redis

integrationpartial

Repository has source-backed indicators for a Redis integration.

lib/redis.test.tslib/redis.tspackage.jsonpnpm-lock.yaml

Supabase Integration

integration.supabase

integrationpartial

Repository has source-backed indicators for a Supabase integration.

.env.exampledocs/QUICKSTART.mdlib/supabase/client.tslib/supabase/middleware.ts

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

.env.exampleapp/api/files/delete/route.tsapp/layout.tsxlib/bbs/discovery.ts

MCP Tool Server

mcp.tool-server

mcppartial

Repository contains MCP-related routes, manifests, files, or dependencies.

app/api/mcp/route.tslib/bbs/mcp.tspackage.json

Trace and Logging

observability.trace-logging

observabilitypartial

Source evidence indicates trace, span, logging, monitoring, or OpenTelemetry behavior.

app/api/auth/logout/route.tsapp/api/health/route.tsapp/api/v1/health/route.tsapp/auth/login/page.tsx

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/announcements/[id]/page.tsxapp/announcements/page.tsxapp/auth/challenge/page.tsxapp/auth/login/page.tsx

Search Query Interface

search.query-interface

searchpartial

Source evidence indicates search UI, indexing, or query behavior.

app/api/v1/search/route.tsapp/search/page.tsx

Environment Configuration

security.env-configuration

securitypattern_only

Repository references environment variables; secret-like names are cataloged without values.

.env.exampleapp/layout.tsxlib/actions/auth.tslib/bbs/auth.ts

Shipping and Fulfillment Flow

shipping.fulfillment-flow

shippingpartial

Source evidence indicates shipping, labels, postcards, fulfillment, or delivery-provider integration.

components/ui/label.tsxpackage.json

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

e2e/bbs.spec.tslib/auth/fingerprint.test.tslib/bbs/content.test.tslib/bbs/discovery.test.ts

UI Component Library

ui.component-library

ui-componentpartial

Reusable UI components were found in component-oriented source paths.

components/bbs/announcements.tsxcomponents/bbs/footer.tsxcomponents/bbs/online-users.tsxcomponents/bbs/quick-stats.tsx