DiscordEmbedder is a site to help discord users send and view videos.
Inspired by discord.nfp.is, DiscordEmbedder was made so users can easily embed their videos
when sending videos to friends.
Installation • Features • Notes
For some reason, when sending video urls to friends (unless on youtube), there isnt any way to directly view the video. The user has to open the link themselves. The only way to send a video directly is by uploading the file, but as discord's upload limits have become even worse, I made this app as an alternative. If discord increased their upload limit from 10MB (wtf discord), this app would serve no purpose
- Go to supabase.com and create an account/login.
- Create a (postgres) database with a table named 'discordembeds'
- Add the following columns (with types):
id (text) PRIMARY KEY | file (text) | thumbnail (text) | width (int2) | height (int2) | hash (text)- Click the
Connectbutton at the top, and select the 'App Frameworks' tab. - You will see your database's URL and ANON KEY.
- After executing the following commands, create a
.env fileand put in the URL and ANON KEY in the same format as in the.env.examplefile.
$ git clone https://github.com/varunaditya-plus/DiscordEmbedder.git
$ pip install -r requirements.txt
$ python app.py- 💯 Free & open-source
- 🌓 Light/Dark mode
- 🫧 Clean UIs
∗ Made by Varun
Copyright © 2025 thevarunaditya