Lawhive Framework

Framework Documentation

Documentation for the framework packages

Welcome to the framework documentation. This monorepo contains packages for building event-driven applications with Prisma.

Run the Example

The repository includes a runnable reference app in:

  • examples/server (Hono + oRPC API on http://localhost:9001)
  • examples/web (Next.js UI on http://localhost:9000)

From the repo root:

bun install
bun run db:start
bun run db:push
bun run example

You can also run each app separately:

bun run example:server
bun run example:web

Packages

Event System

Prisma Extensions

Testing