Home
Softono
a

appwrite

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
24

Software by appwrite

Appwrite
Open Source

Appwrite

End to end backend server for web, native, and mobile developers 🚀.

Mobile Development Backend as a Service
56.2K Github Stars
Pink
Open Source

Pink

Pink. Appwrite's official framework agnostic design system 🎨 🩷

Web Components & Widgets Design Systems & Tokens
523 Github Stars
Sdk For React Native
Open Source

Sdk For React Native

The Appwrite React Native SDK is an official, open-source library designed to simplify backend integration for mobile applications built with React Native. It serves as a client for the Appwrite server, an open-source backend-as-a-service platform that abstracts complex development tasks behind a unified REST API. This SDK enables developers to quickly connect their React Native apps to Appwrite services, facilitating easier access to core backend functionalities such as user authentication, database management, file storage, cloud functions, and real-time subscriptions. The software is fully compatible with Appwrite server version 1.9.x and requires specific setup steps including the installation of dependencies like react-native-url-polyfill and configuration of platform-specific identifiers for iOS and Android. Installation is supported for both standard React Native and Expo projects. The SDK provides a straightforward interface for initializing clients, configuring endpoints and project IDs, and executin

Mobile Development Backend as a Service
4.3K Github Stars
Awesome Appwrite
Open Source

Awesome Appwrite

Carefully curated list of awesome Appwrite resources 💪

Productivity Note Taking
1.1K Github Stars
Sdk For Flutter
Open Source

Sdk For Flutter

The Appwrite Flutter SDK is the official Flutter package for integrating Flutter applications with the Appwrite backend platform. Compatible with Appwrite server version 1.9.x, it supports building apps for Android, iOS, Linux, macOS, Web, and Windows. The SDK provides access to Appwrite's REST API, allowing developers to use backend services such as authentication, databases, storage, functions, and real-time updates directly from Flutter applications. Installation is done by adding the dependency to the pubspec.yaml file or using the flutter pub add appwrite command. To get started, a new Flutter platform must be added through the Appwrite console with the appropriate app credentials for each target device. Platform-specific configuration is required for Android, including manifest updates for OAuth callback handling, and iOS, where the app name and Bundle ID must be registered. The SDK simplifies backend integration, enabling secure and faster app development by abstracting repetitive infrastructure tasks

Developer Tools Mobile Development
418 Github Stars
Sdk For Web
Open Source

Sdk For Web

Official Appwrite Web SDK for integrating web applications with the Appwrite backend server. Appwrite is an open-source backend-as-a-service platform that simplifies development by providing REST APIs for common backend tasks such as user authentication, database management, file storage, cloud functions, and more. The SDK is compatible with Appwrite server version 1.9.x and can be installed via NPM or loaded through a CDN for browser-based applications. It offers full type safety with TypeScript generics for database document operations. Key features include easy initialization with an API endpoint and project ID, modular service access covering account management, databases, storage, functions, teams, and other Appwrite services. Developers can quickly add a web platform through the Appwrite console, configure cross-domain communication, and begin making API requests with minimal setup.

Developer Tools JavaScript Libraries & Components
333 Github Stars
Sdk For Python
Open Source

Sdk For Python

The Appwrite Python SDK is the official Python client library for integrating applications with the Appwrite backend-as-a-service platform. Compatible with Appwrite server version 1.9.x, it allows developers to interact with Appwrite's REST API for tasks such as user management, database operations, and more. Key features include easy installation via PyPI or uv, typed Pydantic models for structured response handling, and type safety support for database operations through generic methods that accept custom Pydantic models. The SDK supports initialization with API endpoint, project ID, and API secret key, with options for self-signed SSL certificates in development mode. Use cases include building secure backend-powered applications faster by leveraging Appwrite's simplified API for authentication, database management, storage, and other backend services. Developers can quickly make API calls, access response fields as model attributes, and convert results to dictionaries as needed. Full API documentation is

Backend as a Service
270 Github Stars
Sdk For Node
Open Source

Sdk For Node

Appwrite Node.js SDK is the official Software Development Kit for integrating Appwrite backend services into Node.js applications. It provides a complete interface to Appwrite's APIs, supporting user authentication, database operations, file storage, cloud functions, and server-side logic. The SDK is compatible with Node.js runtimes, including serverless environments such as AWS Lambda, Vercel, and Netlify Functions, as well as traditional backend setups. Key features include account and user management, database and collection handling, file uploads and management, serverless function execution, locale and country data access, and real-time subscriptions. Designed for backend development, it enables developers to build scalable web and mobile applications by handling server-side interactions with the Appwrite platform. This package is the read-only mirror of the active development repository.

Developer Tools Backend as a Service
256 Github Stars
Sdk For Php
Open Source

Sdk For Php

The official Appwrite PHP SDK is a server-side library that enables PHP applications to integrate with Appwrite, an open-source backend-as-a-service platform. It wraps the Appwrite REST API, allowing developers to easily access backend services such as user authentication, databases, storage, functions, and more directly from PHP code. Installation is done via Composer, and the SDK requires PHP 8.2 or later. The client is initialized with an API endpoint, project ID, and API key, after which developers can instantiate service objects to make requests on behalf of their application. The SDK supports self-signed SSL certificates for development environments and provides a structured exception handling mechanism through the AppwriteException class. Compatible with Appwrite server version 1.9.x, it is auto-generated by the Appwrite SDK Generator and is suitable for building secure, scalable applications faster by leveraging Appwrite's pre-built backend tools.

Developer Tools Backend as a Service
155 Github Stars
Sdk For Android
Open Source

