prepare('SELECT id, vibe, keywords, created_at FROM saved_vibes WHERE id = ?'); $stmt->execute([$_GET['id']]); $saved_vibe = $stmt->fetch(); } $vibe_css = ''; if ($saved_vibe) { $vibe_css = get_vibe_css($saved_vibe['vibe']); } ?> Shared Vibe - <?php echo htmlspecialchars($saved_vibe['keywords'] ?? 'Not Found'); ?>

A micro-site generated with the vibe.

Feature One

This is a sample card.

Feature Two

Styles are from the vibe.

Feature Three

Create your own vibe!

Vibe Not Found

Sorry, we couldn't find the vibe you were looking for.

Explore Other Vibes