|
6 | 6 | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> |
7 | 7 | <meta http-equiv="Pragma" content="no-cache"> |
8 | 8 | <meta http-equiv="Expires" content="0"> |
9 | | - <title>Zixir — AI automation language by Leo Louvar (Elixir + Zig + Python)</title> |
10 | | - <meta name="description" content="Zixir is an immutable AI automation language and three-tier runtime (Elixir + Zig + Python) for agentic coding. Safer, easier to reason about. Created by Leo Louvar. Self-hosted workflows, built-in VectorDB, no Airflow or Redis required."> |
| 9 | + <title>Zixir — AI automation language (Elixir + Zig + Python)</title> |
| 10 | + <meta name="description" content="Zixir is an immutable AI automation language and three-tier runtime (Elixir + Zig + Python) for agentic coding. Safer, easier to reason about. Self-hosted workflows, built-in VectorDB, no Airflow or Redis required."> |
11 | 11 | <meta name="author" content="Leo Louvar"> |
12 | 12 | <meta name="keywords" content="Zixir, Leo Louvar, AI automation language, immutable language, Elixir, Zig, Python, agentic coding, workflow, VectorDB, self-hosted"> |
13 | 13 | <link rel="canonical" href="https://zixir-lang.github.io/Zixir/"> |
14 | 14 | <!-- Open Graph --> |
15 | 15 | <meta property="og:type" content="website"> |
16 | 16 | <meta property="og:url" content="https://zixir-lang.github.io/Zixir/"> |
17 | | - <meta property="og:title" content="Zixir — AI automation language by Leo Louvar"> |
18 | | - <meta property="og:description" content="AI automation language and three-tier runtime (Elixir + Zig + Python). Created and maintained by Leo Louvar. Self-hosted workflows, built-in VectorDB."> |
| 17 | + <meta property="og:title" content="Zixir — AI automation language"> |
| 18 | + <meta property="og:description" content="AI automation language and three-tier runtime (Elixir + Zig + Python). Self-hosted workflows, built-in VectorDB. Immutable by design."> |
19 | 19 | <meta property="og:image" content="https://zixir-lang.github.io/Zixir/assets/zixir-icon.png"> |
20 | 20 | <meta property="og:site_name" content="Zixir"> |
21 | 21 | <meta property="profile:first_name" content="Leo"> |
22 | 22 | <meta property="profile:last_name" content="Louvar"> |
23 | 23 | <!-- Twitter --> |
24 | 24 | <meta name="twitter:card" content="summary"> |
25 | | - <meta name="twitter:title" content="Zixir by Leo Louvar — AI automation language"> |
26 | | - <meta name="twitter:description" content="AI automation language (Elixir + Zig + Python). Created by Leo Louvar. Self-hosted, built-in VectorDB, no extra infra."> |
| 25 | + <meta name="twitter:title" content="Zixir — AI automation language"> |
| 26 | + <meta name="twitter:description" content="AI automation language (Elixir + Zig + Python). Self-hosted, built-in VectorDB, immutable by design. No extra infra."> |
27 | 27 | <link rel="icon" type="image/png" href="assets/zixir-icon.png"> |
28 | 28 | <link rel="stylesheet" href="css/landing.css"> |
29 | 29 | <script type="application/ld+json"> |
|
53 | 53 | }, |
54 | 54 | { |
55 | 55 | "@type": "WebPage", |
56 | | - "name": "Zixir — AI automation language by Leo Louvar", |
57 | | - "description": "Zixir is an AI automation language created and maintained by Leo Louvar. Elixir + Zig + Python runtime for agentic coding.", |
| 56 | + "name": "Zixir — AI automation language", |
| 57 | + "description": "Zixir is an AI automation language and three-tier runtime (Elixir + Zig + Python) for agentic coding.", |
58 | 58 | "url": "https://zixir-lang.github.io/Zixir/", |
59 | 59 | "author": { "@id": "https://zixir-lang.github.io/Zixir/#creator" }, |
60 | 60 | "primaryImageOfPage": { |
|
89 | 89 | </nav> |
90 | 90 |
|
91 | 91 | <header class="landing-hero"> |
92 | | - <img src="assets/zixir-icon.png" alt="Zixir — AI automation language by Leo Louvar" width="96" height="96"> |
| 92 | + <img src="assets/zixir-icon.png" alt="Zixir — AI automation language" width="96" height="96"> |
93 | 93 | <h1>Zixir</h1> |
94 | 94 | <p class="tagline">AI automation language — three-tier runtime (Elixir + Zig + Python) for agentic coding and ML workflows. <strong>Immutable by design</strong> — safer and easier to reason about than languages built around mutable state.</p> |
95 | 95 | <p class="landing-byline">Created and maintained by <strong>Leo Louvar</strong> · <a href="https://github.com/Zixir-lang/Zixir">GitHub</a></p> |
|
0 commit comments