mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 05:52:48 +08:00
74 lines
2.0 KiB
Plaintext
74 lines
2.0 KiB
Plaintext
---
|
|
id: reference
|
|
title: Reference Documentation
|
|
sidebar_label: Reference Documentation
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
Reference documentation for the official Supabase client libraries, APIs, and tools.
|
|
|
|
<div className="container p-0">
|
|
<div className="grid grid-cols-2 gap-3">
|
|
<div className="w-1/2">
|
|
<ButtonCard
|
|
icon="/docs/img/libraries/javascript-icon.svg"
|
|
to="/reference/javascript"
|
|
title="JavaScript"
|
|
description="JavaScript and TypeScript documentation."
|
|
/>
|
|
</div>
|
|
<div className="w-1/2">
|
|
<ButtonCard
|
|
icon="/docs/img/libraries/flutter-icon.svg"
|
|
to="/reference/dart"
|
|
title="Flutter"
|
|
description="Flutter and Dart documentation."
|
|
/>
|
|
</div>
|
|
<div className="w-1/2">
|
|
<ButtonCard icon="/docs/img/icons/cli-icon.svg"
|
|
to="/reference/cli"
|
|
title="Supabase CLI"
|
|
description="Tools for developing your Supabase projects locally."
|
|
/>
|
|
</div>
|
|
<div className="w-1/2">
|
|
<ButtonCard icon="/docs/img/icons/api-icon.svg"
|
|
to="/reference/api"
|
|
title="Management API"
|
|
description="Manage your Supabase projects programmatically." />
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
## Self-hosting
|
|
|
|
Reference documentation for self-hosting Supabase features.
|
|
|
|
<div className="container">
|
|
<div className="grid grid-cols-2 gap-3">
|
|
<div className="w-1/2">
|
|
<ButtonCard
|
|
to="/reference/auth"
|
|
title="Auth Server"
|
|
description=" JSON Web Token (JWT)-based API for managing users and issuing access tokens."
|
|
/>
|
|
</div>
|
|
<div className="w-1/2">
|
|
<ButtonCard
|
|
to="/reference/realtime"
|
|
title="Realtime"
|
|
description="Build multiplayer applications and listen to your database changes via websockets."
|
|
/>
|
|
</div>
|
|
<div className="w-1/2">
|
|
<ButtonCard
|
|
to="/reference/storage"
|
|
title="Storage"
|
|
description="S3-compatible object storage service that integrates with Postgres."
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|