# CloudKit 101

DevFeed: [CloudKit 101](<https://devfeed.tech/articles/cloudkit-101-39512.md>)

Original publisher: [Read original article](<https://rambo.codes/posts/2020-02-25-cloudkit-101>)

Published: 2020-02-25T05:00:00Z

Content type: tutorial

Language: en

Sources: [Rambo Codes](<https://devfeed.tech/sources/rambo-codes.md>)

Topics: [coding](<https://devfeed.tech/topics/coding.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [data](<https://devfeed.tech/topics/data.md>), [client](<https://devfeed.tech/topics/client.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [client](<https://devfeed.tech/tags/client.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [coding](<https://devfeed.tech/tags/coding.md>), [data](<https://devfeed.tech/tags/data.md>), [firebase](<https://devfeed.tech/tags/firebase.md>)

## AI overview

An introductory guide to Apple CloudKit as a backend and synchronization solution for apps on Apple platforms. It discusses CloudKit's production suitability, client-driven implementation, common use cases, and alternatives such as Realm Mobile Platform, Firebase, iCloud KVS, iCloud Documents, and custom web apps.

## Source excerpt

Gui Rambo writes about his coding and reverse engineering adventures.