Chat interface with SecretLLM + SecretVaults.
First, install the dependencies:
pnpm install
Fill out the .env local file.
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To build and run the application using Docker:
# Build the Docker image
docker-compose build
# Run the application
docker-compose up
The application will be available at http://localhost:3000.
The application includes a health check endpoint at /api/health
that Docker uses to monitor the application status.