Quick Start
π Data to Dashboard in 90 Seconds
Transform your data into interactive dashboards with a single command. No configuration files, no complex setupβjust instant visualization.
1. Install Visivo
curl -fsSL https://visivo.sh | bash
One command, all platforms
Our installation script handles macOS, Linux, and Windows automatically. If you have an unsupported environment, check out our pip installation guide.
2. Start the Local Server
visivo serve
This single command gives you a complete environment in seconds!
3. Choose an Example
Visivo will prompt you to select from several example dashboards, then:
- Initialize the chosen example into your current directory
- Create a complete
project.visivo.ymlconfiguration file - Load sample data and refresh your browser to show the new configuration
Each example includes: - Pre-configured sample data - Multiple chart types to explore - Interactive filters and controls - A complete configuration to learn from
4. Make It Your Own
The example dashboard is fully functional and editable:
- Open the generated project.visivo.yml in your editor
- Modify any part of the configuration
- Save and watch your changes appear instantly
What happens behind the scenes
When you run visivo serve without a config file, Visivo:
- Prompts you to choose from available examples
- Initializes the selected example into your directory
- Loads sample data into DuckDB
- Renders the dashboard with hot-reload enabled
- Opens your browser to show the result
Now jump to Experience Live Development to see the magic of instant updates!
Experience Live Development
Once your dashboard is running (from either path), experience the magic of hot-reload. This is especially powerful when combined with Agent AI iteration:
The Development Cycle
- Edit - Open
project.visivo.ymlin your editor and make any change:
charts:
- name: revenue_chart
layout:
title: Monthly Revenue # β Change this
-
Save - Save the file (Cmd+S / Ctrl+S). That's it! No build command needed.
-
See - Your dashboard updates instantly in the browser.
- β No compilation
- β No build step
- β No page refresh
Why This Matters
This instant feedback loop revolutionizes dashboard development:
- Experiment Freely - Try different visualizations instantly
- Learn Faster - See the impact of each change immediately
- Debug Visually - Spot issues as they happen
- Iterate Quickly - From idea to implementation in seconds
Pro Tip: Split Screen Development
Open your editor and browser side-by-side. As you type and save, watch your dashboard transform in real-time. It's like having a conversation with your data!
Alternative: AI-Powered Development
Want a more conversational approach? Try using AI agents like Claude Code to build your dashboard through natural language. AI can analyze your data, suggest visualizations, and write the complete configuration for you.
Explore AI-powered dashboard creation
What's Next?
Now that you have a running dashboard, explore what's possible:
-
Customize Your Dashboard
Learn how to modify layouts, colors, and styling
-
Add Charts & Visualizations
Explore 40+ chart types with rich customization options
-
Connect Your Data
Set up connections to your production databases
-
Deploy & Share
Share your dashboards with your team
-
Examples
Explore real-world examples and templates
Questions? Contact us - we're here to help!
Why Visivo?
"Unlike other tools that require complex setup and configuration, Visivo gets you from zero to dashboard in 90 seconds. Whether you're using our interactive wizard or AI assistance, you'll have a working dashboard before your coffee gets cold."