No description
- JavaScript 75.2%
- CSS 15.1%
- HTML 8%
- Dockerfile 1%
- Shell 0.7%
| defaults | ||
| ui | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CloudronManifest.json | ||
| CloudronVersions.json | ||
| DESCRIPTION.md | ||
| Dockerfile | ||
| LICENSE | ||
| logo.png | ||
| package-lock.json | ||
| package.json | ||
| POSTINSTALL.md | ||
| README.md | ||
| server.js | ||
| start.sh | ||
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)