Back to repositories

github-recent__mbarbine__platphorm-business-employerservicesincorporated

platphorm-business-EmployerServicesIncorporated

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

9

Risks

1

Maturity

deprecated

Confidence

high

Capabilities

API Route Handlers

api.route-handlers

apipartial

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

src/app/api/llms-index/route.tssrc/app/api/lob/route.tssrc/app/api/mcp/query/route.tssrc/app/api/mcp/resources/route.ts

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

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

package.jsonpostcss.config.mjs

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

MCP Tool Server

mcp.tool-server

mcppartial

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

package.jsonsrc/app/api/mcp/query/route.tssrc/app/api/mcp/resources/route.tssrc/app/api/mcp/route.ts

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

src/app/about/page.tsxsrc/app/news/page.tsx

Search Query Interface

search.query-interface

searchpartial

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

src/app/api/mcp/query/route.ts

Environment Configuration

security.env-configuration

securitypattern_only

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

src/app/api/llms-index/route.tssrc/app/robots.tssrc/app/sitemap.ts

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

__tests__/Navbar.test.tsx__tests__/news.test.tsx__tests__/page.test.tsxlob-python/tests/test_address.py

UI Component Library

ui.component-library

ui-componentpartial

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

src/components/ui/Navbar.tsx