nyxo.js
Version:
Complete Next-Generation Discord Bot Framework with Type-Safe API, Auto-Caching, and Real-Time Gateway
56 lines (47 loc) • 2.44 kB
Markdown
<div align="center">
<h1>🌌 Nyxo.js</h1>
<h3>Next-Generation Discord Bot Framework for Discord Applications</h3>
<p align="center">
<a href="https://www.npmjs.com/package/nyxo.js">
<img src="https://img.shields.io/npm/v/nyxo.js?style=for-the-badge&logo=npm&color=CB3837" alt="NPM Version">
</a>
<a href="https://www.npmjs.com/package/nyxo.js">
<img src="https://img.shields.io/npm/dm/nyxo.js?style=for-the-badge&logo=npm&color=CB3837" alt="NPM Downloads">
</a>
<a href="https://github.com/AtsuLeVrai/nyxo.js/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/AtsuLeVrai/nyxo.js?style=for-the-badge&logo=apache&color=D22128" alt="License">
</a>
</p>
<br />
<img src="../../public/nyxojs_banner.png" alt="Nyxo.js Banner" width="70%" style="border-radius: 8px;">
</div>
## 🚀 About
`Nyxo.js` is a cutting-edge Discord bot framework that redefines how developers build Discord applications. Designed
from the ground up with TypeScript, it provides a comprehensive, modular, and type-safe ecosystem for creating
sophisticated Discord bots with enterprise-grade reliability and performance.
Built on a foundation of specialized packages that work seamlessly together, Nyxo.js offers everything from low-level
Gateway connections to high-level abstractions, giving developers the flexibility to use exactly what they need while
maintaining complete type safety throughout their application.
Perfect for building everything from simple utility bots to complex, large-scale Discord applications with advanced
features like sharding, caching strategies, and real-time event processing.
> [!NOTE]
> **Beta Release** - Core features are stable and ready for testing. Designed as a complete ecosystem of Discord
> development tools that can be used together as a framework or independently as specialized libraries.
## 📦 Installation
```bash
npm install nyxo.js
yarn add nyxo.js
pnpm add nyxo.js
bun add nyxo.js
```
---
<div align="center">
<h3>The Complete Discord Bot Framework</h3>
<p>
<a href="../../README.md">🌌 Main Project</a> •
<a href="../../LICENSE">📜 License</a> •
<a href="https://nyxojs.dev">📖 Documentation</a> •
<a href="https://discord.gg/hfMzQMbaMg">💬 Discord</a> •
<a href="https://github.com/AtsuLeVrai/nyxo.js/issues">🐛 Issues</a>
</p>
</div>