โญ Help us reach more developers and grow the ALLWEONE community. Star this repo!
An open-source, AI-powered presentation generator inspired by Gamma.app that creates beautiful, customizable slides in minutes. This tool is part of the broader ALLWEONE AI platform.
2025-03-28.12-2.mp4
- Features
- Tech Stack
- Getting Started
- Usage
- Local Models Guide
- Project Structure
- Roadmap
- Contributing
- License
- Acknowledgements
- Support
- AI-Powered Content Generation: Create complete presentations on any topic with AI
- Customizable Slides: Choose the number of slides, language, and page style
- Editable Outlines: Review and modify AI-generated outlines before finalizing
- Real-Time Generation: Watch your presentation build live as content is created
- Auto-Save: Everything saves automatically as you work
- Multiple Themes: 9 built-in themes with more coming soon
- Custom Theme Creation: Create and save your own themes from scratch
- Full Editability: Modify text, fonts, and design elements as needed
- Image Generation: Choose different AI image generation models for your slides
- Audience-Focused Styles: Select between professional and casual presentation styles
- Presentation Mode: Present directly from the application
- Rich Text Editing: Powered by Plate Editor for comprehensive text and image handling
- Drag and Drop: Intuitive slide reordering and element manipulation
Category | Technologies |
---|---|
Framework | Next.js, React, TypeScript |
Styling | Tailwind CSS |
Database | PostgreSQL with Prisma ORM |
AI Integration | OpenAI API, Together AI |
Authentication | NextAuth.js |
UI Components | Radix UI |
Text Editor | Plate Editor |
File Uploads | UploadThing |
Drag & Drop | DND Kit |
Before you begin, ensure you have the following installed:
- Node.js 18.x or higher
- npm, yarn, or pnpm package manager
- PostgreSQL database
- Required API keys:
- OpenAI API key (for AI generation features)
- Together AI API key (for image generation)
- Google Client ID and Secret (for authentication)
-
Clone the repository
git clone [email protected]:allweonedev/presentation-ai.git cd presentation-ai
-
Install dependencies
pnpm install
-
Set up environment variables
Create a
.env
file in the root directory with the following variables:# AI Providers OPENAI_API_KEY="" TOGETHER_AI_API_KEY="" # Next Auth Configuration NEXTAUTH_SECRET="" NEXTAUTH_URL="http://localhost:3000" # Google OAuth Provider GOOGLE_CLIENT_ID="" GOOGLE_CLIENT_SECRET="" # File Upload Service UPLOADTHING_TOKEN="" UNSPLASH_ACCESS_KEY="" TAVILY_API_KEY="" # PostgreSQL Database DATABASE_URL="postgresql://username:password@localhost:5432/presentation_ai"
๐ก Tip: Copy
.env.example
to.env
and fill in your actual values.
-
Initialize the database
pnpm db:push
-
Start the development server
pnpm dev
-
Open the application
Navigate to http://localhost:3000 in your browser.
Follow these steps to create your first AI-generated presentation:
- Login the website
- Navigate to the dashboard
- Enter your presentation topic
- Choose the number of slides (recommended: 5-10)
- Select your preferred language
- Choose a page style
- Toggle web search (if you want)
- Click "Generate Outline"
- Review and edit the AI-generated outline
- Select a theme for your presentation
- Choose an image source (ai / stock)
- Select your presentation style (Professional/Casual)
- Click "Generate Presentation"
- Wait for the AI to create your slides in real-time
- Preview, edit, and refine your presentation as needed
- Present directly from the app or export your presentation
Create personalized themes to match your brand or style:
- Click "Create New Theme"
- Start from scratch or derive from an existing theme
- Customize colors, fonts, and layout
- Save your theme for future use
You can use either Ollama or LM Studio for using local models in ALLWEONE presentation ai.
- Install LM Studio.
- In the LM Studio app, turn the Server ON and enable CORS.
- Download any model you want to use inside LM Studio.
- Install Ollama.
- Download whichever model you want to use (for example:
ollama pull llama3.1
).
- Open the app and open the text model selector.
- Chose the model you want to use (it must be downloaded in lm studio or ollama)
- Enjoy the generation
Notes:
- Models will automatically appear in the Model Selector when the LM Studio server or the Ollama daemon is running.
- Make sure LM Studio has CORS enabled so the browser can connect.
presentation/
โโโ .next/ # Next.js build output
โโโ node_modules/ # Dependencies
โโโ prisma/ # Database schema and migrations
โ โโโ schema.prisma # Prisma database model
โโโ src/ # Source code
โ โโโ app/ # Next.js app router
โ โโโ components/ # Reusable UI components
โ โ โโโ auth/ # Authentication components
โ โ โโโ presentation/ # Presentation-related components
โ โ โ โโโ dashboard/ # Dashboard UI
โ โ โ โโโ editor/ # Presentation editor
โ โ โ โ โโโ custom-elements/ # Custom editor elements
โ โ โ โ โโโ dnd/ # Drag and drop functionality
โ โ โ โ โโโ native-elements/ # Native editor elements
โ โ โ โโโ outline/ # Presentation outline components
โ โ โ โโโ theme/ # Theme-related components
โ โ โ โโโ utils/ # Presentation utilities
โ โ โโโ prose-mirror/ # ProseMirror editor for outlines
โ โ โโโ plate/ # Text editor components
โ โ โ โโโ hooks/ # Editor hooks
โ โ โ โโโ lib/ # Editor libraries
โ โ โ โโโ ui/ # Plate editor UI components
โ โ โ โโโ utils/ # Functions necessary for platejs
โ โ โ โโโ plugins/ # Editor plugins
โ โ โโโ ui/ # Shared UI components
โ โโโ hooks/ # Custom React hooks
โ โโโ lib/ # Utility functions and shared code
โ โโโ provider/ # Context providers
โ โโโ server/ # Server-side code
โ โโโ states/ # State management
โ โโโ styles/ # Styles required in the project
โ โโโ middleware.ts # Next.js middleware
โ โโโ env.js # Environment configuration
โโโ .env # Environment variables (not in git)
โโโ .env.example # Example environment variables
โโโ next.config.js # Next.js configuration
โโโ package.json # Project dependencies and scripts
โโโ tailwind.config.ts # Tailwind CSS configuration
โโโ tsconfig.json # TypeScript configuration
Feature | Status | Notes |
---|---|---|
Export to PowerPoint (.pptx) | ๐ก Partially Done | Works but the images and other component do not translate one to one |
Media embedding | ๐ก Partially Done | Functionality is there, but ui/ux need improvement |
Additional built-in themes | ๐ก In Progress | Currently have 9 themes, planning to add 15+ more |
Mobile responsiveness | ๐ก In Progress | Improving layout and interactions for mobile devices |
Advanced charts | ๐ก Started | Support for AI generated charts |
Write e2e tests | ๐ด Not Started | Writing test to check the core features, so that we can catch if any changes break anything |
Real-time collaboration | ๐ด Not Started | Multiple users editing the same presentation simultaneously |
Export to PDF | ๐ด Not Started | High priority - allow users to download presentations as PDFs |
Template library | ๐ด Not Started | Pre-built templates for common presentation types (pitch decks, reports, etc.) |
Animation and transitions | ๐ด Not Started | Add slide transitions and element animations |
Voice-over recording | ๐ด Not Started | Record and attach voice narration to slides |
Cloud storage integration | ๐ด Not Started | Connect with Google Drive, Dropbox, OneDrive |
Presentation analytics | ๐ด Not Started | Track views, engagement, and presentation performance |
AI presenter notes | ๐ด Not Started | Auto-generate speaker notes for each slide |
Custom font uploads | ๐ด Not Started | Allow users to upload and use their own fonts |
Plugin system | ๐ด Not Started | Allow community to build and share extensions |
API | ๐ด Not Started | Allow developers to use the allweone presentation to generate content in their own applications. |
๐ Note: This roadmap is subject to change based on community feedback and priorities. Want to contribute to any of these features? Check out our Contributing Guidelines!
We welcome contributions from the community! Here's how you can help:
-
Fork the repository
-
Create a feature branch
git checkout -b feature/amazing-feature
-
Commit your changes
git commit -m 'Add some amazing feature'
-
Push to the branch
git push origin feature/amazing-feature
-
Open a Pull Request
- Follow the existing code style and conventions
- Write clear commit messages
- Be respectful and constructive in discussions
For more details, please read our Contributing Guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to the following projects and organizations:
- OpenAI for AI generation capabilities
- Plate Editor for rich text editing
- Radix UI for accessible UI components
- Next.js for the React framework
- All our open-source contributors
Need help or have questions?
- ๐ฌ Discord Community
- ๐ Report a Bug
- ๐ก Request a Feature
- ๐ง Contact us via GitHub Issues or Discord
Built with โค๏ธ by the ALLWEONEโข Team