Back to repositories

github-recent__mbarbine__platphorm-opencontent

platphorm-opencontent

OpenContent is an AI-native content platform for documents, media ingestion, machine-readable discovery, and agent access.

GitHub

Capabilities

27

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/api/v1/content/[slug]/metadata/regenerate/route.tsapp/api/v1/content/[slug]/share-card/regenerate/route.tsapp/api/v1/content/[slug]/share-links/regenerate/route.ts

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

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

app/analytics/page.tsxapp/api/v1/analytics/route.tsapp/api/v1/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/cron/categories/route.tsapp/api/cron/content-health/route.tsapp/api/docs/route.tsapp/api/health/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

app/api/session/route.tslib/fingerprint.tspackage.json

Workflow Runner

automation.workflow-runner

automationpartial

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

__tests__/integration/api/cron-categories.test.ts__tests__/performance/categories.test.tsapp/api/cron/categories/route.tsapp/api/cron/content-health/route.ts

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

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

__tests__/integration/api/content-ingest.test.ts__tests__/integration/api/content-metadata-routes.test.ts__tests__/integration/api/docs-openapi.test.ts__tests__/unit/components/content-type-icon.test.tsx

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

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

app/[locale]/dashboard/page.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/agent.json/route.tsapp/.well-known/trust.json/route.tsapp/llms-index.json/route.tsapp/rss.xml/route.ts

Database Schema Management

database.schema-management

databasepartial

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

package.jsonscripts/001-init-schema.sqlscripts/002-media-content-schema.sql

Deployment and Project Automation

deployment.project-automation

deploymentpattern_only

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

docker-compose.ymlDockerfilevercel.json

Document Processing

document.processing

document-processingpartial

Source evidence indicates PDF, DOCX, document conversion, extraction, or rendering behavior.

__tests__/unit/components/markdown-renderer-xss.test.tsxapp/api/v1/documents/[slug]/route.tsapp/api/v1/documents/route.tscomponents/markdown-renderer.tsx

File Upload Handling

file.upload-handling

file-uploadpartial

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

components/media/media-embed.tsx

Form Submission Flow

forms.submission-flow

formspattern_only

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

__tests__/performance/categories.test.tsapp/submit/page.tsxcomponents/ui/form.tsxpackage.json

Browser Gameplay

gameplay.browser-game

gameplaypartial

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

app/api/v1/scores/route.tslib/logger.ts

MCP Integration

integration.mcp

mcppartial

Repository has source-backed indicators for a MCP integration.

LOCAL_DEV.mdpackage.jsonPACKAGES.mdpnpm-lock.yaml

PlatPhorm Integration

integration.platphorm

integrationpartial

Repository has source-backed indicators for a PlatPhorm integration.

__tests__/integration/api/content-metadata-routes.test.ts__tests__/integration/mcp/mcp-server.test.ts__tests__/integration/mcp/platphorm-service-extended.test.ts__tests__/unit/build-validation.test.ts

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

__tests__/unit/lib/aeo-geo.test.ts__tests__/unit/lib/db.test.ts__tests__/unit/lib/fingerprint-enhanced.test.ts__tests__/unit/lib/fingerprint.test.ts

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

app/api/mcp/register/route.tsapp/api/og/route.tsxapp/api/v1/version/route.tsapp/layout.tsx

MCP Tool Server

mcp.tool-server

mcppartial

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

app/api/mcp/register/route.tsapp/api/mcp/route.tsapp/api/v1/integrations/[name]/mcp/route.tslib/mcp-server.ts

Trace and Logging

observability.trace-logging

observabilitypartial

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

__tests__/unit/build-validation.test.ts__tests__/unit/components/command-dialog.test.tsx__tests__/unit/lib/trace.test.tsapp/api/cron/content-health/route.ts

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/[locale]/dashboard/page.tsxapp/analytics/page.tsxapp/content-policy/page.tsxapp/content/[slug]/page.tsx

Search Query Interface

search.query-interface

searchpartial

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

__tests__/unit/lib/query-builder.test.tsapp/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.

__tests__/e2e/ingest.spec.ts__tests__/integration/api/content-ingest.test.ts__tests__/integration/api/cron-categories.test.ts__tests__/integration/api/discovery-routes.test.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__/e2e/api-full-coverage.spec.ts__tests__/e2e/api-health.spec.ts__tests__/e2e/ingest.spec.ts__tests__/e2e/navigation.spec.ts

UI Component Library

ui.component-library

ui-componentpartial

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

__tests__/unit/components/attribution.test.tsx__tests__/unit/components/command-dialog.test.tsx__tests__/unit/components/content-type-icon.test.tsx__tests__/unit/components/docs-list-client.test.tsx

Webhook Event Receiver

webhooks.event-receiver

webhookspartial

Source evidence indicates webhook receiving, event delivery, or signature validation behavior.

app/api/v1/webhooks/route.ts