Dashboard - Welcome Back
{#if session}

Welcome back, {user?.user_metadata.full_name || 'User'}!

Manage your account, monitor usage, and access all your SaaS features from your personalized dashboard.


Account Overview

{#each dashboardStats as stat}
{stat.value}

{stat.label}

{/each}

Quick Actions

{#each quickActions as action}

{action.title}

{action.description}

{#if action.available} {action.action} {:else} {/if}
{/each}

Current Plan: Starter

You're currently on our free Starter plan. Upgrade to unlock advanced features, higher limits, and priority support.

Upgrade Plan

Recent Activity

No recent activity

Start using our services to see your activity here. Create your first project or make an API call to get started.

{:else if session === null}

Access Denied

You need to be logged in to access your dashboard. Please sign in to continue.

{:else}

Loading your dashboard...

Please wait while we prepare your personalized experience.

{/if}