import * as React from "react"; import Code from "@/components/icons/code.svg"; import CursorClick from "@/components/icons/cursor-click.svg"; import Server from "@/components/icons/server.svg"; import Ban from "./ban-ads.svg"; const Bonus: React.VoidFunctionComponent = () => { return (

Principles

We're not like the others

No login required

We keep things simple and don't ask for more than what we need.

Open-source

The codebase is fully open-source and{" "} available on github .

Self-hostable

Run it on your own server to get full control of your data.

Ad-free

You can give your ad-blocker a rest – You won't need it here.
); }; export default Bonus;