Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 41a65b0

Browse files
authored
chore: add deprecation notice (#541)
1 parent e6afc1c commit 41a65b0

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# ⚠️ REPOSITORY DEPRECATED - MOVED TO MONOREPO
2+
3+
> **🚨 This repository has been moved and will be archived on October 10, 2025**
4+
>
5+
> **All development has moved to the [Supabase JS Monorepo](https://github.com/supabase/supabase-js)**
6+
>
7+
> **If you're looking for the README of `realtime-js`, you can find it at:**
8+
> **https://github.com/supabase/supabase-js/tree/master/packages/core/realtime-js**
9+
>
10+
> ### What happened?
11+
> This repository was merged into the main Supabase JS monorepo for better coordination, testing, and releases.
12+
>
13+
> ### What you need to do:
14+
> - **📖 For documentation**: Visit the [new realtime-js location](https://github.com/supabase/supabase-js/tree/master/packages/core/realtime-js)
15+
> - **🐛 For issues**: Create them in the [supabase-js repository](https://github.com/supabase/supabase-js/issues)
16+
> - **🔧 For contributions**: See the [Contributing Guide](https://github.com/supabase/supabase-js/blob/master/CONTRIBUTING.md)
17+
> - **📚 For migration help**: Read the [Migration Guide](https://github.com/supabase/supabase-js/blob/master/docs/MIGRATION.md)
18+
>
19+
> ### If you have open work:
20+
> - **Uncommitted changes**: Manually transport your work to the monorepo (file structure is the same under `packages/core/realtime-js/`)
21+
> - **Open PRs**: Tag a maintainer in your PR and we'll help you migrate it
22+
> - **Issues**: Will be transported to the supabase-js repository
23+
>
24+
> **⚠️ This is the old repository. Please use the [supabase-js monorepo](https://github.com/supabase/supabase-js) going forward.**
25+
26+
---
27+
128
<br />
229
<p align="center">
330
<a href="https://supabase.io">
@@ -8,7 +35,7 @@
835
</picture>
936
</a>
1037

11-
<h1 align="center">Supabase Realtime Client</h1>
38+
<h1 align="center">Supabase Realtime Client (DEPRECATED - USE MONOREPO)</h1>
1239

1340
<h3 align="center">Send ephemeral messages with <b>Broadcast</b>, track and synchronize state with <b>Presence</b>, and listen to database changes with <b>Postgres Change Data Capture (CDC)</b>.</h3>
1441

0 commit comments

Comments
 (0)