Skip to content

Frontend for SlideSpeak. Create PowerPoints with AI. Get summaries, ask questions, create presentations and more.

Notifications You must be signed in to change notification settings

SlideSpeak/slidespeak-webapp

Repository files navigation

slidespeak-webapp

slidespeak-banner-github

SlideSpeak allows you to chat with your PowerPoint slides. Upload any PPTX file and ask questions about the content.

SlideSpeak was built with:

Frontend:

The backend for this project is available here: https://github.com/SlideSpeak/slidespeak-backend

Requirments

NOTE: This project requires the SlideSpeak backend to be up and running!

See here on how to setup the backend.

Getting Started

Make sure to have the environment variables set up correctly, you can copy the values from .env.local.example with the following command:

cp .env.local.example .env.local

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser.

License

See LICENSE file.