We redesigned the Tinybird UI. One page to see every resource in your project with live metrics. A header that lets you switch environments without leaving the page. Split-screen panels so you can inspect any resource without losing your place.
It's a structural redesign focused on density: more information visible, fewer clicks to get anywhere.

Always know where you are
Switching between Cloud, Local, and branches used to mean navigating to a different part of the sidebar. Losing your current context. If you had multiple workspaces, even worse.
The new header is a persistent breadcrumb:
Organization / Workspace / Environment

Each segment is a dropdown. Click the environment to switch between Cloud, Local, and any active branch without leaving the page you're on. Click the workspace to jump between workspaces. The environment dropdown shows all your branches with clear icons and lets you create new ones directly from the header.
More space for your actual work
Writing SQL in the query editor while a 300px sidebar stares at you. Reviewing a data flow graph in just two thirds of your screen. You lose real estate to navigation chrome you're not actively using.
The sidebar shrank from 300px to 194px. More importantly, it's now fully collapsible to 12px with Cmd+B, giving you nearly the full viewport width. It auto-collapses when you enter Playgrounds, Explorations, Time Series, or the project editor, where horizontal space matters most.

The sidebar structure is also simpler. Instead of listing every resource type separately (datasources, pipes, endpoints, materializations, copies, sinks, connectors, tokens, deployments, observability, data flow, settings...), there are fewer, broader sections:
- Overview. Workspace health at a glance.
- Resources. All your datasources, pipes, endpoints, connections in one place.
- Deployments. Deployment history and status.
- Tokens. Token management.
- Playgrounds / Explorations / Time Series. The work bench in the UI.
Navigation within your workspace. Nothing else.
See your whole project at once
This is the biggest change.
Previously, understanding your project meant clicking through separate pages for datasources, endpoints, pipes, materializations, copies, sinks, and connectors. Seven views. No way to get a complete picture without holding it all in your head.
Now there's one page: Resources.

Every resource in your workspace, in a single table with inline metrics. At a glance you can see each resource's status, request count, error count, avg latency, last update time, and which datasources feed which endpoints. You can toggle between a list view and a lineage view (data flow graph) from the same page.

The page has three tabs:
- In your project. Your datasources, pipes, endpoints, connectors.
- Service data sources. Tinybird monitoring data datasources.
- System tables. ClickHouse® system tables.
Find what matters
The resource list has a composable filter bar. Structured filters compose as removable badges:
- Type. Datasource, endpoint, pipe, connection, materialization, copy, sink.
- Deployment ID. Resources from a specific deployment.
- Connection. Resources connected to a specific Kafka/S3/GCS connector.
- Errors. Only resources with errors.
- Usage metric. Conditions like
Requests > 1MorAvg latency > 100ms.
Combine them: Type: endpoint + Errors: has errors + Metric: avg_duration > 500 finds your slow, broken endpoints in one query. Metric filters support k and M suffixes, so you type 1M instead of 1000000.
When you have 40+ resources and something is erroring at 3am, this is the difference between finding it in seconds and clicking through pages hoping to spot a red badge.
Inspect without losing your place
Before, clicking a resource in a list took you to a detail page. You'd inspect it, hit back, lose your scroll position, maybe lose your filters. Repeat.
Now, clicking any resource opens its detail panel as a split screen to the right. Browse the list on the left, inspect on the right. Resize the panels. Close with Esc. Your filters, your scroll position, your context: all preserved.

This works for every resource type: datasources, endpoints, connectors, materialized views, copy pipes, sinks, service datasources, system tables, time series charts, deployment diffs, deployment details, and job details. Each panel shows contextual information. Endpoints show their API URL and query parameters. Datasources show schema and ingestion status. Deployments show the diffs.

And from there, you can of course go to full page and work in a more focused vision.
The small things
A few details that add up:
Net space gain. The header grew from 10px to 48px, but the sidebar shrank by 106px. You end up with more usable content area, not less.
Resource counts. The type filter dropdown shows Endpoints (12), Data Sources (8). Instant sense of project size.
Metric tooltips. Hover over any metric pill (requests, latency, errors) in the resource list for a time series chart of that metric. Click through to explore it further.
Try it
The new UI is live. Log in to your Tinybird workspace and see it.
If something feels off or there's a filter we missed, tell us in community Slack.
