Discord Embed Builder

Design Discord embeds with a live preview. Copy the JSON for bots, webhooks, or Discord.js — no account needed.

#5865F2

Fields

Live Preview

UtilityCove

UtilityCove Tools

Free online tools that run entirely in your browser. No sign-up required.

Privacy

100% client-side

Cost

Free forever

utilitycove.com

Embed JSON

{
  "embeds": [
    {
      "title": "UtilityCove Tools",
      "description": "Free online tools that run entirely in your browser. No sign-up required.",
      "url": "https://utilitycove.com",
      "color": 5793266,
      "author": {
        "name": "UtilityCove",
        "url": "https://utilitycove.com"
      },
      "footer": {
        "text": "utilitycove.com"
      },
      "fields": [
        {
          "name": "Privacy",
          "value": "100% client-side",
          "inline": true
        },
        {
          "name": "Cost",
          "value": "Free forever",
          "inline": true
        }
      ]
    }
  ]
}

Webhook payload

{
  "embeds": [
    {
      "title": "UtilityCove Tools",
      "description": "Free online tools that run entirely in your browser. No sign-up required.",
      "url": "https://utilitycove.com",
      "color": 5793266,
      "author": {
        "name": "UtilityCove",
        "url": "https://utilitycove.com"
      },
      "footer": {
        "text": "utilitycove.com"
      },
      "fields": [
        {
          "name": "Privacy",
          "value": "100% client-side",
          "inline": true
        },
        {
          "name": "Cost",
          "value": "Free forever",
          "inline": true
        }
      ]
    }
  ],
  "content": null
}

FAQ

Can I use this JSON with Discord webhooks?

Yes. Copy the webhook payload and POST it to your webhook URL, or use the embed JSON in Discord.js and other bot libraries.

What is the accent color?

The colored bar on the left of the embed. Enter a hex color or use the picker — it maps to the color integer in the JSON.

Do embeds work in all Discord channels?

Embeds render in most text channels where bots and webhooks have permission to send messages with embeds enabled.