Back to repositories

github-recent__mbarbine__platphorm-stannp-api-wrapper

platphorm-stannp-api-wrapper

- **Health Check:** `/api/health`

GitHub

Capabilities

25

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

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

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

lib/analytics.tspackage.json

API Route Handlers

api.route-handlers

apipartial

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

app/api/admin/save-stannp-key/route.tsapp/api/admin/stannp-status/route.tsapp/api/admin/test-stannp/route.tsapp/api/auth/login/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

app/api/auth/login/route.tsapp/api/auth/register/route.tsapp/login/page.tsxlib/auth.ts

Access Control

authorization.access-control

authorizationpattern_only

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

app/admin/page.tsxapp/api/admin/save-stannp-key/route.tsapp/api/admin/stannp-status/route.tsapp/api/admin/test-stannp/route.ts

Workflow Runner

automation.workflow-runner

automationpartial

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

app/api/cron/route.ts

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

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

app/admin/page.tsxapp/api/docs/route.tsapp/api/postcards/[id]/cancel/route.tsapp/api/postcards/[id]/events/route.ts

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

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

app/admin/page.tsxapp/api/admin/save-stannp-key/route.tsapp/api/admin/stannp-status/route.tsapp/api/admin/test-stannp/route.ts

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/rss.xml/route.tspackage-lock.jsonpackage.json

Deployment and Project Automation

deployment.project-automation

deploymentpattern_only

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

vercel.json

Ecommerce Product Catalog

ecommerce.product-catalog

ecommercepartial

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

scripts/003-add-production-fields.sql

Stannp Integration

email.stannp

emailpartial

Repository has source-backed indicators for a Stannp integration.

app/admin/page.tsxapp/api/admin/save-stannp-key/route.tsapp/api/admin/stannp-status/route.tslib/stannp-client.ts

File Upload Handling

file.upload-handling

file-uploadpartial

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

components/ui/file-upload.tsxlib/blob-storage.tspackage.json

Form Submission Flow

forms.submission-flow

formspattern_only

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

package.json

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

app/admin/page.tsxlib/db.tspackage.json

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

app/layout.tsxlib/analytics.tslib/blob-storage.tspackage-lock.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.

app/api/auth/login/route.tsapp/api/health/route.tsapp/login/page.tsxpackage.json

Stripe Integration

payments.stripe

paymentspartial

Repository has source-backed indicators for a Stripe integration.

app/admin/page.tsxapp/api/credits/purchase/route.tsapp/credits/page.tsxpackage-lock.json

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/admin/page.tsxapp/credits/page.tsxapp/dashboard/page.tsxapp/faq/page.tsx

Environment Configuration

security.env-configuration

securitypattern_only

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

app/.well-known/ai-plugin.json/route.tsapp/.well-known/llms.txt/route.tsapp/api/auth/login/route.tsapp/api/credits/purchase/route.ts

Shipping and Fulfillment Flow

shipping.fulfillment-flow

shippingpartial

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

app/admin/page.tsxapp/api/admin/save-stannp-key/route.tsapp/api/admin/stannp-status/route.tsapp/api/admin/test-stannp/route.ts

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

__tests__/api/health.test.ts__tests__/button.test.tsx__tests__/components/breadcrumbs.test.tsx__tests__/home.test.tsx

UI Component Library

ui.component-library

ui-componentpartial

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

__tests__/components/breadcrumbs.test.tsxcomponents/admin-link.tsxcomponents/breadcrumbs.tsxcomponents/theme-provider.tsx

Webhook Event Receiver

webhooks.event-receiver

webhookspartial

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

app/api/postcards/[id]/events/route.tsapp/api/webhooks/stannp/route.ts