Appwrite Init has concluded! You can check out all the latest announcements on our Init website
DigitalOcean
Getting started with Appwrite is as easy as creating a new project, choosing your platform, and integrating its SDK into your code. You can easily get started with your platform of choice by reading one of our Getting Started tutorials.
| Platform | Technology |
|---|---|
| Web app | Quick start for Web |
| Quick start for Next.js | |
| Quick start for React | |
| Quick start for Vue.js | |
| Quick start for Nuxt | |
| Quick start for SvelteKit | |
| Quick start for Refine | |
| Quick start for Angular | |
| Mobile and Native | Quick start for React Native |
| Quick start for Flutter | |
| Quick start for Apple | |
| Quick start for Android | |
| Server | Quick start for Node.js |
| Quick start for Python | |
| Quick start for .NET | |
| Quick start for Dart | |
| Quick start for Ruby | |
| Quick start for Deno | |
| Quick start for PHP | |
| Quick start for Kotlin | |
| Quick start for Swift |
For the complete API documentation, visit https://appwrite.io/docs. For more tutorials, news and announcements check out our blog and Discord Server.
Below is a list of currently supported platforms and languages. If you would like to help us add support to your platform of choice, you can go over to our SDK Generator project and view our contribution guide.
Looking for more SDKs? - Help us by contributing a pull request to our SDK Generator!
Appwrite uses a microservices architecture that was designed for easy scaling and delegation of responsibilities. In addition, Appwrite supports multiple APIs, such as REST, WebSocket, and GraphQL to allow you to interact with your resources by leveraging your existing knowledge and protocols of choice.
The Appwrite API layer was designed to be extremely fast by leveraging in-memory caching and delegating any heavy-lifting tasks to the Appwrite background workers. The background workers also allow you to precisely control your compute capacity and costs using a message queue to handle the load. You can learn more about our architecture in the contribution guide.
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.
For security issues, kindly email us at [email protected] instead of posting a public issue on GitHub.
Join our growing community around the world! Check out our official Blog. Follow us on X, LinkedIn, Dev Community or join our live Discord server for more help, ideas, and discussions.
This repository is available under the BSD 3-Clause License.