2026-04-21 13:33:36 -04:00
|
|
|
import type {ReactNode} from 'react';
|
|
|
|
|
import Layout from '@theme/Layout';
|
|
|
|
|
import Heading from '@theme/Heading';
|
|
|
|
|
|
2026-04-21 19:34:03 -04:00
|
|
|
import Translate, {translate} from '@docusaurus/Translate';
|
|
|
|
|
|
2026-04-21 19:01:41 -04:00
|
|
|
const CONTACT_US = '/contact';
|
|
|
|
|
const BOOT_IMAGES = '/docs/build-a-box';
|
2026-04-21 14:03:40 -04:00
|
|
|
const REPO = 'https://guardianproject.dev/butter';
|
|
|
|
|
const DOCS = '/docs';
|
2026-04-21 13:33:36 -04:00
|
|
|
|
|
|
|
|
function Hero() {
|
|
|
|
|
return (
|
|
|
|
|
<header className="butter-hero">
|
|
|
|
|
<div className="container">
|
|
|
|
|
<img
|
|
|
|
|
className="hero-logo"
|
|
|
|
|
src="/img/butter-logo-feature-large.svg"
|
|
|
|
|
alt="Butter App Feature Logo"
|
|
|
|
|
/>
|
|
|
|
|
<Heading as="h1" className="hero-title">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.title">Introducing Butter Box</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</Heading>
|
|
|
|
|
<p className="hero-subtitle">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.subtitle1">Life without internet made smoother.</Translate><br/>
|
|
|
|
|
<Translate id="home.subtitle2">Get access to tools that help.</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default function Home(): ReactNode {
|
|
|
|
|
return (
|
|
|
|
|
<Layout
|
|
|
|
|
title="Introducing Butter Box"
|
|
|
|
|
description="Life without internet made smoother. Get access to tools that help.">
|
|
|
|
|
<Hero />
|
|
|
|
|
<main className="butter-content">
|
|
|
|
|
<div className="container">
|
|
|
|
|
<div className="device-image">
|
|
|
|
|
<img
|
2026-04-21 14:03:40 -04:00
|
|
|
src="/img/butterhome.jpg"
|
2026-04-21 13:33:36 -04:00
|
|
|
alt="A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel."
|
|
|
|
|
/>
|
|
|
|
|
<p className="caption">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.whatisbutterbox">An app store, encrypted chat, and more, all available over WiFi from an off-the-grid Raspberry Pi.</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<section className="section">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Heading as="h2"><Translate id="home.section1.title">How does it work?</Translate></Heading>
|
2026-04-21 13:33:36 -04:00
|
|
|
<p className="content-text">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.section1.description">Butter Box broadcasts its own WiFi network. Once you join, you
|
2026-04-21 13:33:36 -04:00
|
|
|
can install Butter, get apps, join a public chatroom, or make
|
|
|
|
|
your own private one to share with friends. Butter Box works
|
|
|
|
|
even when there's no Internet. Just stop by the box to
|
|
|
|
|
download more apps or check in on your chatrooms. Everything is
|
2026-04-21 19:34:03 -04:00
|
|
|
stored right on the Butter Box.</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</p>
|
2026-04-21 19:01:41 -04:00
|
|
|
<img
|
2026-04-21 19:12:31 -04:00
|
|
|
src="/img/docs/20250815_142828.jpg"
|
2026-04-21 19:01:41 -04:00
|
|
|
alt="A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel."
|
|
|
|
|
/>
|
2026-04-22 08:36:37 -04:00
|
|
|
<a className="btn-main" href={DOCS}>
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.learnmore">Learn More</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</a>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section className="section">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Heading as="h2"><Translate id="home.getbutter.title">Get your own Butter Box</Translate></Heading>
|
2026-04-21 13:33:36 -04:00
|
|
|
<p className="content-text">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.getbutter.description">We help make & ship Butter Boxes to partners around the world.
|
|
|
|
|
Reach out to us if you serve a community that could benefit.</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</p>
|
2026-04-21 19:01:41 -04:00
|
|
|
<a className="btn-main" href={`${CONTACT_US}`}>
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.getintouch">Get in Touch</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</a>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section className="section">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Heading as="h2"><Translate id="home.makebutter.title">Make your own Butter Box</Translate></Heading>
|
2026-04-21 13:33:36 -04:00
|
|
|
<p className="content-text">
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.makebutter.description">You can make your own Butter Box by installing a pre-made image
|
2026-04-21 14:03:40 -04:00
|
|
|
on a Raspberry Pi or even an old PC. Just download the image and burn it onto a
|
|
|
|
|
MicroSD card or USB drive using the same RPi or Disk Imager you'd use to install
|
2026-04-21 19:34:03 -04:00
|
|
|
other distros.</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</p>
|
|
|
|
|
<a
|
|
|
|
|
className="btn-main"
|
|
|
|
|
href={BOOT_IMAGES}>
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.learnhow">Learn How!</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</a>
|
|
|
|
|
<p className="content-text" style={{marginTop: '1.5rem'}}>
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.getcode.title">Or, customize your Butter Box following the instructions in our
|
|
|
|
|
open source repository.</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</p>
|
|
|
|
|
<a
|
|
|
|
|
className="btn-main"
|
2026-04-21 19:01:41 -04:00
|
|
|
href={`${REPO}`}>
|
2026-04-21 19:34:03 -04:00
|
|
|
<Translate id="home.getsource.button">Source & Documentation</Translate>
|
2026-04-21 13:33:36 -04:00
|
|
|
</a>
|
|
|
|
|
</section>
|
2026-04-23 21:24:08 -04:00
|
|
|
<section className="section">
|
|
|
|
|
ButterBox is built by the teams from <a href="https://guardianproject.info">Guardian Project</a>, <a href="https://sr2.uk">SR2</a>, and <a href="https://okthanks.com">Okthanks</a><br/>
|
|
|
|
|
with the support of <a href="https://f-droid.org">F-Droid</a>, <a href="https://ffdweb.org/">FFDW</a>, and the <a href="https://www.opentech.fund/">Open Technology Fund</a><br/>
|
|
|
|
|
<img src="https://guardianproject.info/images/wordlogo.svg"/>
|
|
|
|
|
</section>
|
2026-04-21 13:33:36 -04:00
|
|
|
</div>
|
2026-04-23 21:24:08 -04:00
|
|
|
|
2026-04-21 13:33:36 -04:00
|
|
|
</main>
|
|
|
|
|
</Layout>
|
|
|
|
|
);
|
|
|
|
|
}
|