'use client'; import Sticky from 'react-sticky-el'; import { CheckIcon, ChevronLeft, ChevronRight, ExternalLinkIcon, EyeIcon, EyeOffIcon, Github, HeartHandshake, HeartPulseIcon, HomeIcon, PaintBucket, PersonStanding, RabbitIcon, ShieldAlertIcon, ShieldCheck, SidebarCloseIcon, SidebarIcon, SpaceIcon, SplitSquareHorizontal, SplitSquareVertical, XIcon, } from 'lucide-react'; import { Cross1Icon, EyeClosedIcon, HeartFilledIcon, Link1Icon, LockClosedIcon, QuestionMarkIcon, ReloadIcon, UpdateIcon, } from '@radix-ui/react-icons'; import Image from 'next/image'; import Link from 'next/link'; import { Button } from './ui/button'; import { COLORS } from './create-theme'; import { Slider } from './ui/slider'; import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow, } from './ui/table'; import React, { useState } from 'react'; import { ny } from '@/lib/utils'; import ThemeCard from './theme-card'; import { getAllThemes, ZenTheme } from '@/lib/themes'; import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './ui/accordion'; import Logo from './logo'; function Checkmark() { return ( ); } function Cross() { return ( ); } function Question() { return ( ); } export default function Features() { const [feature, setFeature] = useState("item-1"); return (

Your Browser, your way

With Zen's Theme Store, you can customize your browsing experience to reflect your unique style and preferences. Choose from a wide array of themes, colors, and layouts to make Zen truly your own, transforming your browser into a personalized digital space.

Zen Browser

Community driven and Open Source

Zen thrives on the contributions of its vibrant community. As an open-source project, Zen encourages collaboration and innovation, allowing users and developers alike to shape the future of the browser.

Firefox Based

Fully Open source

Automated Releases to ensure security

Community driven

Constantly improving

Built for simplicity

Zen Browser is designed to be simple and easy to use. It's built with the user in mind, so you can focus on what matters most.

Completely Customizable

Vertical Tabs

Thoughtful Design

Zen Browser
Zen Browser

Split Views

Zen Browser allows you to split your view into multiple panes, so you can work on multiple things at once. It's perfect for multitasking.

Better tab management

Better tab management helps you stay organized and focused, reducing clutter and enhancing productivity

Workspaces

Fast profile switcher

Container Tabs

Tab Groups (Coming Soon)

Security and Privacy is important to us

Zen is based on Firefox, ensuring that your browsing experience prioritizes security and privacy. With advanced tracking protection and minimal data collection, Zen keeps your online activity safe and secure, giving you peace of mind as you explore the web.

Sidebar

Zen Browser has a built-in sidebar that lets you quickly access your favorite websites, bookmarks, and more. It's the perfect way to stay organized.

Quick Access

Customizable

Easy to Use

Zen Browser
Zen Browser

Introducing Compact Mode

Zen Browser's compact mode gives you more screen real estate by hiding the title bar and tabs. It's perfect for when you need to focus on your work.

{/*
Zen Browser {feature == "item-1" && (
)}
is it firefox based? Yes, Zen Browser is focused on being always at the latest version of Firefox, ensuring that you have the latest security updates and features. Does it track me? No! Zen Browser is built with privacy in mind. We don't track you, we don't collect your data, and we don't sell your data to third parties. How secure is Zen Browser? Zen Browser is built on top of Firefox, which is known for its security features. We also have additional security features like https only built into Zen Browser to help keep you safe online.
*/}

Convinced?

Download Zen Browser now and experience the future of browsing.

Even more convinced?

Help support the development of Zen Browser by donating to our cause.

); }