Presenton
Open source AI presentation generator, self-hosted alternative to Gamma
Alternative to: gamma, canva, beautiful.ai, decktopus
v0.3.2-beta
2025-07-08🚀 Presenton v0.3.2‑beta is Here!
What’s New
This release focuses on improving flexibility and simplifying dependencies with full support for custom Ollama and OpenAI compatible URLs. It also removes the langchain dependency and improves developer and user experience with several fixes and documentation updates.
Highlights
-
🚀 Custom Ollama URL Support Easily connect to your own Ollama instance by specifying a custom URL.
-
✨ Custom OpenAI Compatible URL Support Easily use any OpenAI Compatible URLs.
-
🧼 Langchain Removed Refactored the codebase to remove dependency on Langchain for a lighter, more maintainable backend.
-
🛠 Bug Fixes Fixed integration issues between FastAPI and Next.js when using custom URLs.
-
📚 Docs & README Updates Documentation improvements to help you get started faster.
What’s Changed
- docs by @sauravniraula in https://github.com/presenton/presenton/pull/47
- feat(ollama): adds support for custom ollama url, refactor: removes langchain by @sauravniraula in https://github.com/presenton/presenton/pull/52
- fix(fastapi, nextjs): fixes errors while using Custom Ollama URL by @sauravniraula in https://github.com/presenton/presenton/pull/56
- fix(ollama): removes required ollama api key field by @sauravniraula in https://github.com/presenton/presenton/pull/57
- feat/custom url support by @sauravniraula in https://github.com/presenton/presenton/pull/58
- readme updates by @sauravniraula in https://github.com/presenton/presenton/pull/59
- fix(custom_url_support): makes api key optional by @sauravniraula in https://github.com/presenton/presenton/pull/60
- feat/custom url support by @sauravniraula in https://github.com/presenton/presenton/pull/61
Full Changelog: https://github.com/presenton/presenton/compare/v0.3.0-beta…v0.3.2-beta