Welcome to the official home of the Ketsuna Team.
We are a development group dedicated to building powerful, user-friendly tools for communities. Our primary focus right now is our flagship application: Bot-Creator.
Bot-Creator is our main project and current priority. It is a comprehensive, feature-rich platform designed to help users build, customize, and host Discord bots effortlessly.
- Visual Builder: Create complex commands, actions, and workflows without writing complex code.
- Cross-Platform: Built with Flutter/Dart for mobile, web, and desktop.
- Feature Packed: Manage roles, webhooks, UI components, and moderation from one intuitive interface.
Our namesake project, Ketsuna, is currently in planning and incubation. It does not have a public purpose yet, but exciting ideas are in progress behind the scenes.
- Core source code for the Bot-Creator app and its runners.
- Shared libraries and APIs across our ecosystem.
- Community discussions and issue trackers.
- Report Bugs: Open an issue in the relevant repository.
- Suggest Features: Start a discussion with your idea.
- Contribute Code: Pull requests are welcome. Read CONTRIBUTING.md (when available) before starting.
- Bot-Creator Website: https://bot-creator.fr
- Ketsuna Website: https://ketsuna.com
- Discord Community: https://discord.gg/gyEGNBUZdA
"Empowering communities with better tools." - The Ketsuna Team
Install dependencies:
npm installStart development server:
npm run devRun checks:
npm run checkBuild for production:
npm run build