Packages
Shared packages in the Orion Kit monorepo.
Core Packages
Section titled “Core Packages”Package | Purpose |
---|---|
Analytics | PostHog + Vercel Analytics |
Auth | Custom JWT authentication (client components, server utils) |
Database | Drizzle ORM + Neon Postgres + auto-generated Zod schemas |
Jobs | Trigger.dev background jobs |
Observability | Axiom logging + Web Vitals |
Payment | Stripe subscriptions and billing |
Types | Centralized API response types |
UI | shadcn/ui components (Radix UI + Tailwind) |
{
"dependencies": {
"@workspace/database": "workspace:*"
}
}
Click each package above for documentation.