HundTec ChatBot

Multi-tenant, self-learning chatbot that connects to your own databases and applications through MCP servers, connectors, and plugins.

Scaffold only — routes and the design system are wired up, features are not built yet

Next steps
  1. Copy .env.example to .env.local and set DATABASE_URL.
  2. Apply the schema: psql "$DATABASE_URL" -f db/migrations/0001_init.sql
  3. Confirm the connection at /api/health.