Sign up and create a workspace
Go to app.vizdom.ai/signup and create your account.After signing in, you’ll be prompted to create a workspace. A workspace is your team’s shared environment — give it a name that reflects your team or project (for example,
Acme Analytics).If you’re joining an existing team, ask your admin to invite you instead of creating a new workspace.Connect a data source
From the left sidebar, go to Data Sources and click Add data source.Choose your connection type. For example, to connect a PostgreSQL database:To upload a CSV file instead, select File upload, drag in your
.csv file, and Vizdom will auto-detect the schema.Click Test connection, then Save once the connection succeeds.Create your first visualization
Go to Visualizations in the sidebar and click New visualization.Select the data source you just connected, then choose a dataset or write a query. For example, to chart monthly revenue from a Choose Bar chart or Line chart from the chart type picker. Vizdom will map your columns automatically — assign
orders table:month to the X axis and revenue to the Y axis.Click Save and give your visualization a name like Monthly Revenue.Build a dashboard
Go to Dashboards and click New dashboard.Give it a name (for example,
Revenue Overview), then click Add visualization and select the chart you just created. Drag it to position it on the canvas and resize as needed.You can add multiple visualizations to a single dashboard and arrange them in any layout.Click Save dashboard when you’re done.Share the dashboard
Open your dashboard and click Share in the top-right corner.Toggle Public link on to generate a shareable URL anyone can view without logging in. To restrict access to your team, use Invite members and set their permission level to Viewer or Editor.Copy the link and share it wherever your team works.
What’s next?
Connect data
Learn how to connect databases, warehouses, and file sources in detail.
Build a dashboard
Explore the full dashboard editor, filters, and layout options.
API reference
Integrate Vizdom into your own tools via the REST API.