diff --git a/.claude/settings.json b/.claude/settings.json
new file mode 100644
index 0000000..27b4742
--- /dev/null
+++ b/.claude/settings.json
@@ -0,0 +1,18 @@
+{
+ "permissions": {
+ "allow": [
+ "mcp__playwright__browser_take_screenshot",
+ "mcp__playwright__browser_run_code",
+ "mcp__playwright__browser_evaluate",
+ "mcp__playwright__browser_hover",
+ "mcp__playwright__browser_close"
+ ],
+ "deny": [],
+ "ask": []
+ },
+ "enabledMcpjsonServers": [
+ "figma",
+ "playwright",
+ "fellow-ai"
+ ]
+}
diff --git a/.mcp.json b/.mcp.json
new file mode 100644
index 0000000..7350efc
--- /dev/null
+++ b/.mcp.json
@@ -0,0 +1,20 @@
+{
+ "mcpServers": {
+ "figma": {
+ "type": "http",
+ "url": "https://mcp.figma.com/mcp"
+ },
+ "playwright": {
+ "type": "stdio",
+ "command": "npx",
+ "args": [
+ "@playwright/mcp@latest"
+ ],
+ "env": {}
+ },
+ "fellow-ai": {
+ "type": "http",
+ "url": "https://fellow.app/mcp"
+ }
+ }
+}
diff --git a/agenda.html b/agenda.html
new file mode 100644
index 0000000..6569d19
--- /dev/null
+++ b/agenda.html
@@ -0,0 +1,338 @@
+
+
+
+
+
+
+
+ Agenda - PlanetNix 2026
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Where Nix Builders Come Together
+
March 5th-6th, 2026 @ Pasadena, CA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/images/flox_logo.png b/assets/images/flox_logo.png
deleted file mode 100644
index cad3efe..0000000
Binary files a/assets/images/flox_logo.png and /dev/null differ
diff --git a/assets/images/flox_logo.svg b/assets/images/flox_logo.svg
new file mode 100644
index 0000000..ac8b4f8
--- /dev/null
+++ b/assets/images/flox_logo.svg
@@ -0,0 +1,9 @@
+
diff --git a/assets/images/sponsor_expressvpn.svg b/assets/images/sponsor_expressvpn.svg
new file mode 100644
index 0000000..fff2efa
--- /dev/null
+++ b/assets/images/sponsor_expressvpn.svg
@@ -0,0 +1,5 @@
+
+
+
diff --git a/assets/images/sponsor_pdt.svg b/assets/images/sponsor_pdt.svg
new file mode 100644
index 0000000..71518e0
--- /dev/null
+++ b/assets/images/sponsor_pdt.svg
@@ -0,0 +1,4 @@
+
diff --git a/index.html b/index.html
index d62b431..089b4a8 100644
--- a/index.html
+++ b/index.html
@@ -245,6 +245,7 @@
display: flex;
justify-content: center;
align-items: center;
+ gap: 1.5em;
}
.signup-button {
@@ -560,6 +561,69 @@
font-size: 14px;
}
+/* Sponsors Section */
+.sponsors-section {
+ position: relative;
+ z-index: 10;
+ padding: 4em 19%;
+ background: #000000;
+ background: linear-gradient(
+ 180deg,
+ rgba(0, 0, 0, 0) 0%,
+ rgba(0, 0, 0, 0.4) 10%,
+ rgba(0, 0, 0, 1) 20%,
+ rgba(0, 0, 0, 1) 80%,
+ rgba(0, 0, 0, 0.4) 90%,
+ rgba(0, 0, 0, 0) 100%
+ );
+}
+
+@media (max-width: 1024px) {
+ .sponsors-section {
+ padding: 4em 7%;
+ }
+}
+
+.sponsors-grid {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: stretch;
+ gap: 3em;
+ flex-wrap: wrap;
+}
+
+.sponsor-card {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ text-align: center;
+ max-width: 280px;
+ flex: 1;
+ min-width: 200px;
+}
+
+.sponsor-card img {
+ height: 80px;
+ width: auto;
+ margin-bottom: 1em;
+}
+
+.sponsor-card p {
+ font-size: 14px;
+ color: #ADADAD;
+ margin: 0;
+}
+
+.sponsor-card a {
+ color: #711AFF;
+ text-decoration: none;
+}
+
+.sponsor-card a:hover {
+ border-bottom: 1px solid #711AFF;
+}
+
/* FAQ Section */
.faq-section {
margin: 2em 19% 0 19%;
@@ -751,16 +815,16 @@ Where Nix Builders Come Together
@@ -808,7 +872,36 @@ Stormy Peters
Rok Garbas
- Software Engineer at Flox
+ Nix Ecosystem Lead at Flox
+
+
+
+
+
+
+
+
@@ -1057,7 +1150,7 @@ By metro
2024
)
- Presented by

+ Presented by

diff --git a/speakers.html b/speakers.html
new file mode 100644
index 0000000..de55b91
--- /dev/null
+++ b/speakers.html
@@ -0,0 +1,338 @@
+
+
+
+
+
+
+
+ Speakers - PlanetNix 2026
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Where Nix Builders Come Together
+
March 5th-6th, 2026 @ Pasadena, CA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+