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

# Introduction

> A quick introduction of StorageSync

<img className="block dark:hidden border rounded-lg" src="https://mintcdn.com/storagesync/anetAG90BMoyQ6lo/images/home-screen.png?fit=max&auto=format&n=anetAG90BMoyQ6lo&q=85&s=77b4b0106f3dc5570859b4c30827489a" alt="Hero Light" width="3024" height="1646" data-path="images/home-screen.png" />

<img className="hidden dark:block border rounded-lg" src="https://mintcdn.com/storagesync/anetAG90BMoyQ6lo/images/home-screen-dark.png?fit=max&auto=format&n=anetAG90BMoyQ6lo&q=85&s=4bd87347bfa9cf4f26f12355a2e9744f" alt="Hero Dark" width="3024" height="1646" data-path="images/home-screen-dark.png" />

## What is StorageSync?

StorageSync is a simple, powerful cloud storage solution built on Cloudflare's global network. Our service simplifies bucket creation, file management, and team collaboration, allowing you to focus on building great products instead of wrestling with complex storage systems.

## Why StorageSync?

* **Simplicity**: Create buckets and upload files with just a few clicks or API calls.
* **Speed**: Leverage Cloudflare's worldwide CDN for lightning-fast content delivery.
* **Integration**: Easily connect with Slack and/or set up webhooks for automated workflows.

## Getting Started

Whether you're a solo developer or part of a large team, getting started with StorageSync is quick and easy:

1. [Sign up for an account](https://storagesync.app/login)
2. Create your first team
3. Create your first bucket
4. Upload your files using our SDK, API or the web interface

## Next Steps - Choose your language

<CardGroup cols={2}>
  <Card title="Typescript / Javascript" icon="js" href="/sdks/typescript/installation">
    Start building great file integrations with our Typescript SDK
  </Card>

  <Card title="Python" icon="python" href="/sdks/python">
    Start building great file integrations with our Python SDK
  </Card>

  <Card title="Go" icon="golang" href="/sdks/go">
    Start building great file integrations with our Go SDK
  </Card>

  <Card title="PHP" icon="php" href="/sdks/php">
    Start building great file integrations with our PHP SDK
  </Card>
</CardGroup>
