/assistant

Appwrite's AI assistant 🧠

Primary LanguageJavaScript

Assistant ✨

Discord Twitter Account appwrite.io

Appwrite Assistant is an AI-powered API that helps you with Appwrite-related tasks, powered by the official Appwrite documentation.

Installation

Make sure you have pnpm installed.

To install, run the following command.

pnpm i

Usage

To run the server, execute the main.js file with node, or run the dev command to hot-restart the server on file changes.

node main.js
# Or
pnpm run dev

Contributing

All code contributions, including those of people having commit access, must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.

We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.