This is your protected dashboard. You can manage your projects and scenes from here.
prepare("SELECT * FROM projects WHERE user_id = ? ORDER BY created_at DESC");
$stmt->execute([$_SESSION['user_id']]);
$projects = $stmt->fetchAll();
if (count($projects) > 0):
?>
No projects yet.
Get started by creating your first project.