> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stringboot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Stringboot documentation

***

<img src="https://mintcdn.com/axtrix/JpvhIQcSPMas7au9/images/Frame199.png?fit=max&auto=format&n=JpvhIQcSPMas7au9&q=85&s=4fcf850e76d415d47f7957b8dfcb74f0" alt="Frame199 Pn" width="1920" height="1178" data-path="images/Frame199.png" />

## What is Stringboot?

Stringboot is a modern **String Management Platform** designed for high-performance, offline-first applications. It allows you to manage your application's copy, translations, and configurations remotely without requiring app updates.

Unlike traditional i18n solutions, Stringboot is built for the AI era, providing:

* **Instant Updates**: Push string changes to your users in real-time.
* **Offline-First**: Robust caching ensures your app works perfectly without an internet connection.
* **A/B Testing**: Native support for testing copy variations to optimize conversion.
* **AI Translations**: Integrated AI tools to translate your content instantly.

## Getting Started

Choose your platform to get started with Stringboot.

<CardGroup cols={2}>
  <Card title="Android SDK" icon="android" href="/android-sdk/index">
    Native Android integration with Jetpack Compose and XML support.
  </Card>

  <Card title="iOS SDK" icon="apple" href="/ios-sdk/index">
    Swift SDK for iOS and macOS with SwiftUI and UIKit support.
  </Card>

  <Card title="Web SDK" icon="js" href="/web-sdk/index">
    JavaScript/TypeScript SDK for React, Next.js, Vue, and more.
  </Card>

  <Card title="Dashboard" icon="gauge" href="/dashboard-guides/dashboard-overview">
    Manage your strings, languages, and API tokens.
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="Dynamic Strings" icon="pen-to-square">
    Update text, labels, and messages instantly without app store releases.
  </Card>

  <Card title="Smart Caching" icon="database">
    Multi-layered caching (Memory + Disk) ensures sub-millisecond access times.
  </Card>

  <Card title="A/B Testing" icon="flask">
    Run experiments on your copy to see what drives better engagement.
  </Card>

  <Card title="FAQ Provider" icon="circle-question">
    Manage dynamic FAQs with tag-based filtering and search.
  </Card>
</CardGroup>
