Bye bye DeckDeckGo 👋

It has been a fun ride but DeckDeckGo is now deprecated!

That was a title 😃

And a subtitle

It used to work on all devices

Use predefined rich and responsive templates for a quick editing.

Search Unsplash and Tenor GIFs.

Easily integrate YouTube video.

Photo by Rodrigo Gonçalves on Unsplash

Showcase your code.

import React, { useState } from 'react'; function Example() { // Declare a new state variable, which we'll call "count" const [count, setCount] = useState(0); return ( <div> <p>You clicked {count} times</p> <button onClick={() => setCount(count + 1)}> Click me </button> </div> ); }

Remote control your presentation.

Interact with your audience with live polls.

Photo by Nicholas Green on Unsplash

Present and work offline.

And many more features.

DeckDeckGo was a web open source editor for presentations.

It used to work on any devices (desktop, mobile or tablets), without any prior installation, and even makes your content editable in full screen mode.

Unlike other presentation software, your slides were published as online applications, making them the fastest way to be shared.

Its source code is available on GitHub.