No description
  • JavaScript 78.6%
  • CSS 13%
  • HTML 7.3%
  • Dockerfile 0.6%
  • Shell 0.5%
Find a file
2026-05-07 21:33:20 +01:00
defaults 1.2.6 2026-05-06 00:28:33 +01:00
ui 1.2.8 2026-05-07 21:33:20 +01:00
.gitignore clean up 2026-04-02 22:56:53 +01:00
CHANGELOG.md 1.2.8 2026-05-07 21:33:20 +01:00
CloudronManifest.json 1.2.8 2026-05-07 21:33:20 +01:00
CloudronVersions.json 1.2.8 2026-05-07 21:33:20 +01:00
DESCRIPTION.md 1.2.2 2026-03-27 16:34:17 +01:00
Dockerfile 1.0.0 2026-03-27 13:13:59 +01:00
LICENSE 1.0.1 2026-03-27 14:07:46 +01:00
logo.png initial update 2026-03-27 12:56:26 +01:00
package-lock.json 1.2.8 2026-05-07 21:33:20 +01:00
package.json 1.2.8 2026-05-07 21:33:20 +01:00
POSTINSTALL.md 1.0.1 2026-03-27 14:07:46 +01:00
README.md 1.0.1 2026-03-27 14:07:46 +01:00
server.js 1.2.8 2026-05-07 21:33:20 +01:00
start.sh 1.0.1 2026-03-27 14:07:46 +01:00

Sparkie AI Chat (Cloudron)

Personal AI-driven chat UI with provider settings stored on Cloudron persistent storage.

Features

  • Mobile-friendly UI with hamburger settings menu
  • Chat with an AI assistant via configurable providers
  • Settings persisted in /app/data/config.json

Providers

  • OpenAI / OpenRouter / Custom: OpenAI-compatible Chat Completions endpoint
  • Anthropic: Messages endpoint
  • Ollama: local Ollama HTTP API

Data

  • Persistent: /app/data/config.json
  • Code/UI: /app/code (read-only at runtime)