Back to repositories

github-recent__mbarbine__platphorm-codex

platphorm-codex

Codex is the screenshot-backed, tool-aware narrative and catalog layer for the PlatPhormNews web mesh.

GitHub

Capabilities

23

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.tspackage.json

API Route Handlers

api.route-handlers

apipartial

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

app/api/cron/refresh-network/route.tsapp/api/docs/route.tsapp/api/health/route.tsapp/api/indexnow/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

lib/codex/auth.tspackage.json

Workflow Runner

automation.workflow-runner

automationpartial

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

app/api/cron/refresh-network/route.tsapp/api/v1/dns/jobs/[jobId]/route.tsapp/api/v1/dns/jobs/route.tsapp/dns/jobs/page.tsx

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/health/route.tsdocs/CINEMATIC_SCROLL_ENHANCEMENT_PLAN.mddocs/SLIDES_PLATFORM_ARCHITECTURE.md

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

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

components/dns/dns-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/agents.json/route.tsapp/.well-known/ai-plugin.json/route.tsapp/.well-known/mcp.json/route.tscomponents/seo/json-ld.tsx

Database Schema Management

database.schema-management

databasepartial

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

config/slideshow.schema.tslib/codex/schema.tspackage.jsonscripts/001_create_schema.sql

Deployment and Project Automation

deployment.project-automation

deploymentpattern_only

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

vercel.json

File Upload Handling

file.upload-handling

file-uploadpartial

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

app/dns/files/upload/page.tsxcomponents/dns/file-uploader.tsx

Form Submission Flow

forms.submission-flow

formspattern_only

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

components/dns/zone-form.tsxcomponents/ui/form.tsxdocs/SLIDES_PLATFORM_ARCHITECTURE.mddocs/SLIDES_PLATFORM_SPEC.md

PlatPhorm Integration

integration.platphorm

integrationpartial

Repository has source-backed indicators for a PlatPhorm integration.

__tests__/api/routes.test.tsapp/.well-known/agents.json/route.tsapp/.well-known/ai-plugin.json/route.tsapp/.well-known/mcp.json/route.ts

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

app/api/health/route.tspackage.json

Redis Integration

integration.redis

integrationpartial

Repository has source-backed indicators for a Redis integration.

app/api/health/route.tspackage.json

Supabase Integration

integration.supabase

integrationpartial

Repository has source-backed indicators for a Supabase integration.

lib/supabase/client.tslib/supabase/server.tspackage.jsonpnpm-lock.yaml

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

app/api/health/route.tspackage.json

MCP Tool Server

mcp.tool-server

mcppartial

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

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

Trace and Logging

observability.trace-logging

observabilitypartial

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

app/api/health/route.tsapp/api/v1/health/route.tsapp/api/v1/trace/spans/route.tscomponents/codex/tool-catalog.tsx

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/cinematic-scroll-v2/page.tsxapp/dns/files/[fileId]/page.tsxapp/dns/files/page.tsxapp/dns/files/upload/page.tsx

Environment Configuration

security.env-configuration

securitypattern_only

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

__tests__/api/routes.test.tsapp/api/cron/refresh-network/route.tsapp/api/health/route.tsapp/api/indexnow/route.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.

__tests__/api/routes.test.ts__tests__/components/cinematic-slideshow.test.tsx__tests__/mcp/client.test.ts__tests__/scroll-engine/hooks.test.ts

UI Component Library

ui.component-library

ui-componentpartial

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

__tests__/components/cinematic-slideshow.test.tsxcomponents/cinematic-scroll/announcement-section.tsxcomponents/cinematic-scroll/hero-section.tsxcomponents/cinematic-scroll/masked-text-section.tsx