<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title>Pixexid – Coming Soon</title>

  <link rel="preconnect" href="https://fonts.googleapis.com">

  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

  <link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap" rel="stylesheet">

  <style>

    :root {

      --bg: #fff;

      --fg: #111;

      --muted: #999;

    }

    body {

      margin: 0;

      padding: 0;

      font-family: 'Work Sans', sans-serif;

      background-color: var(--bg);

      color: var(--fg);

      display: flex;

      flex-direction: column;

      align-items: center;

      justify-content: center;

      text-align: center;

      min-height: 100vh;

      padding: 2rem;

    }

    img.logo {

      width: 160px;

      margin-bottom: 2rem;

    }

    h1 {

      font-size: 2.5rem;

      font-weight: 600;

      margin-bottom: 0.5rem;

    }

    p.tagline {

      font-size: 1.25rem;

      font-weight: 300;

      margin-bottom: 2rem;

      max-width: 600px;

    }

    .teaser {

      width: 100%;

      max-width: 720px;

      height: 200px;

      background: linear-gradient(135deg, #eee, #ddd);

      margin-bottom: 2rem;

      border-radius: 12px;

    }

    .about {

      font-size: 1rem;

      line-height: 1.6;

      max-width: 720px;

      color: #444;

    }

    .footer {

      margin-top: 4rem;

      font-size: 0.875rem;

      color: var(--muted);

    }

  </style>

</head>

<body>

  <img src="./new_logo_top_l.svg" alt="Pixexid logo" class="logo" />


  <h1>Prompted. Pieced. Pushed. Published.</h1>

  <p class="tagline">The AI-image stream where creators cast dreams into pixels.</p>


  <div class="about">

    <p><strong>Pixexid</strong> is your digital playground for AI-crafted imagery. We're building a poetic and powerful platform for artists, creators, promptsmiths, and the simply curious — where AI-generated visuals are shared with intention, explored with depth, and curated with care.</p>

    <p>Each image you see is born from a prompt — a fragment of language, translated into visual form. We're here to elevate that process: honoring authorship, surfacing quality, and allowing visual stories to unfold naturally.</p>

    <p>We're not a generation tool. Not yet. For now, we hand-curate the stream. But soon, Pixexid will let you cast your own Manifestations — and echo the ones that move you.</p>

    <p>We believe in careful uploads, beautiful grids, poetic prompts, and interfaces that feel more like windows than walls.</p>

    <p><em>Pixexid is coming soon. Stay close.</em></p>

  </div>


  <div class="footer">

    &copy; 2025 Pixexid. All signals reserved.

  </div>

</body>

</html>