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

# Overview

> Integrate Stringboot into your Web application

***

The Stringboot Web SDK is a high-performance, offline-first library for managing dynamic strings in your web applications. It supports **React**, **Vue**, **Next.js**, and **Vanilla JS**.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/web-sdk/quickstart">
    Get up and running in under 10 minutes.
  </Card>

  <Card title="React Integration" icon="react" href="/web-sdk/react">
    Native hooks and components for React.
  </Card>

  <Card title="Next.js" icon="server" href="/web-sdk/nextjs">
    Server Components and App Router support.
  </Card>

  <Card title="Vue.js" icon="vuejs" href="/web-sdk/vue">
    Composition API and Plugin support.
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="High Performance" icon="rocket">
    Sub-millisecond string lookups from memory cache.
  </Card>

  <Card title="Offline-First" icon="database">
    Full functionality without network via IndexedDB.
  </Card>

  <Card title="React Hooks" icon="react">
    Native `useString` and `useStringboot` hooks.
  </Card>

  <Card title="Next.js Support" icon="server">
    Full support for App Router and Server Components.
  </Card>

  <Card title="Multi-Language" icon="globe">
    Runtime language switching with instant UI updates.
  </Card>

  <Card title="A/B Testing" icon="flask">
    Native support for copy testing and experiments.
  </Card>
</CardGroup>

## Requirements

* **Node.js**: 16+
* **Browsers**: All modern browsers (Chrome, Firefox, Safari, Edge)
