diff --git a/README.md b/README.md index e69de29b..5a46802d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +# Presenton: An Open-Source, Locally-Run AI Presentation Tool (Private Gamma Alternative) + +--- + +**Presenton** is an open-source (Apache 2.0) app that runs locally on your device, giving you full control over your presentation workflow. Generate beautiful decks using powerful AI models like OpenAI, Anthropic, and others — all while keeping your data private and compliant. You bring your own API keys and choose the provider, ensuring no third-party service stores or processes your content beyond the AI model you select. + +--- + +## Demo +![Demo](resources/ui/readme/demo.gif) + +## ✨ Features + +* ✅ **Runs Locally** — All code runs on your device +* ✅ **Privacy-First** — No tracking, no data stored by us +* ✅ **Bring Your Own Key** — OpenAI, Gemini (More coming soon...) +* ✅ **Flexible** — Generate presentations from prompts or outlines +* ✅ **Export Ready** — Save as PowerPoint (PPTX) and PDF +* ✅ **Fully Open-Source** — Apache 2.0 licensed + diff --git a/resources/ui/readme/demo.gif b/resources/ui/readme/demo.gif new file mode 100644 index 00000000..b297ba09 Binary files /dev/null and b/resources/ui/readme/demo.gif differ