Back to repositories

github-recent__mbarbine__platphorm-agentui

platphorm-agentui

This is a [Next.js](https://nextjs.org) project bootstrapped with [v0](https://v0.app).

GitHub

Capabilities

21

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/(workspace)/dashboard/prompts/page.tsxapp/api/v1/prompts/route.ts

API Route Handlers

api.route-handlers

apipartial

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

app/api/auth/login/route.tsapp/api/auth/logout/route.tsapp/api/auth/me/route.tsapp/api/auth/signup/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

app/(public)/login/page.tsxapp/api/auth/login/route.tsapp/api/auth/logout/route.tsapp/api/auth/me/route.ts

Workflow Runner

automation.workflow-runner

automationpartial

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

app/api/v1/workflows/[id]/dry-run/route.tsapp/api/v1/workflows/[id]/publish/route.tsapp/api/v1/workflows/[id]/route.tsapp/api/v1/workflows/[id]/run/route.ts

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

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

.env.exampleapp/(builder)/builder/[id]/publish/page.tsxapp/(public)/docs/page.tsxapp/api/docs/route.ts

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

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

app/(workspace)/dashboard/approvals/page.tsxapp/(workspace)/dashboard/components/quick-actions.tsxapp/(workspace)/dashboard/components/recent-activity.tsxapp/(workspace)/dashboard/components/recent-flows.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/trust.json/route.tspackage.jsontsconfig.json

Database Schema Management

database.schema-management

databasepartial

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

package.jsonscripts/005_complete_schema.sqlscripts/migrations/001-init-schema.sql

Ecommerce Product Catalog

ecommerce.product-catalog

ecommercepartial

Source evidence indicates products, cart, checkout, orders, Shopify, or commerce flows.

PRODUCTION_CHECKLIST.md

Form Submission Flow

forms.submission-flow

formspattern_only

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

lib/auth/platform-key.ts

Browser Gameplay

gameplay.browser-game

gameplaypartial

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

components/builder/flow-canvas.tsxtests/components/flow-canvas.test.tsx

AWS Integration

integration.aws

integrationpartial

Repository has source-backed indicators for a AWS integration.

.env.examplelib/config/env.tspackage.json

PlatPhorm Integration

integration.platphorm

integrationpartial

Repository has source-backed indicators for a PlatPhorm integration.

.env.exampleapp/.well-known/agents.json/route.tsapp/.well-known/trust.json/route.tsapp/(builder)/builder/[id]/page.tsx

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

.env.exampleDEPLOYMENT.mdlib/db/client.tspackage.json

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.

.env.exampleapp/(public)/changelog/page.tsxapp/(public)/login/page.tsxapp/(workspace)/dashboard/observability/page.tsx

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/(builder)/builder/[id]/inspect/page.tsxapp/(builder)/builder/[id]/page.tsxapp/(builder)/builder/[id]/publish/page.tsxapp/(builder)/builder/[id]/run/page.tsx

Search Query Interface

search.query-interface

searchpartial

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

components/layout/search-trigger.tsx

Environment Configuration

security.env-configuration

securitypattern_only

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

.env.exampleapp/api/auth/login/route.tsapp/api/auth/logout/route.tsapp/api/auth/signup/route.ts

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

tests/api/api-keys-security.test.tstests/api/api-keys.test.tstests/api/auth/login.test.tstests/api/auth/signup.test.ts

UI Component Library

ui.component-library

ui-componentpartial

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

app/(workspace)/dashboard/components/quick-actions.tsxapp/(workspace)/dashboard/components/recent-activity.tsxapp/(workspace)/dashboard/components/recent-flows.tsxapp/(workspace)/dashboard/components/stats-grid.tsx