Documentation Index
Fetch the complete documentation index at: https://docs.neurometric.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace Setup
A Next.js marketplace for Small Language Models, built by Neurometric.ai.Local Development (Without Docker)
Local Development (With Docker)
-
Copy env file and fill in values:
-
Start app + database:
The app will be available at http://localhost:3000.
-
Run database migrations (first time or after schema changes):
-
Seed the database:
-
Open Prisma Studio (database browser):
Available at http://localhost:5555.
Database Commands
The project uses PostgreSQL with Prisma ORM.| Command | Description |
|---|---|
npm run db:migrate | Create and apply a new migration |
npm run db:deploy | Apply pending migrations (production) |
npm run db:generate | Regenerate Prisma Client after schema changes |
npm run db:seed | Seed the database |
npm run db:push | Push schema changes without a migration file |
npm run db:studio | Open Prisma Studio |
Analytics
PostHog tracking is set up viasrc/lib/analytics.ts. Use the track() helper to send events:
