Back to repositories

github-recent__mbarbine__stannp-gpt-5-test

stannp-gpt-5-test

*Your complete solution for building, testing, and managing mail APIs*

GitHub

Capabilities

22

Risks

2

Maturity

internal

Confidence

high

Capabilities

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

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

package.json

API Route Handlers

api.route-handlers

apipartial

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

app/api/auth/[...auth0]/route.tsapp/api/credits/route.tsapp/api/credits/transactions/route.tsapp/api/mail/cancel/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

app/api/auth/[...auth0]/route-mock.tsapp/api/auth/[...auth0]/route.tsapp/mock-auth/login/page.tsxcomponents/auth-button.tsx

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

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

app/api/responses/[id]/route.tsapp/api/responses/route.tsapp/api/responses/stats/route.tsapp/api/users/route.ts

Data Import and Export

data.import-export

data-exportpartial

Source evidence indicates import, export, CSV, JSON, XML, or structured data transfer behavior.

components/json-viewer.tsxpackage.jsontsconfig.json

Database Schema Management

database.schema-management

databasepartial

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

package.jsonscripts/reset-database-schema.sql

Document Processing

document.processing

document-processingpartial

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

components/enhanced-form-field-renderer.tsxcomponents/form-field-renderer.tsx

Ecommerce Product Catalog

ecommerce.product-catalog

ecommercepartial

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

app/api/stripe/create-checkout/route.ts

Stannp Integration

email.stannp

emailpartial

Repository has source-backed indicators for a Stannp integration.

app/api/mail/cancel/route.tsapp/api/stannp/route.tsapp/page.tsxcomponents/mail-management.tsx

Form Submission Flow

forms.submission-flow

formspattern_only

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

components/enhanced-form-field-renderer.tsxcomponents/form-field-renderer.tsxcomponents/postcard-form.tsxpackage.json

Neon Integration

integration.neon

integrationpartial

Repository has source-backed indicators for a Neon integration.

app/api/responses/[id]/route.tsapp/api/responses/route.tsapp/api/responses/stats/route.tsapp/api/users/route.ts

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

app/api/responses/[id]/route.tsapp/api/responses/route.tsapp/api/responses/stats/route.tsapp/api/users/route.ts

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

app/layout.tsxapp/page.tsxcomponents/error-boundary.tsxcomponents/mail-management.tsx

Trace and Logging

observability.trace-logging

observabilitypartial

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

app/mock-auth/login/page.tsxdocs/AUTH0_LOGIN_FIX.mddocs/CHANGELOG.mdpackage.json

Stripe Integration

payments.stripe

paymentspartial

Repository has source-backed indicators for a Stripe integration.

app/api/stripe/create-checkout/route.tsapp/api/stripe/webhook/route.tscomponents/user-credits.tsxdocs/AUTH0_DATABASE_FIXES.md

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/mock-auth/login/page.tsxapp/profile/page.tsx

Search Query Interface

search.query-interface

searchpartial

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

components/query-params-editor.tsx

Environment Configuration

security.env-configuration

securitypattern_only

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

app/api/auth/[...auth0]/route-mock.tsapp/api/mail/recipients/delete/route.tsapp/api/stannp/route.tsapp/api/stripe/create-checkout/route.ts

Shipping and Fulfillment Flow

shipping.fulfillment-flow

shippingpartial

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

app/api/mail/cancel/route.tsapp/api/stannp/route.tsapp/page.tsxcomponents/mail-management.tsx

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

scripts/test-auth0-autosave.jsscripts/test-auth0-stripe-integration.jsscripts/test-cancel-debug.jsscripts/test-cancel-fix.js

UI Component Library

ui.component-library

ui-componentpartial

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

components/auth-button.tsxcomponents/custom-user-provider.tsxcomponents/enhanced-form-field-renderer.tsxcomponents/error-boundary.tsx

Webhook Event Receiver

webhooks.event-receiver

webhookspartial

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

app/api/stripe/webhook/route.tsdocs/STRIPE_SETUP.md