> For the complete documentation index, see [llms.txt](https://docs.appkickstarter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appkickstarter.com/features/offline-support.md).

# Offline support

Key-value storage

With AppKickstarter, you can easily store key-value data using the com.russhwolf.settings dependency. This feature is compatible with both Android and iOS and the base is already set up for your project.

### Offline database <a href="#offline-database" id="offline-database"></a>

AppKickstarter also provides an offline database using the sqldelight dependency, which works on both Android and iOS. The base is already configured for your project, so you can start using the database right away.

<br>
