https://github.com/appwrite/appwrite Skip to content Sign up * Product + Features + Mobile + Actions + Codespaces + Packages + Security + Code review + Issues + Integrations + GitHub Sponsors + Customer stories * Team * Enterprise * Explore + Explore GitHub + Learn and contribute + Topics + Collections + Trending + Learning Lab + Open source guides + Connect with others + The ReadME Project + Events + Community forum + GitHub Education + GitHub Stars program * Marketplace * Pricing + Plans + Compare plans + Contact Sales + Education [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} appwrite / appwrite Public * Notifications * Fork 1.5k * Star 17.5k Secure Backend Server for Web, Mobile & Flutter Developers AKA the 100% open-source Firebase alternative. appwrite.io BSD-3-Clause License 17.5k stars 1.5k forks Star Notifications * Code * Issues 192 * Pull requests 65 * Discussions * Actions * Projects 4 * Security * Insights More * Code * Issues * Pull requests * Discussions * Actions * Projects * Security * Insights This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 299 branches 39 tags Code Latest commit @eldadfux eldadfux Merge pull request #2967 from appwrite/add-comment ... 22f1472 Mar 22, 2022 Merge pull request #2967 from appwrite/add-comment feat: added comment about rethrowing PDO exception 22f1472 Git stats * 10,381 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github chore: add 0.13.x to issue template Mar 7, 2022 app Merge pull request #2967 from appwrite/add-comment Mar 22, 2022 bin Merge branch 'feat-functions-refactor' of github.com:appwrite/ appwrit... Jan 25, 2022 dev properly setup debugger for everyone and contribution guide Jul 11, 2021 docs Minor architecture fixes Mar 22, 2022 public fix: ui float value Mar 15, 2022 src chore: prepare 0.13.3 Mar 15, 2022 tests Merge pull request #2951 from appwrite/fix-user-search Mar 15, 2022 .dockerignore add buildstep to docker Oct 21, 2021 .env Synced env file Mar 17, 2022 .gitattributes fix(git): .gitattributes syntax Dec 1, 2021 .gitignore feat: improve functions tests Feb 19, 2022 .gitpod.Dockerfile chore: remove Deno install Mar 8, 2022 .gitpod.yml chore: remove starting Appwrite from Gitpod, handle forks Mar 10, 2022 CHANGES.md chore: update changelog Mar 15, 2022 CODE_OF_CONDUCT.md Fixed Grammer and Typo Oct 2, 2019 CONTRIBUTING.md Merge pull request #2796 from appwrite/0.13.x Mar 2, 2022 Dockerfile chore: update dependencies Mar 1, 2022 LICENSE Updated LICENSE May 12, 2019 README-CN.md chore: prepare 0.13.3 Mar 15, 2022 README.md chore: prepare 0.13.3 Mar 15, 2022 SECURITY.md Update SECURITY.md Feb 12, 2022 composer.json Update composer.json Mar 18, 2022 composer.lock Update composer.lock Mar 18, 2022 docker-compose.yml Merged docker composes (dev&prod) Mar 16, 2022 gulpfile.js refactored script to separate component Feb 16, 2022 package-lock.json chore: update dependencies Mar 1, 2022 package.json chore: update dependencies Mar 1, 2022 phpunit.xml tests(realtime): run the actual tests on travis Jul 26, 2021 psalm.xml Feat psalm analysis (#699) Oct 27, 2020 View code [ ] Installation Unix Windows CMD PowerShell Upgrade from an Older Version Getting Started Services SDKs Client Server Community Architecture Contributing Security Follow Us License README.md Appwrite Logo A complete backend solution for your [Flutter / Vue / Angular / React / iOS / Android / *ANY OTHER*] app Discord Docker Pulls Build Status Twitter Account Translate Swag Store English | Jian Ti Zhong Wen Appwrite 0.13 has been released! Learn what's new! Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster. Using Appwrite, you can easily integrate your app with user authentication & multiple sign-in methods, a database for storing and querying users and team data, storage and file management, image manipulation, Cloud Functions, and more services. Appwrite Find out more at: https://appwrite.io Table of Contents: * Installation + Unix + Windows o CMD o PowerShell + Upgrade from an Older Version * Getting Started + Services + SDKs o Client o Server o Community * Architecture * Contributing * Security * Follow Us * License Installation Appwrite backend server is designed to run in a container environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other container orchestration tool like Kubernetes, Docker Swarm, or Rancher. The easiest way to start running your Appwrite server is by running our docker-compose file. Before running the installation command, make sure you have Docker installed on your machine: Unix docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ appwrite/appwrite:0.13.3 Windows CMD docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ appwrite/appwrite:0.13.3 PowerShell docker run -it --rm , --volume /var/run/docker.sock:/var/run/docker.sock , --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , --entrypoint="install" , appwrite/appwrite:0.13.3 Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after installation completes. For advanced production and custom installation, check out our Docker environment variables docs. You can also use our public docker-compose.yml file to manually set up an environment. Upgrade from an Older Version If you are upgrading your Appwrite server from an older version, you should use the Appwrite migration tool once your setup is completed. For more information regarding this, check out the Installation Docs. Getting Started 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. * Getting Started for Web * Getting Started for Flutter * Getting Started for Apple * Getting Started for Android * Getting Started for Server * Getting Started for CLI Services * Account - Manage current user authentication and account. Track and manage the user sessions, devices, sign-in methods, and security logs. * Users - Manage and list all project users when in admin mode. * Teams - Manage and group users in teams. Manage memberships, invites, and user roles within a team. * Database - Manage database collections and documents. Read, create, update, and delete documents and filter lists of document collections using advanced filters. * Storage - Manage storage files. Read, create, delete, and preview files. Manipulate the preview of your files to fit your app perfectly. All files are scanned by ClamAV and stored in a secure and encrypted way. * Functions - Customize your Appwrite server by executing your custom code in a secure, isolated environment. You can trigger your code on any Appwrite system event, manually or using a CRON schedule. * Locale - Track your user's location, and manage your app locale-based data. * Avatars - Manage your users' avatars, countries' flags, browser icons, credit card symbols, and generate QR codes. For the complete API documentation, visit https://appwrite.io/docs. For more tutorials, news and announcements check out our blog and Discord Server. SDKs Below is a list of currently supported platforms and languages. If you wish to help us add support to your platform of choice, you can go over to our SDK Generator project and view our contribution guide. Client * Web (Maintained by the Appwrite Team) * Flutter (Maintained by the Appwrite Team) * Apple - Beta (Maintained by the Appwrite Team) * Android (Maintained by the Appwrite Team) Server * NodeJS (Maintained by the Appwrite Team) * PHP (Maintained by the Appwrite Team) * Dart - (Maintained by the Appwrite Team) * Deno - Beta (Maintained by the Appwrite Team) * Ruby (Maintained by the Appwrite Team) * Python (Maintained by the Appwrite Team) * Kotlin - Beta (Maintained by the Appwrite Team) * Apple - Beta (Maintained by the Appwrite Team) * .NET - Experimental (Maintained by the Appwrite Team) Community * Appcelerator Titanium (Maintained by Michael Gangolf) * Godot Engine (Maintained by fenix-hub @GodotNuts) Looking for more SDKs? - Help us by contributing a pull request to our SDK Generator! Architecture Appwrite Architecture Appwrite uses a microservices architecture that was designed for easy scaling and delegation of responsibilities. In addition, Appwrite supports multiple APIs (REST, WebSocket, and GraphQL-soon) to allow you to interact with your resources 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. 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. Security For security issues, kindly email us at security@appwrite.io instead of posting a public issue on GitHub. Follow Us Join our growing community around the world! See our official Blog. Follow us on Twitter, Facebook Page, Facebook Group , Dev Community or join our live Discord server for more help, ideas, and discussions. License This repository is available under the BSD 3-Clause License. About Secure Backend Server for Web, Mobile & Flutter Developers AKA the 100% open-source Firebase alternative. appwrite.io Topics javascript android swift docker ios apple firebase web tools serverless backend selfhosted self-hosted baas flutter hacktoberfest backend-as-a-service appwrite Resources Readme License BSD-3-Clause License Code of conduct Code of conduct Stars 17.5k stars Watchers 281 watching Forks 1.5k forks Releases 39 tags Contributors 239 * @eldadfux * @TorstenDittmann * @christyjacob4 * @lohanidamodar * @kodumbeats * @Meldiron * @PineappleIOnic * @abnegate * @brandonroberts * @armino-dev * @elad2412 + 228 contributors Languages * JavaScript 57.8% * PHP 26.9% * Less 13.5% * Dockerfile 1.1% * Shell 0.7% * (c) 2022 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.