# Using CloudKit for content hosting and feature flags

DevFeed: [Using CloudKit for content hosting and feature flags](<https://devfeed.tech/articles/using-cloudkit-for-content-hosting-and-feature-flags-39521.md>)

Original publisher: [Read original article](<https://rambo.codes/posts/2021-12-06-using-cloudkit-for-content-hosting-and-feature-flags>)

Published: 2021-12-06T15:00:00Z

Content type: tutorial

Language: en

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

Topics: [feature flags](<https://devfeed.tech/topics/feature-flags.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [coding](<https://devfeed.tech/tags/coding.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [databases](<https://devfeed.tech/tags/databases.md>), [feature-flags](<https://devfeed.tech/tags/feature-flags.md>), [hosting](<https://devfeed.tech/tags/hosting.md>)

## AI overview

This tutorial explains how to use CloudKit's public database for app configuration, feature flags, and content hosting. It reviews CloudKit's private, shared, and public databases and discusses the implications of allowing authenticated users to read, write, and create public records.

## Source excerpt

Gui Rambo writes about his coding and reverse engineering adventures.