GitDeployHub

k-dense-ai/k-dense-byok

github.com/k-dense-ai/k-dense-byok ↗
Node.js API
4 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OPENROUTER_API_KEY secret OpenRouter API key — how Kady reaches hosted models (OpenAI, Anthropic, Google, xAI, Qwen, …). This can be blank if every chat uses a…
  • DEFAULT_MODEL_ID Default model for the agent. This is the provider's model id; the provider is set below (openrouter, ollama, openai-codex, anthropic,…
  • DEFAULT_MODEL_PROVIDER
  • OLLAMA_BASE_URL Host for a running `ollama serve`. Models pulled into Ollama show up in the model dropdown (as `ollama/<name>`) and run directly against…
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/k-dense-ai/k-dense-byok
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/k-dense-ai/k-dense-byok
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/k-dense-ai/k-dense-byok
Or deploy to a different host
← Try another repo