# Personal Dashboard

> Personal account dashboard implementation and customization.

*Canonical: https://makerkit.dev/docs/tanstack-drizzle/personal-accounts/dashboard*

---

This page contains a mock dashboard with some mock data - which looks the same for users and organizations.

- **Location:** `apps/web/src/routes/_authenticated/dashboard/index.tsx`
- **Route:** `/dashboard`

This page gives you a starting point from which you can build the home page of your application. This is part of the [TanStack Start Drizzle SaaS Kit](/drizzle).

{% img src="/images/docs/dashboard.webp" width="2388" height="1798" alt="Personal account dashboard" /%}

---

**Next:** [Profile Settings →](./profile-settings)
