Back to repositories

github-recent__mbarbine__stannp-nextjs-bp

stannp-nextjs-bp

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

GitHub

Capabilities

17

Risks

2

Maturity

deprecated

Confidence

high

Capabilities

API Route Handlers

api.route-handlers

apipartial

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

app/api/auth/register/route.tsapp/api/mail/cancel/route.tsapp/api/mail/preview/route.tsapp/api/mail/send/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

app/api/auth/[...nextauth].tsapp/api/auth/register/route.tsapp/components/Auth/LoginForm.tsxapp/components/Auth/RegisterForm.tsx

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

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

package.jsonpostcss.config.jspostcss.config.mjs

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

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

app/api/mail/status/route.tsapp/components/Dashboard/CancelMailButton.tsxapp/components/Dashboard/MailDetailView.tsxapp/components/Dashboard/RecipientSelector.tsx

Data Import and Export

data.import-export

data-exportpartial

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

package.jsontsconfig.json

Database Schema Management

database.schema-management

databasepartial

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

package.jsonprisma/schema.prisma

Document Processing

document.processing

document-processingpartial

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

package.json

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

File Upload Handling

file.upload-handling

file-uploadpartial

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

app/components/Upload/DragDropUpload.tsxapp/components/Upload/MessageEditor.tsxapp/components/Upload/PdfPreview.tsx

Form Submission Flow

forms.submission-flow

formspattern_only

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

app/components/Auth/LoginForm.tsxapp/components/Auth/RegisterForm.tsx

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

package.jsonpnpm-lock.yamlREADME.md

Trace and Logging

observability.trace-logging

observabilitypartial

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

app/components/Auth/LoginForm.tsxapp/login/page.tsx

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.tsapp/lib/api/stripe.tspackage.json

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/api/recipients/page.tsxapp/dashboard/new/page.tsxapp/dashboard/page.tsxapp/dashboard/recipients/page.tsx

Environment Configuration

security.env-configuration

securitypattern_only

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

app/api/auth/[...nextauth].tsapp/api/auth/register/route.tsapp/api/mail/cancel/route.tsapp/api/mail/send/route.ts

UI Component Library

ui.component-library

ui-componentpartial

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

app/components/Auth/LoginForm.tsxapp/components/Auth/RegisterForm.tsxapp/components/Dashboard/CancelMailButton.tsxapp/components/Dashboard/MailDetailView.tsx

Webhook Event Receiver

webhooks.event-receiver

webhookspartial

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

app/api/stripe/webhook/route.ts