Appwrite: The Self-Hosted Backend Platform

An open-source, self-hostable backend-as-a-service platform that provides all the APIs you need to build any app.

Categories
Building the App
Self-Hosted
TypeScript
Our Take

Appwrite empowers developers to build faster by providing a complete backend solution out of the box. From authentication and databases to storage and functions, it's a powerful open-source alternative to Firebase or Supabase, giving you full control over your data and infrastructure.

Quick Start
```bash
# Using Docker
docker run -it --rm \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    -p 80:80 -p 443:443 \
    appwrite/appwrite:latest
```

Related Tools