Clean Your Storage Using Appwrite's Swift Cloud Functions

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
  1. sdk-for-swift

    [READ-ONLY] Official Appwrite Swift SDK 🦅🍎

    import PackageDescription let package = Package( name: "StorageCleaner", dependencies: [ .package(url: "https://github.com/appwrite/sdk-for-swift", "0.1.0") //TODO update version ], targets: [ .executableTarget( name: "StorageCleaner", dependencies: [ .product(name: "Appwrite", package: "sdk-for-swift"), ]), .testTarget( name: "StorageCleanerTests", dependencies: ["StorageCleaner"]), ] )

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. Appwrite

    Build like a team of hundreds_

    Hope you enjoyed this article! We love contributions and encourage you to take a look at our open issues and ongoing RFCs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Custom Svelte Store with Appwrite and Caching

    2 projects | dev.to | 28 Jun 2022
  • Appwrite 0.12 - A major milestone for the self hosted Firebase Alternative

    5 projects | /r/selfhosted | 5 Jan 2022
  • Getting started with Appwrite's Apple SDK and SwiftUI

    3 projects | dev.to | 18 Oct 2021
  • 🚀 Self Hosted Firebase Alternative ( and it's completely open source )

    4 projects | /r/selfhosted | 8 Jul 2021
  • Build a React File Sharing App with Granular Access Controls (ReBAC)

    1 project | dev.to | 16 Apr 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?