> ## 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.

# Cookbook

> Real-world examples and sample applications

***

Welcome to the Stringboot Cookbook! Here you'll find a collection of recipes, code snippets, and UI components to help you build faster.

## Browse by Platform

Select a platform to view specific recipes and components:

<CardGroup cols={3}>
  <Card title="Web E-commerce" icon="react" href="/cookbook/web-samples">
    A complete Next.js e-commerce store with i18n and A/B testing.
  </Card>

  <Card title="Android News App" icon="android" href="/cookbook/android-samples">
    Jetpack Compose news reader with offline support and dynamic content.
  </Card>

  <Card title="iOS Travel Planner" icon="apple" href="/cookbook/ios-samples">
    SwiftUI travel companion app demonstrating advanced localization.
  </Card>
</CardGroup>

## Common Recipes

Quick solutions for common tasks:

* **Dynamic Pluralization**: Handling complex plural rules in different languages.
* **Date & Time Formatting**: Localizing timestamps and durations.
* **Rich Text Rendering**: Displaying HTML or Markdown content from strings.
* **Theme Switching**: Changing languages and themes dynamically.
