Discord Components v2 Builder
Create interactive Discord message components with buttons, containers, and rich content. Send directly via webhooks.
No components yet
Click "Add" to start building your messageLive Preview
Export Code
Frequently Asked Questions
What are Discord Components v2?
Components v2 is Discord's new message component system that supports rich layouts, containers, media galleries, and enhanced interactive elements beyond basic buttons and select menus.
Do I need a special Discord bot to use these?
Your Discord bot needs to support Components v2. Most modern Discord libraries are being updated to support the new component system. Check your library's documentation for v2 support.
Can I send these from my bot?
Yes! Export the JSON code and use it in your bot. The generated JSON is compatible with Discord's API and can be sent through webhooks or bot messages.
What's the difference between containers and sections?
Containers group multiple components together and can have accent colors or spoiler formatting. Sections display content with an optional accessory (button or thumbnail) aligned to the side.
Are there limits on component complexity?
Discord has limits on message size, component count, and nesting depth. Keep components reasonable in size and complexity. The tool will warn you if you exceed common limits.
Can I upload files directly through the tool?
Yes! You can upload files and images that will be included when sending through webhooks. Files are attached automatically with proper attachment URLs.