---
title: "A new onboarding experience, and whole load of UX love!"
seo_title: "New Onboarding Experience and UX Updates"
excerpt: "We have released a new onboarding experience, made the sidebar resizable, and included a new warning for recent changes in Pipes and Playgrounds. Plus many fixes for the DynamoDB connector!"
date: "2024-09-27"
---

## New onboarding experience

We've introduced a new onboarding flow to guide you through your first steps in Tinybird. The onboarding includes four steps where you'll create your first Data Source, build your first Pipe, and publish an API Endpoint. We hope this makes it much faster and easier to get familiar with the platform basics.

{% image src="/assets/changelog/onboarding.png" alt="New onboarding experience interface" /%}

## Web Analytics template ❤️ Tinybird charts

Our Web Analytics template has been updated to use [`@tinybirdco/charts`](https://www.npmjs.com/package/@tinybirdco/charts) for all the visualizations. This will make it easier for you to get started with Tinybird and build your own analytics dashboards faster.

{% image src="/assets/changelog/wask-charts.png" alt="Web Analytics template with Tinybird charts" /%}

## Resizable sidebar

You can now resize the sidebar to make it more comfortable to navigate through your resources. Hover over the sidebar border and drag it to the desired width.

{% image src="/assets/changelog/resizable-sidebar.png" alt="Resizable sidebar interface" /%}

## Improved collaboration for Pipes and Playgrounds

You'll now be warned if a more recent version of your current Pipe or Playground is available. We know that teams love to collaborate and build together, so this is the first of many improvements to come. If you have ideas about how we can improve collaboration, let us know in the [Tinybird Slack](https://tinybird.co/community).

{% html %}
<video controls autoplay muted playsinline><source src="/docs/assets/changelog/more-recent-pipe.mp4" type="video/mp4"></video>
{% /html %}

# Observability for dedicated clusters

We have added two ways of monitoring dedicated database clusters for customers on infrastructure-based
pricing: a new `organization.metrics_logs` Service Data Source, and a new endpoint `/v0/metrics/` in
Prometheus format. Read all about this in [our docs](/forward/core-concepts/organizations#dedicated-infrastructure-monitoring).

## Bug fixes and improvements

- Fixed two DynamoDB bugs: Improved error messaging when the JSONPaths weren't properly defined, and resolved issues with data ingestion when new fields were added to the connected Data Source.
- Added new documentation about iterating [DynamoDB](/classic/get-data-in/connectors/dynamodb#iterating-a-dynamodb-data-source) Data Sources.
- Improved the warning message when adding `-state` modifier. Now it will show the aggregated function adapted to the Pipe query.
- Applied and documented [the new 500 columns limit](/forward/pricing/limits#ingestion-limits) when creating a new Data Source.
- Now you can rename a Pipe and Playground node even if the query doesn't execute.
