StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Appwrite
Appwrite logo

Appwrite

Verified

Build like a team of hundreds_

Planet Earth, Milky Wayappwrite.io
72
Tools
5
Decisions
133
Followers

Tech Stack

Application & Data

24 tools

MongoDB logo
MongoDB
PostgreSQL logo
PostgreSQL
Python logo
Python
Ruby logo
Ruby
MySQL WorkBench logo
MySQL WorkBench
Swoole logo
Swoole
Deno logo
Deno
Flutter logo
Flutter
Kotlin logo
Kotlin
TypeScript logo
TypeScript
Vue.js logo
Vue.js
Markdown logo
Markdown
Swift logo
Swift
Angular logo
Angular
Next.js logo
Next.js
Nuxt.js logo
Nuxt.js
Astro logo
Astro
PHP logo
PHP
Node.js logo
Node.js
InfluxDB logo
InfluxDB
SvelteKit logo
SvelteKit
MariaDB logo
MariaDB
Dart logo
Dart
JavaScript logo
JavaScript

Utilities

5 tools

ClamAV logo
ClamAV
Slack logo
Slack
Twilio logo
Twilio
Let's Encrypt logo
Let's Encrypt
Plausible logo
Plausible

DevOps

3 tools

Better Stack logo
Better Stack
StatsD logo
StatsD
Chronograf logo
Chronograf

Team Members

Eldad Fux
Eldad FuxCreator
Steven Nguyen
Steven NguyenSuccess Lead
Chirag Aggarwal
Chirag AggarwalPlatform Engineer

Engineering Blog

Stack Decisions

Eldad Fux
Eldad Fux

May 23, 2021

Announcing a new Appwrite Release - a step closer to becoming a complete OSS Firebase Alternative

We are happy to share that we've just released Appwrite 0.8 for Flutter that takes Appwrite a step closer to become a complete open-source alternative to Firebase. The new Appwrite version adds support for JWT auth, ARM devices, Anonymous login, and advanced image manipulations. We'd love any feedback and requests for new features!

Appwrite already has support for Database, Authentication, Storage and Cloud Functions and the team is already working on adding support for real-time, GraphQL, MongoDB, and other pretty cool features that are in the pipeline.

We'd love to learn what features you'd like to see next…

You can learn more or contribute on our Github repo: https://github.com/appwrite/appwrite

3.43k views3.43k
Comments
Eldad Fux
Eldad Fux

Jun 12, 2020

Appwrite community member and Flutter enthusiastic, Damodar Lohani has just released the first episode of his Appwrite + Flutter tutorials series! The first episode covers how to setup Appwrite as your Flutter app open-source backend server and how to create your first database collection.

https://www.youtube.com/watch?v=teUUt4ZqIvI&t=7s

75.5k views75.5k
Comments
Eldad Fux
Eldad Fux

May 14, 2020

Appwrite is a new open-source, end to end backend server for frontend and mobile developers that allows you to build apps a lot faster. Appwrite goal is to abstract and simplifies common development tasks behind REST APIs and tools to help developers build advanced apps way faster.

Appwrite server is packaged as a docker container which you can easily set up using a simple docker-compose command from your terminal on either your local machine or cloud provider.

mkdir appwrite-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml && \
docker-compose up -d --remove-orphans

You can learn more about Appwrite at the official GitHub repository (https://github.com/appwrite/appwrite) or on the official docs website: (https://appwrite.io/docs)

9.62k views9.62k
Comments
Eldad Fux
Eldad Fux

Mar 23, 2020

I am excited to share that I have just released the new version (0.5) of the Appwrite. Appwrite is a backend server packaged as a set of Docker containers. 🎉

Appwrite has ready to use HTTP APIs for authentication, database, storage, background tasks, and more to help you build web, native, and mobile apps a lot faster and more securely.

The new version adds support for custom domains, auto-generated SSL certificates (with Lets Encrypt's Certbot), dark mode, responsive dashboard, and many more improvements.

The best way to learn more about Appwrite is to visit the project website and docs (https://appwrite.io/docs) or to check out the GitHub repository (https://github.com/appwrite/appwrite).

9.24k views9.24k
Comments
Eldad Fux
Eldad Fux

Jan 6, 2020

Building a serverless tool is cool, but we wanted developers to be able to integrate with Appwrite any way they want. Front or back, it's up to developers to know what architecture fits best for their project.

Being unopinionated and cross-platform is a massive part of our dev cycle, but the most important thing is that we really just want to empower developers.

73.9k views73.9k
Comments