Menu

Tree [681d6f] main v0.1.2 /
 History

HTTPS access


File Date Author Commit
 .github 5 days ago athultr1997 athultr1997 [32dfda] chore(ci/cd): improve docker tags
 assets 5 days ago athultr1997 athultr1997 [00c93e] chore(docs): update README
 backend 5 days ago athultr1997 athultr1997 [5acddc] chore: fix demo data path
 docker 5 days ago athultr1997 athultr1997 [5acddc] chore: fix demo data path
 docs 6 days ago athultr1997 athultr1997 [42bb1f] feat(docs): add documentation site with Fumadocs
 frontend 6 days ago athultr1997 athultr1997 [42bb1f] feat(docs): add documentation site with Fumadocs
 scripts 2026-02-17 athultr1997 athultr1997 [72f87a] chore(docker): consolidate Docker setup and add...
 .dockerignore 2026-02-17 athultr1997 athultr1997 [72f87a] chore(docker): consolidate Docker setup and add...
 LICENSE 2025-10-24 Athul T R Athul T R [a11e0a] chore: add GNU AGPL v3 license
 Makefile 2026-01-28 athultr1997 athultr1997 [2e4dd7] feat: implement login and session management
 README.md 5 days ago athultr1997 athultr1997 [00c93e] chore(docs): update README
 commitlint.config.js 2025-11-30 athultr1997 athultr1997 [f977cd] feat(frontend): add segmented control

Read Me

Open Source Business Intelligence

Docker Image License Stars

Sopho Dashboard

Description

Sopho is an open source Business Intelligence (BI) platform rethought from scratch to be simple, performant, secure and AI-native.

Features

Beautiful

Sopho is designed to be beautiful and intuitive. Sopho strives to be the best quality product in its category. Deeply inspired by Conversations on Quality.

Integrated Notebook and Dashboard

You no longer have to move between different SQL queries, charts, and dashboards open in different browser tabs to explore data and to create your dashboards. Sopho simplifies this by putting everything in one place using a new abstraction called Canvas, preventing the loss of context and the endless switching.

Shortcuts

Shortcuts are a first-class citizen in the roadmap of Sopho. Currently, Sopho supports shortcuts for global search (Cmd+K), creation of various assets, and for editing cells in the notebook. Shortcuts are integrated wherever possible to save precious time.

Performant

Sopho is built using the latest technologies in the frontend and the backend world. Sopho uses Rust for the backend, React + Vite for the frontend, and PostgreSQL for data storage. Maintainability and performance are the core pillars for the choices of technologies.

Installation

The preferred way for installing and using Sopho is through Docker.

  1. Run the following command to pull the Docker image:
docker pull ghcr.io/sopho-tech/sopho/sopho:latest
  1. After the image has been pulled, run the container:
docker run -d -p 8000:8000 \
  --name sopho \
  -e ADMIN_USERNAME="admin" \
  -e ADMIN_PASSWORD="password" \
  -e ADMIN_EMAIL="admin@admin.com" \
  -e ADMIN_FULL_NAME="admin admin" \
  ghcr.io/sopho-tech/sopho/sopho:latest

The container will use SQLite as the backend database by default. SQLite is not recommended for production usage. Use PostgreSQL for production.

Documentation

For setup guides, configuration, and API reference, see the official documentation.

License

This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.

Community

Join our Discord server for help with issues, questions, and community discussions.

MongoDB Logo MongoDB