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.Analytics
PostHog tracking is set up viasrc/lib/analytics.ts. Use the track() helper to send events:
