Console screenshot

Console

Author Avatar Theme by Appwrite
Updated: 23 May 2025
356 Stars

The Console that makes Appwrite tick from the browser

Categories

Overview:

Appwrite Console is the Graphical User Interface that developers use to interact with their Appwrite instance in the web browser. It has been built with the Svelte and Svelte Kit frameworks. The development experience, simplicity, consistency, accessibility, scalability, and collaboration are all prioritized in the new version of the console. Contributions to the project go through a proper review process, and security issues can be reported via email.

Features:

  • Developer Experience: The console focuses on providing a great developer experience with its user-friendly interface.
  • Simplicity: The new UI reduces visual load and includes only necessary information.
  • Consistency: The console uses a consistent UI library, ensuring a smooth navigation experience.
  • Accessibility: The console is designed to be accessible for developers of all skill levels and adheres to accessibility standards.
  • Scalability and Collaboration: The console is built using well-known frameworks like Svelte, making it more maintainable and open for community contributions.

Installation:

To install Appwrite Console, follow these steps:

  1. Clone the repository using the following command:
git clone <repository-url>
  1. Navigate to the cloned directory:
cd <directory>
  1. Install the necessary dependencies:
npm install
  1. Build the console:
npm run build
  1. Serve the built files:
npm run serve
  1. Access the console in your browser at http://localhost:5000.

Summary:

Appwrite Console is a Graphical User Interface for interacting with Appwrite instances in the web browser. It prioritizes developer experience, simplicity, consistency, accessibility, scalability, and collaboration. The console is built with Svelte and Svelte Kit frameworks, and contributions undergo a review process. Security issues can be reported via email.