"use client" import { Button } from "@/components/ui/button" import { Badge } from "@/components/ui/badge" import { Download, Github, Star, Shield, Code, Zap } from "lucide-react" import { downloadAndNavigate } from "@/lib/utils" export default function Hero() { return (
✨ Free Open-Source Alternative to Granola!

The Free, Open-Source
AI Notetaker for Busy
Engineers

Just you and your OpenAI API key.
Go crazy.

100% Free No subscriptions, ever
100% Private All data stored locally
100% Open Source Contribute on GitHub

Demo Video

See Meetingnotes in action

Watch how Meetingnotes transcribes meetings and generates AI-enhanced notes in real-time

{/*
1.2k stars on GitHub
500+ downloads 50+ contributors
*/}
) }