Back to repositories

github-recent__mbarbine__barbineworldwide-2026-metahack

barbineworldwide-2026-metahack

Barbine Worldwide — Repository Overview

GitHub

Capabilities

20

Risks

2

Maturity

internal

Confidence

high

Capabilities

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

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

app/(marketing)/insights/page.tsxpackage.json

API Route Handlers

api.route-handlers

apipartial

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

app/api/docs/route.tsapp/api/events/route.tsapp/api/v1/contact/route.tsapp/api/v1/health/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

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

.env.vercel.productionpackage.json

Access Control

authorization.access-control

authorizationpattern_only

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

.env.vercel.production

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

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

__tests__/components/advisory/advisory-page-content.test.tsx.env.vercel.productionapp/api/docs/route.tscomponents/advisory/advisory-page-content.tsx

Data Import and Export

data.import-export

data-exportpartial

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

__tests__/components/common/json-ld.test.tsx.env.vercel.productioncomponents/common/json-ld.tsxpackage-lock.json

Database Schema Management

database.schema-management

databasepartial

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

lib/schema.tspackage.json

Dictionary Lookup Tools

dictionary.lookup-tools

dictionarypattern_only

Source evidence indicates dictionary, glossary, lookup, or terminology tooling.

__tests__/components/common/terminal-skeleton.test.tsx__tests__/components/common/terminal-window.test.tsxapp/(marketing)/terms/page.tsxcomponents/common/terminal-skeleton.tsx

Ecommerce Product Catalog

ecommerce.product-catalog

ecommercepartial

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

.env.vercel.production

Form Submission Flow

forms.submission-flow

formspattern_only

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

app/(marketing)/contact/page.tsxapp/api/v1/contact/route.tscomponents/ui/form.tsxpackage.json

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

.env.vercel.productionpackage.json

Supabase Integration

integration.supabase

integrationpartial

Repository has source-backed indicators for a Supabase integration.

.env.vercel.productionpackage.json

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

.env.vercel.productionapp/layout.tsxpackage-lock.jsonpackage.json

Trace and Logging

observability.trace-logging

observabilitypartial

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

.env.vercel.productionapp/api/v1/health/route.tscomponents/ui/alert-dialog.tsxcomponents/ui/dialog.tsx

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/(marketing)/about/page.tsxapp/(marketing)/advisory/page.tsxapp/(marketing)/contact/page.tsxapp/(marketing)/cookies/page.tsx

Environment Configuration

security.env-configuration

securitypattern_only

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

__tests__/lib/sendgrid.test.ts.env.example.env.vercel.productionapp/api/v1/health/route.ts

Shipping and Fulfillment Flow

shipping.fulfillment-flow

shippingpartial

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

components/ui/label.tsxpackage.json

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

__tests__/api/contact.test.ts__tests__/api/docs.test.ts__tests__/api/events.test.ts__tests__/api/health.test.ts

UI Component Library

ui.component-library

ui-componentpartial

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

__tests__/components/advisory/advisory-page-content.test.tsx__tests__/components/advisory/calendly-embed.test.tsx__tests__/components/common/animated-counter.test.tsx__tests__/components/common/breadcrumbs.test.tsx

Webhook Event Receiver

webhooks.event-receiver

webhookspartial

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

app/api/events/route.tsapp/api/webhooks/route.ts