Back to repositories

github-recent__mbarbine__platphorm-monitor

platphorm-monitor

Monitor vercel projects

GitHub

Capabilities

22

Risks

2

Maturity

internal

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.ts

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

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

app/(dashboard)/analytics/page.tsxapp/api/analytics/route.tsapp/api/v1/analytics/route.tscomponents/analytics/analytics-stats.tsx

API Route Handlers

api.route-handlers

apipartial

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

app/api/analytics/route.tsapp/api/anomalies/route.tsapp/api/cron/register/route.tsapp/api/cron/snapshot/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

lib/api/auth.tspackage.json

Access Control

authorization.access-control

authorizationpattern_only

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

.env.examplelib/db.ts

Workflow Runner

automation.workflow-runner

automationpartial

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

.env.exampleapp/api/cron/register/route.tsapp/api/cron/snapshot/route.tslib/api/auth.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/docs/page.tsxdocs/roadmap.mdpackage.json

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

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

app/(dashboard)/analytics/page.tsxapp/(dashboard)/deployments/page.tsxapp/(dashboard)/domains/page.tsxapp/(dashboard)/firewall/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/ai-plugin.json/route.tspackage.jsontsconfig.jsonvercel.json

Database Schema Management

database.schema-management

databasepartial

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

package.json

Deployment and Project Automation

deployment.project-automation

deploymentpattern_only

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

vercel.json

AWS Integration

integration.aws

integrationpartial

Repository has source-backed indicators for a AWS integration.

.env.exampleapp/(dashboard)/notifications/page.tsxlib/anomalies/store.tslib/anomaly/__tests__/baselines.test.ts

PlatPhorm Integration

integration.platphorm

integrationpartial

Repository has source-backed indicators for a PlatPhorm integration.

.env.exampleapp/.well-known/ai-plugin.json/route.tsapp/(dashboard)/firewall/page.tsxapp/(dashboard)/notifications/page.tsx

Redis Integration

integration.redis

integrationpartial

Repository has source-backed indicators for a Redis integration.

package.jsonpnpm-lock.yamlproxy.ts

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

.env.exampleapp/(dashboard)/deployments/page.tsxapp/(dashboard)/domains/page.tsxapp/(dashboard)/page.tsx

MCP Tool Server

mcp.tool-server

mcppartial

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

app/api/mcp/route.tspackage.json

Trace and Logging

observability.trace-logging

observabilitypartial

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

__tests__/components/domains/add-domain-dialog.test.tsxapp/(dashboard)/system-health/page.tsxapp/api/health/route.tsapp/api/v1/health/route.ts

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/(dashboard)/analytics/page.tsxapp/(dashboard)/deployments/page.tsxapp/(dashboard)/domains/page.tsxapp/(dashboard)/firewall/page.tsx

Environment Configuration

security.env-configuration

securitypattern_only

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

.env.exampleapp/(dashboard)/page.tsxapp/api/deployments/route.tsapp/api/domains/route.ts

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

__tests__/app/api/cron/snapshot/route.benchmark.test.ts__tests__/app/api/firewall/route.test.ts__tests__/components/domains/add-domain-dialog.test.tsx__tests__/components/domains/dns-config-panel.test.tsx

UI Component Library

ui.component-library

ui-componentpartial

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

__tests__/components/domains/add-domain-dialog.test.tsx__tests__/components/domains/dns-config-panel.test.tsx__tests__/components/domains/domain-table.test.tsx__tests__/components/domains/domains-client.test.tsx

Webhook Event Receiver

webhooks.event-receiver

webhookspartial

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

.env.exampleapp/api/deployments/[deploymentId]/events/route.tsapp/api/webhooks/history/route.tsapp/api/webhooks/n8n/route.ts