SaaSHub helps you find the best software and product alternatives Learn more →
Sdk-for-swift Alternatives
Similar projects and alternatives to sdk-for-swift
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
demos-for-functions
Discontinued Demo for Appwrite cloud functions in multiple coding languages ⚡️ 🌩
-
-
-
playground-for-apple-swiftui
Simple examples that help you get started with Appwrite + Apple with SwiftUI (=❤️)
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
playground-for-swift
Simple examples that help you get started with Appwrite + Swift for Server (=❤️)
-
playground-for-apple-uikit
Simple examples that help you get started with Appwrite + iOS with UIKit (=❤️)
-
demo-job-portal-with-apple
Discontinued A basic demo example for integrating between Appwrite & Apple (=❤️)
sdk-for-swift discussion
sdk-for-swift reviews and mentions
-
Clean Your Storage Using Appwrite's Swift Cloud Functions
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"]), ] )
-
Swift 101: Building a Library with Swift Package Manager
// swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "FooPackage", products: [ .library( name: "FooPackage", targets: ["FooPackage"]), ], dependencies: [ .package(name: "Appwrite", url: "https://github.com/appwrite/sdk-for-swift", from: "0.1.0") ], targets: [ .target( name: "FooPackage", dependencies: [ "Appwrite" ] ) .testTarget( name: "FooPackageTests", dependencies: [ "FooPackage" ] ) ] )
-
Getting Started With Appwrite's Apple SDK 📱💻
To learn more, you can check our official Appwrite 0.11 announcement post, and check our Apple and Swift SDKs. If you have any further questions you can join the Appwrite team and community on the Appwrite Discord server.
-
Building apps just got Swifter! - Announcing Appwrite v0.11
We have also released a brand new Swift Server SDK to go along with the Apple one! Setting up the Swift SDK only requires adding the dependency to your Package.swift file. You can check out our Getting Started Guide or follow along for a quick summary.
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Stats
appwrite/sdk-for-swift is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of sdk-for-swift is Swift.
Popular Comparisons
- sdk-for-swift VS playground-for-swift
- sdk-for-swift VS sdk-for-apple
- sdk-for-swift VS playground-for-apple-swiftui
- sdk-for-swift VS playground-for-apple-uikit
- sdk-for-swift VS demos-for-functions
- sdk-for-swift VS demo-job-portal-with-apple
- sdk-for-swift VS rfc
- sdk-for-swift VS swift
- sdk-for-swift VS Appwrite