No description
  • JavaScript 75.2%
  • CSS 15.1%
  • HTML 8%
  • Dockerfile 1%
  • Shell 0.7%
Find a file
2026-04-02 22:56:53 +01:00
defaults 1.2.4 2026-03-31 21:13:53 +01:00
ui clean up 2026-04-02 22:56:53 +01:00
.gitignore clean up 2026-04-02 22:56:53 +01:00
CHANGELOG.md 1.2.4 2026-03-31 21:13:53 +01:00
CloudronManifest.json 1.2.4 2026-03-31 21:13:53 +01:00
CloudronVersions.json 1.2.4 2026-03-31 21:13:53 +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.4 2026-03-31 21:13:53 +01:00
package.json 1.2.4 2026-03-31 21:13:53 +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.4 2026-03-31 21:13:53 +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)