Shared UI: shadcn components, brand chrome (Logo, ThemeSwitcher, RoleSwitcher), shells (PublicShell, AppShell, StudioShell), and providers (Session, Query, Theme, Mock).
AWS SDK wrappers for the augint platform: SecretsManager value cache, SES v2 email sender, Cognito IDP per-user flows (TOTP enrollment, password change). All server-only.
styled() API wrapper package for emotion.
Stripe primitives for augint product apps: secret-bundled client init, idempotent customer creation, webhook signature verification, plus client-side React widgets (Elements provider, PaymentMethodSelect, CreditBalanceBadge, useCart with localStorage pers
Tenant + app manifest contract for the augint platform. Owns TenantConfig (server-side env load + browser-safe public subset + TenantBootScript) and the app.manifest.json schema/loader. Every other @augmenting-integrations/* package consumes tenant contex
Shared ESLint rules for Augmenting Integrations Next.js apps.
Scaffold a new tenant apex app for an augint deployment. Generates a Next 16 + Auth.js v5 + Cognito apex with TenantConfig wired up, library-owned /api/apps static-roster handler, and /studio admin. Single command: pnpm dlx @augmenting-integrations/create
Scaffold a new product subdomain (spoke) for an augint-* tenant. Generates a Next 16 + Auth.js v5 app with TenantConfig wired up, library-owned route handlers, a Prisma canonical schema fragment, and a deployable template.yaml + GitHub workflow. Single co
DynamoDB-backed app registry for multi-tenant subdomain ecosystems. Apps register themselves on deploy; the AppShell auto-discovers them via the /api/apps route helper.
styled() API wrapper package for styled-components.
Resolve a Prisma DATABASE_URL from AWS Secrets Manager (or a fallback env var). The spoke still owns `new PrismaClient()`; this package only assembles the connection string from the SecretsManager JSON shape that RDS Aurora ships with.
Augint platform deploy tooling. `augint validate-spoke` checks Prisma canonical schema against the app manifest; `augint package-next-lambda` packages a Next standalone build for Lambda. Shared across every spoke + apex repo so deploy logic isn't copy/pas
A babel plugin that adds istanbul instrumentation to ES6 code
Pluggable integrations that can be used to enhance JS SDKs
Integration wrappers for utility libraries
EVM tooling used for coin integrations & app bindings
Web based JavaScript HTML WYSIWYG editor control.
A simple yet functional GraphQL client.
Chakra UI Integrations for Next.js 13
Helpers for managing integrations towards external systems
Conform helpers for integrating with Zod
A set of opinionated helpers built on top of the Constraint Validation API
Embed integrations into your app with the Paragon SDK
Frontend package for managing integrations towards external systems