Skip to main content

Marketplace Setup

A Next.js marketplace for Small Language Models, built by Neurometric.ai.

Local Development (Without Docker)

Open http://localhost:3000.

Local Development (With Docker)

  1. Copy env file and fill in values:
  2. Start app + database:
    The app will be available at http://localhost:3000.
  3. Run database migrations (first time or after schema changes):
  4. Seed the database:
  5. Open Prisma Studio (database browser):
    Available at http://localhost:5555.

Database Commands

The project uses PostgreSQL with Prisma ORM.

Analytics

PostHog tracking is set up via src/lib/analytics.ts. Use the track() helper to send events: