Othor AI is a decision intelligence agent that processes your data in real time, delivering the right insights at the right moment to drive your success. Welcome to the future of Business Intelligence.
Othor utilizes large language models (LLMs) to deliver custom business intelligence solutions in seconds. Visit https://othor.ai/ to know more and book a demo.
Othor is built to be Fast, Simple & Secure.
- Fast & Modern- Built with FastAPI for lightning-speed insights and real-time data updates.
- Simple & Intuitive - Engineered with React for an intuitive, seamless, and simple user experience.
- Secure & Reliable - Designed with care, ensuring robust security for your data and insights.
- π€ AI-Powered Analytics: Get instant insights from your data using advanced language models
- π¬ Chat with Data: Natural language interactions with your business data
- π Smart Charts: Auto-generated and updated visualizations
- π Business Narratives: AI-generated executive summaries and reports
- π Enterprise Security: Role-based access control and secure data handling
- Python
- FastAPI
- React
- NextJS
- Tailwind CSS
- Shadcn/ui
- Anthropic Claude
othor-ai-intro-video.mp4
Meet our team for any commercial inquiries - https://cal.com/othor
The first version (v1.0) of Othor, codenamed RuneWeaver, was officially launched on December 19, 2024.
.
βββ README.md
βββ CONTRIBUTING.md
βββ LICENSE
βββ docker-compose.yml
βββ .env #root .env file
βββ services/
β βββ backend-organizations/ # Organization management service
β βββ backend-metrics/ # Metrics dashboard service
β βββ backend-metric-discovery/ # Metric discovery service
β βββ backend-auth/ # Authentication service
β βββ backend-narrative/ # Narrative generation service
β βββ backend-chatbot/ # Data chat interface service
β βββ othor-frontend/ # Next.js frontend application
βββ docs/
β βββ architecture/
β β βββ overview.md
β β βββ data-flow.md
β β βββ security.md
β βββ deployment/
β β βββ local-setup.md
β β βββ production.md
β βββ development/
β βββ contributing.md
β βββ coding-standards.md
βββ scripts/
β βββ setup.sh
β βββ dev.sh
β βββ deploy.sh
βββ .github/
βββ ISSUE_TEMPLATE/
βββ workflows/
βββ ci.yml
βββ release.yml
βββ deploy.yml
The platform consists of several microservices:
- backend-organizations: Manages organization data and user access
- backend-metrics: Handles metrics dashboard and data visualization
- backend-metric-discovery: Automatic metric detection and analysis
- backend-auth: Authentication and authorization service
- backend-narrative: AI-powered narrative generation
- backend-chatbot: Natural language data interaction
- othor-frontend: React/Next.js web application
Here is a recorded installation tutorial that explains the steps below - https://youtu.be/8NdjGs_Lwfw
-
Clone the git repository
git clone --recursive https://github.com/othorai/othor.ai
-
Move to directory
cd othor.ai/
-
Set up environment variables:
cp .env.example .env
Edit .env with your configurations
-
Start services: Lets first create database image locally
docker-compose build
docker-compose up
You can access the app at 'http://localhost:3000' and login using id - admin@example.com, password - admin123
You can check the logs using command below
docker-compose logs -f {microservice_name} #narrative,metrics,metric-discovery,chatbot,organization and auth
-
Stop services: To delete database volumes and start fresh
docker-compose down -v
To just stop services
docker-compose down
After installing the product successfully, watch the following video to learn how to connect to different datasources.
https://www.youtube.com/watch?v=TX_dUeZQK5g
NairKoroth |
nekender |
ritttwaj |
---|
- Single Sign-On (SSO) and integrations with popular applications
- Additional data source connectors
- LLM Switcher & LLM connectors
- Insights from documents
- New layout options for narratives
- Expanded chart types for dashboards
- Mobile app (Enterprise License)
- Email alerts
- Themes
Weβre here for the long haul. Expect a major release of Othor 2.0 in 2025! Take a look at our labs and research(https://othor.ai/labs/) to catch a glimpse of what weβre planning for Bifrost (Othor 2.0). Bifrost will be more collaborative, more enterprise-focused, and even more magical than RuneWeaver (Othor 1.0), while preserving its simplicity, speed, and security.
If you like the product weβve built and what weβre striving for in the long term, please help promote Othor within your network. Weβre also raising funds. For a detailed pitch deck, contact us at uk@othor.ai.
We welcome contributions! Please see CONTRIBUTING.md for guidelines.