EMBEDS
Embed Builder
Design a rich embed with a live Discord-accurate preview, then copy webhook-ready JSON.
Embed
Color
Title
Title URL (optional)
Description
Thumbnail URL
Image URL
Author
Name
URL
Icon URL
Fields
Field 1
Field 2
Footer
Text
Icon URL
Live preview
Discord UtilsBOTToday at
Welcome to DiscordUtils
Build a rich embed visually, then copy the JSON straight into your bot or webhook.
Free
No login, no keys.
Client-side
Nothing leaves your browser.
DiscordUtils
JSON (webhook / bot ready)
{
"embeds": [
{
"title": "Welcome to DiscordUtils",
"description": "Build a rich **embed** visually, then copy the JSON straight into your bot or webhook.",
"color": 5793266,
"fields": [
{
"name": "Free",
"value": "No login, no keys.",
"inline": true
},
{
"name": "Client-side",
"value": "Nothing leaves your browser.",
"inline": true
}
],
"footer": {
"text": "DiscordUtils"
}
}
]
}