Design Discord embeds with a live preview. Copy the JSON for bots, webhooks, or Discord.js — no account needed.
Fields
Live Preview
UtilityCove
UtilityCove ToolsFree 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
}Yes. Copy the webhook payload and POST it to your webhook URL, or use the embed JSON in Discord.js and other bot libraries.
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.
Embeds render in most text channels where bots and webhooks have permission to send messages with embeds enabled.
Password Strength Checker
Score your password strength and generate stronger ones.
Password Generator
Generate strong random passwords with configurable length and character sets.
Decision Maker
Let the tool randomly pick from your list of options.
Yes or No Wheel
Spin a wheel for a random yes or no answer.
Discord Timestamp Generator
Pick a date and time to generate Discord timestamp tags with live preview and one-click copy.
My Screen Size
Detect your current screen resolution and aspect ratio.