# presentation-ai: AI-Powered Presentation Generator for Professional Slides

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/allweonedev-presentation-ai
Generated for open source discovery and AI-assisted research.

presentation-ai is an open-source, AI-powered presentation generator that serves as an alternative to tools like Gamma.app. It enables users to quickly create professional and customizable slides with AI-generated content. This tool is designed to streamline the presentation creation process, offering various themes and real-time generation capabilities.

GitHub: https://github.com/allweonedev/presentation-ai
OSRepos URL: https://osrepos.com/repo/allweonedev-presentation-ai

## Summary

presentation-ai is an open-source, AI-powered presentation generator that serves as an alternative to tools like Gamma.app. It enables users to quickly create professional and customizable slides with AI-generated content. This tool is designed to streamline the presentation creation process, offering various themes and real-time generation capabilities.

## Topics

- AI
- Presentation Generator
- Open Source
- Generative AI
- TypeScript
- Next.js
- Slides
- Web Development

## Repository Information

Last analyzed by OSRepos: Sat Oct 11 2025 22:52:09 GMT+0100 (Western European Summer Time)
Detail views: 11
GitHub clicks: 4

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

**presentation-ai** is an innovative open-source project that provides an AI-powered presentation generator, offering a robust alternative to commercial tools like Gamma.app. Built with TypeScript, Next.js, and a modern tech stack, this repository empowers users to create professional, customizable slides with AI-generated content in minutes. It's part of the broader ALLWEONE AI platform, aiming to simplify and accelerate the creation of compelling presentations.

Explore the project on GitHub: [allweonedev/presentation-ai](https://github.com/allweonedev/presentation-ai "allweonedev/presentation-ai")

## Installation

To get **presentation-ai** up and running locally, follow these steps:

### Prerequisites

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)

### Steps

1.  **Clone the repository:**
    bash
    git clone git@github.com:allweonedev/presentation-ai.git
    cd presentation-ai
    

2.  **Install dependencies:**
    bash
    pnpm install
    

3.  **Set up environment variables:**
    Create a `.env` file in the root directory, copying from `.env.example`, and fill in your API keys and database URL.

    env
    # 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"
    

4.  **Initialize the database:**
    bash
    pnpm db:push
    

5.  **Start the development server:**
    bash
    pnpm dev
    

6.  **Open the application:**
    Navigate to [http://localhost:3000](http://localhost:3000 "http://localhost:3000") in your browser.

## Examples (Usage)

**presentation-ai** makes creating presentations intuitive and efficient.

### Creating a Presentation

1.  Log in to the website.
2.  Navigate to the dashboard.
3.  Enter your presentation topic, choose the number of slides, language, and page style.
4.  Optionally toggle web search.
5.  Click "Generate Outline", then review and edit the AI-generated outline.
6.  Select a theme and image source (AI or stock).
7.  Choose your presentation style (Professional/Casual).
8.  Click "Generate Presentation" and watch your slides build in real-time.
9.  Preview, edit, and refine, then present directly or export.

### Custom Themes

Personalize your presentations by creating custom themes:
1.  Click "Create New Theme".
2.  Start from scratch or derive from an existing theme.
3.  Customize colors, fonts, and layout.
4.  Save your theme for future use.

### Using Local Models

For advanced users, **presentation-ai** supports local AI models via Ollama or LM Studio, allowing for offline generation and greater control over your AI inference.

## Why Use It

**presentation-ai** stands out for several reasons:

*   **AI-Powered Efficiency:** Generate entire presentations, including content and images, with AI in minutes, significantly reducing creation time.
*   **High Customization:** Offers multiple built-in themes, the ability to create custom themes, and full editability of text, fonts, and design elements.
*   **Real-time Generation:** Experience your presentation building live as the AI creates content, providing immediate feedback.
*   **Open Source & Community Driven:** Benefit from a transparent, community-driven development model, allowing for contributions and continuous improvement.
*   **Modern Tech Stack:** Built with Next.js, React, TypeScript, Tailwind CSS, and PostgreSQL, ensuring a robust, scalable, and maintainable application.
*   **Gamma Alternative:** Provides a powerful, open-source alternative to proprietary presentation tools, giving users more control and flexibility.

## Links

*   **GitHub Repository:** [allweonedev/presentation-ai](https://github.com/allweonedev/presentation-ai "allweonedev/presentation-ai")
*   **Live Demo:** [http://presentation.allweone.com](http://presentation.allweone.com "Live Demo")
*   **Video Tutorial:** [https://www.youtube.com/watch?v=UUePLJeFqVQ](https://www.youtube.com/watch?v=UUePLJeFqVQ "Video Tutorial")
*   **Discord Community:** [https://discord.gg/fsMHMhAHRV](https://discord.gg/fsMHMhAHRV "Discord Community")