Appwrite

Active
GitHub TypeScript BSD-3-Clause

Description

Appwrite is an open-source BaaS platform bundling database, auth, storage and functions, ready as a full-stack backend for AI agent apps.

Key Features

  • Integrated backend — database, auth, storage, functions and push in one
  • Self-hostable — one-Docker-command deployment with full data control
  • Multi-language SDKs — Web, Flutter, iOS, Android, React Native, Server
  • Real-time subscriptions — database changes and messages streamed to clients
  • Functions — Deno and Node runtimes, easy to integrate with LLMs
  • Fine-grained permissions — RBAC and row-level security built in

Use Cases

💡 Powering the full backend of an AI agent app for Web/Mobile clients
💡 Standing up a secure self-hosted BaaS in a private cloud
💡 Deploying LLM inference or workflow scheduling as Appwrite Functions
💡 Unified auth and database across multi-platform apps

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (57.3k stars)
  • Permissive open-source license (BSD-3-Clause)

Quick Start

docker run -d --name appwrite \
  -p 80:80 -p 443:443 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  appwrite/appwrite:1.6

Related Projects

AppFlowy

76.2k · Dart
Active A+

AppFlowy is an open-source Notion alternative with AI workflows, knowledge base, kanban and multi-device sync, usable as agent long-term memory.

note-takingproject-managementai +2
  • · Self-hostable — full data ownership, deploys locally or on a private server
  • · AI assistant — built-in AI for writing, summarizing, translating and table generation
  • · Knowledge base — nested pages, databases, linked views for structured notes

Meshroom

12.9k · Python
Active A

AliceVision framework node-based 3D reconstruction visual programming toolbox for generating 3D models from images.

3d-reconstructionphotogrammetryvisual-programming +2
  • · Node-based workflow - Blender-like visual node editor for combining algorithm stages
  • · Complete photogrammetry pipeline - feature extraction, matching, sparse reconstruction, dense reconstruction, meshing, texturing
  • · Based on AliceVision - academically validated open-source photogrammetry library, stable quality

Ansible

70.6k · Python
Active A+

Ansible is an agentless automation platform that orchestrates servers, cloud and network using YAML playbooks; serves as the stable execution layer for agent tools.

automationconfiguration-managementagent +2
  • · Agentless — executes over SSH/WinRM, no agent required on target machines
  • · YAML playbooks — declarative YAML describes desired system state
  • · Idempotent — repeat runs produce the same state, ideal for agent toolchains