AzNoobz · In Development

Discord Bot Composer.

A visual, node-based builder for Discord.js bots - drag, connect, and generate real, portable code. No runtime interpreter, no lock-in.

In active development - no release date yet

What it does

What it does

Visual node editor

Drag out nodes for commands, events and logic instead of starting at an empty file and looking up syntax again.

It gives you real code

You get actual Discord.js v14 files you can open and edit. DBC isn't running your bot afterwards.

No lock-in

Host the bot wherever you want. Once you've exported it, you don't need me or DBC for anything.

Quick to change

Change a node, generate again, test. Beats rewriting handlers by hand every time.

Workflow

How it works

01

Design your flow

Drag out nodes for commands, events, and conditions onto the canvas.

02

Wire it together

Connect nodes to define what happens, in what order, and under what conditions.

03

Generate & export

Get clean Discord.js v14 code, ready to run anywhere you want to host it.

Where it's at

Where it's at

It's just me building this, so there's no release date yet and things still change as I go. The Discord is where I post what's new.

Join the Discord

Questions

Questions people ask

Is DBC free?

I haven't decided yet. Whatever it ends up being, there'll be a free tier you can actually use.

Which Discord.js version does it target?

v14, kept current with Discord's API as it evolves.

If DBC ever goes away, does my bot stop working?

No. The exported code is yours and runs on its own. Nothing phones home.

Can I get involved or give feedback early?

Yes, that's what the Discord is for. I post updates there first.