diff --git a/apps/web/src/components/footer.tsx b/apps/web/src/components/footer.tsx index 93cc5d2d11..1623730c41 100644 --- a/apps/web/src/components/footer.tsx +++ b/apps/web/src/components/footer.tsx @@ -1,4 +1,5 @@ import { Link, useRouterState } from "@tanstack/react-router"; +import { ExternalLinkIcon, MailIcon } from "lucide-react"; function getMaxWidthClass(pathname: string): string { const isBlogOrDocs = @@ -58,7 +59,7 @@ export function Footer() {
+ Hyprnote is fully open source under GPL-3.0. Every line of code is + auditable, every decision is transparent, and every user has the + freedom to inspect, modify, and contribute. +
+ ++ Don't just trust our privacy claims—verify them yourself. Every data + flow, every API call, every storage operation is visible in the + source code. +
++ Features are shaped by real users, not just product managers. Report + bugs, suggest improvements, or contribute code directly to make + Hyprnote better for everyone. +
++ Your data, your rules. Fork the project, self-host it, or modify it + to fit your exact needs. You're never trapped in a proprietary + ecosystem. +
++ Open source projects outlive companies. Even if Hyprnote the company + disappears, the software lives on through the community. +
++ Every function, every algorithm, every data handler is open for + inspection. Security researchers and privacy advocates can verify + our claims. +
++ All development happens in the open. Watch features being built, + see how bugs are fixed, and understand the reasoning behind every + change. +
++ GPL-3.0 ensures the code stays open. Any modifications must also + be open source, protecting the community's investment. +
++ Unlike closed-source alternatives, you can verify exactly what + data Hyprnote collects and where it goes. Our telemetry is + opt-in, minimal, and fully documented in the source code. +
+ ++ Hyprnote combines the best of systems programming and web technologies + to deliver a fast, secure, and cross-platform experience. +
+ ++ Memory-safe systems programming for the core audio processing, + transcription pipeline, and local AI inference. +
++ Lightweight desktop framework that combines Rust backend with web + frontend for native performance. +
++ Modern UI framework powering the desktop app interface with TanStack + Router for navigation. +
++ OpenAI's speech recognition model running locally for private, + accurate transcription in 100+ languages. +
++ On-device language models for summarization and insights without + sending data to external servers. +
++ Local-first database via libsql for fast, reliable storage with + optional cloud sync. +
++ Whether it's fixing a bug, adding a feature, or improving + documentation, every contribution makes Hyprnote better. +
+ + Read contributing guide ++ Found a bug or have a feature request? Open an issue on GitHub and + help us prioritize what matters most to users. +
+ + View open issues ++ Join thousands of users who trust Hyprnote because they can see + exactly how it works. Download the app or explore the source code + today. +
+