Skip to content

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

PureBrowser

PureBrowser Tools

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

Privacy

100% client-side

Cost

Free forever

purebrowser.app

Embed JSON

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

Webhook payload

{
  "embeds": [
    {
      "title": "PureBrowser Tools",
      "description": "Free online tools that run entirely in your browser. No sign-up required.",
      "url": "https://purebrowser.app",
      "color": 5793266,
      "author": {
        "name": "PureBrowser",
        "url": "https://purebrowser.app"
      },
      "footer": {
        "text": "purebrowser.app"
      },
      "fields": [
        {
          "name": "Privacy",
          "value": "100% client-side",
          "inline": true
        },
        {
          "name": "Cost",
          "value": "Free forever",
          "inline": true
        }
      ]
    }
  ],
  "content": null
}
  • 100% free — no account needed
  • Runs in your browser
  • Nothing is uploaded

Frequently asked questions

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.