Website β’ Documentation β’ Live Examples β’ Join Slack β’ LinkedIn
Build reliable, testable dashboards that your team will actually trust. Here's what makes Visivo different:
- β Code-First Dashboard Development β Define everything in YAML files, enabling version control, code reviews, and CI/CD for your analytics
- β Built-in Testing Framework β Write Python tests for your data visualizations. Never ship broken charts to production again
- β 50+ Interactive Chart Types β From basic bar charts to advanced 3D visualizations and geospatial maps, powered by Plotly.js
- β Multi-Source Data Integration β Join data from PostgreSQL, Snowflake, BigQuery, MySQL, SQLite, DuckDB, CSV, and Excel in a single dashboard
- β
Local Development with Hot Reload β See changes instantly with
visivo serve. No more waiting for deployments to test changes - β dbt Integration β Reference your dbt models directly in visualizations. Your analytics stack, unified
- β Jinja2 Templates & Macros β Use loops and variables to generate dynamic configurations. Write once, use everywhere
- β Interactive Components β Add filters, selectors, and drill-downs without losing the benefits of code-based configuration
- β Push-Based Security β You control data flow. No need to share database credentials with another SaaS tool
- β Single Binary Installation β One executable, no Python required. Deploy anywhere from your laptop to production servers
π₯ Watch the Demo Video β See how to build dashboards with Visivo in just a few minutes
Build dashboards that are beautiful, interactive, and maintainable. View more examples β
Get your first dashboard running in under 5 minutes:
# Install Visivo (works on Mac, Linux, and Windows)
curl -fsSL https://visivo.sh | bash
# Create your first project
visivo init my-dashboard
# Start the development server
cd my-dashboard && visivo serve
# Open http://localhost:8000 in your browser πPrefer a visual approach? Start the server and let Visivo guide you:
# Install and start in one go
curl -fsSL https://visivo.sh | bash
visivo serve --project-dir my-dashboard
# Follow the setup wizard in your browser at http://localhost:8000Install via pip
pip install visivoInstall specific version
# Install version 1.0.64
curl -fsSL https://visivo.sh | bash -s -- --version 1.0.64
# Or install beta version via pip
python -m pip install git+https://github.com/visivo-io/[email protected]Join our growing community of data practitioners!
- π¬ Join our Slack β Get help, share dashboards, and chat with the team
- π Browse Documentation β Comprehensive guides and API reference
- π Report Issues β Found a bug or have a feature request? Let us know!
- πΌ Follow on LinkedIn β Stay updated with the latest news
- π§ Email Us β For partnership or enterprise inquiries
We welcome contributions! Whether it's fixing bugs, adding features, or improving documentation, we'd love your help.
See CONTRIBUTING.md for development setup and guidelines.
Visivo collects anonymous usage data to help improve the product. No personal information, queries, or sensitive data is collected.
To opt out: set VISIVO_TELEMETRY_DISABLED=true or add telemetry_enabled: false to your config. Learn more β
Built with β€οΈ by Visivo β a team that's experienced scaling analytics at companies like Intuit, Boeing, and Root Insurance.
We believe data tools should be as reliable as the rest of your tech stack. That's why we built Visivo to bring software engineering best practices to business intelligence.
β Star us on GitHub to support the project!