+
+
+
+
+
+
+ Designed for power users who value time
+
+
+
+
Speed Is Everything
+ Reply in seconds
+
+
+
+
+
+
+
+
+
+
+
+
+
Lightning-Fast Interface
+
Email at the speed of thought. Navigate your entire inbox using just your keyboard. Process hundreds of emails in minutes.
+
+
+
+
+
+
AI-Powered Summaries
+
Your personal email copilot. Let our AI draft responses, summarize long threads, and extract action items automatically.
+
+
+
+
+
+
Smart Search
+
Your inbox, your rules. Create personalized email processing flows that match exactly how you organize,write, reply, and work.
+
+
+
+
+
+
+
+
+
+
+ AI email chat with natural language
+
+
+
+
Ask away
+ Get your answers
+
+
+
+
+ src="/pixel.svg"
+ alt="hero"
+ width={1920}
+ height={1080}
+ className="relative opacity-70 rotate-180 bottom-16 z-[-2]"
+ style={{ clipPath: 'inset(45% 0 0 0)' }}
+ />
diff --git a/apps/mail/components/home/speed.tsx b/apps/mail/components/home/speed.tsx
new file mode 100644
index 000000000..15bcf78ea
--- /dev/null
+++ b/apps/mail/components/home/speed.tsx
@@ -0,0 +1,9 @@
+import { PixelatedBackground } from "./pixelated-bg";
+
+export default function Speed() {
+ return (
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/apps/mail/public/ai-chat.png b/apps/mail/public/ai-chat.png
new file mode 100644
index 000000000..ee87a11ce
Binary files /dev/null and b/apps/mail/public/ai-chat.png differ
diff --git a/apps/mail/public/ai-summary.png b/apps/mail/public/ai-summary.png
new file mode 100644
index 000000000..f48c3876d
Binary files /dev/null and b/apps/mail/public/ai-summary.png differ
diff --git a/apps/mail/public/compose.png b/apps/mail/public/compose.png
new file mode 100644
index 000000000..3124fbbad
Binary files /dev/null and b/apps/mail/public/compose.png differ
diff --git a/apps/mail/public/mail-list.png b/apps/mail/public/mail-list.png
new file mode 100644
index 000000000..424aa6fad
Binary files /dev/null and b/apps/mail/public/mail-list.png differ
diff --git a/apps/mail/public/pixel.svg b/apps/mail/public/pixel.svg
new file mode 100644
index 000000000..3a495bbcd
--- /dev/null
+++ b/apps/mail/public/pixel.svg
@@ -0,0 +1,11 @@
+
diff --git a/apps/mail/public/search.png b/apps/mail/public/search.png
new file mode 100644
index 000000000..81a804dbe
Binary files /dev/null and b/apps/mail/public/search.png differ