ZBR Webapp (Beta)
The ZBR Webapp is a visual, browser-based editor for creating and managing Discord bots using ZBR.
Important: The Webapp is in Beta. It is a visual editor only and does not provide any hosting or runtime capabilities.
Key Features
- Visual Editor: Create, manage, and edit commands in a user-friendly interface.
- Project Management: Import existing projects or start new ones.
- Bot Configuration: Easily add/edit variables, update bot statuses, and manage configurations.
- Export System: When your bot logic is ready, export your entire project (including
commands/,zbr.json, and the populated.envfile) as a ZIP file.
Usage & Hosting
- Local Hosting: Extract your exported ZIP and use the ZBR CLI (
zbr run) to host the bot locally. - Production: For production, you can deploy your exported bot code to any hosting platform of your choice.
How to use it
See our Webapp Getting Started guide for instructions on the visual development workflow and local testing.