Home

Awesome

Appwrite Explorer

This app is best used with Appwrite version 1.2.X.

Appwrite Explorer is a tool that let's you explore different aspects of an Appwrite project from the front end.

Features

Account

Sign In

Database

Database List

Storage

Storage List

Functions

Functions List

Teams

Teams List

Realtime

Realtime List

Getting Started

Appwrite Explorer is best run locally using Docker.

Prerequisites

Running

Start the container:

docker run --rm -p 8080:80 stnguyen90/appwrite-explorer

Then, browse to http://localhost:8080.