Sdk For Android

Official Appwrite Android SDK for integrating Appwrite backend services into Android applications. Provides methods and utilities for handling authentication, database operations, file storage, cloud functions, and real-time subscriptions. Supports Kotlin and Java, allowing developers to build secure and scalable Android apps with seamless communication to the Appwrite server. Includes features for user management, document CRUD operations, file uploads and downloads, team collaboration, and push notifications. Designed for mobile developers seeking a reliable SDK to power native Android applications with Appwrite's open-source backend platform.

Mobile Development Backend as a Service
154 Github Stars
Playground For Flutter
Open Source

Playground For Flutter

Simple examples that help you get started with Appwrite + Flutter (=❤️)

Productivity Mobile Development
127 Github Stars
Sdk For Dart
Open Source

Sdk For Dart

The official Dart SDK for integrating with Appwrite, an open-source backend as a service platform that simplifies development through a REST API. This server-side SDK allows Dart applications to interact with Appwrite's backend APIs and tools, including user management, databases, storage, and more. Compatible with Appwrite server version 1.9.x. Installation is done by adding dartappwrite to pubspec.yaml dependencies or via dart pub add. The SDK provides straightforward initialization by setting project ID and API key credentials, then enables API calls such as user creation. Errors are handled through the AppwriteException object, which includes message, code, and response properties. The library is auto-generated by Appwrite's SDK generator and is intended for server-side Dart code, not Flutter (which has its own SDK). Licensed under BSD-3-Clause.

JavaScript Libraries & Components Backend as a Service
118 Github Stars
Playground For Web
Open Source

Playground For Web

Simple examples that help you get started with Appwrite + Web (=❤️)

HTML CSS & Website Templates Backend as a Service
109 Github Stars
Sdk For Kotlin
Open Source

Sdk For Kotlin

Official Kotlin SDK for integrating with Appwrite from server-side Kotlin applications. Appwrite is an open-source backend-as-a-service platform that simplifies backend development through a REST API. This SDK provides access to Appwrite backend APIs and tools, including services for user management, databases, storage, functions, and more. Compatible with Appwrite server version 1.9.x. Available on Maven Central and installable via Gradle or Maven. Initialize the SDK with your API endpoint, project ID, and API key, then call any Appwrite service method to interact with your backend. Designed for Kotlin server-side code, not Android, with built-in support for coroutines through suspend functions.

JavaScript Libraries & Components Backend as a Service
90 Github Stars
Sdk For Deno
Open Source

Sdk For Deno

The Appwrite Deno SDK is deprecated. Developers should use the Appwrite Node.js SDK with Deno through import as sdk from "npm:node-appwrite" instead, since Deno's Node.js compatibility makes the transition seamless. The Node.js SDK offers better maintenance, faster updates, and full feature parity, ensuring access to the latest Appwrite capabilities. The deprecated Deno-specific SDK previously provided tools for interacting with Appwrite's backend server API, enabling developers to initialize clients with endpoint, project ID, and API keys to call services like user management. The API surface remains identical between both SDKs, allowing existing code to work with minimal changes. New projects should adopt the Node.js SDK approach for ongoing support.

JavaScript Libraries & Components Backend as a Service
81 Github Stars
Playground For Node
Open Source

Playground For Node

Simple examples that help you get started with Appwrite + Node.js (=❤️)

Documentation Backend as a Service
72 Github Stars
Playground For Android
Open Source

Playground For Android

Simple examples that help you get started with Appwrite + Android (=❤️)

Mobile Development Backend as a Service
71 Github Stars
Sdk For Ruby
Open Source

Sdk For Ruby

Official Appwrite Ruby SDK for integrating Ruby applications with the Appwrite backend server. Appwrite is an open-source backend-as-a-service platform that provides a REST API for common development tasks like authentication, database management, file storage, and server-side functions. This SDK is compatible with Appwrite server version 1.9.x and supports installation via gem with the command gem install appwrite. It allows developers to initialize a client with a server endpoint, project ID, and API secret key, then interact with Appwrite services such as user management, where operations like creating users with unique IDs, email, phone, and password are supported. The SDK includes built-in error handling through the Appwrite::Exception class, exposing message, code, and response properties for catching and managing errors. It is auto-generated by the Appwrite SDK generator, ensuring consistency with the Appwrite API. Suitable for Ruby developers building apps that require secure authentication, data stor

JavaScript Libraries & Components Backend as a Service
64 Github Stars
Demos For Vue
Open Source

Demos For Vue

Demos and tutorials for getting started with Appwrite + Vue.js

HTML CSS & Website Templates Backend as a Service
47 Github Stars
Playground For Dart
Open Source

Playground For Dart

Simple examples that help you get started with Appwrite + Dart (=❤️) as an Appwrite server-side integration.

Mobile Development Backend as a Service
41 Github Stars
Demos For Svelte
Open Source

Demos For Svelte

Demos and tutorials for getting started with Appwrite + Svelte

HTML CSS & Website Templates Backend as a Service
40 Github Stars
Playground For Dotnet
Open Source

Playground For Dotnet

Simple examples that help you get started with Appwrite + .NET (=❤️)

Code Editors & IDEs Backend as a Service
35 Github Stars
Playground For Deno
Open Source

Playground For Deno

Simple examples that help you get started with Appwrite + Deno (=❤️)

JavaScript Libraries & Components Backend as a Service
34 Github Stars
Demos For Angular
Open Source

Demos For Angular

Demos and tutorials for getting started with Appwrite + Angular JS

HTML CSS & Website Templates Backend as a Service
30 Github Stars