Skip to content

Commit 5111b53

Browse files
authored
🫡 chore: archive repo, point to Adapt as successor
1 parent a546f34 commit 5111b53

1 file changed

Lines changed: 25 additions & 31 deletions

File tree

‎README.md‎

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,77 @@
1-
# Unbody
2-
[Unbody](https://unbody.io/) is building the [Supabase](https://supabase.com/) of the AI era.
1+
# Unbody (archived)
32

4-
Building AI features today is a complex and fragmented process. Unbody fixes that. We're continuing our journey out in the open. The project is in early development, so expect some rough edges.
3+
> **This repository is archived and no longer actively maintained.**
54
6-
## Getting Started
5+
Unbody started as an open-source project to build the Supabase of the AI era. That vision has evolved.
76

8-
> **Note:** These steps provide a basic setup. For more detailed guidance, join our [Discord community](https://discord.gg/UX8WKEsVPu).
7+
We now build under **Unbody Labs** — shipping focused tools and products for the AI world. Our most active and direct continuation of Unbody's mission is **Adapt**.
8+
9+
## → [Adapt](https://github.com/unbody-io/adapt)
10+
11+
Adapt is a lightweight (< 200KB), provider-agnostic AI memory and learning framework. It gives AI systems the ability to learn, self-organize, and evolve — in the browser or on the server.
12+
13+
- [Repository](https://github.com/unbody-io/adapt)
14+
- [Documentation](https://adapt.unbody.io/docs)
15+
- [Live Demo](https://adapt.unbody.io/demo)
16+
17+
## Links
18+
19+
- [Unbody Labs](https://unbody.io/)
20+
- [Twitter](https://twitter.com/unbody_io)
21+
- [Discord](https://discord.gg/UBMYRGSPgJ)
22+
23+
---
24+
25+
<details>
26+
<summary>Original setup instructions</summary>
927

1028
### Prerequisites
1129

1230
- Node.js LTS (20 or 22)
1331
- Docker and Docker Compose
14-
- yarn (npm won’t install dependencies correctly)
32+
- yarn (npm won't install dependencies correctly)
1533
- OpenAI API key
1634

1735
### Installation
1836

1937
```bash
20-
# Clone the repository
2138
git clone https://github.com/unbody-io/unbody
22-
23-
# Navigate to the project directory
2439
cd unbody
25-
26-
# Install node modules
2740
yarn
2841
```
2942

3043
### Environment Setup
3144

3245
```bash
33-
# Create .env.local from template
3446
cp .env.example .env.local
35-
36-
# Edit with your preferred editor, add your OpenAI API key
3747
vim .env.local
3848
```
3949

4050
### Running the Application
4151

4252
```bash
43-
# Start the required services
4453
docker compose up -d
45-
46-
# Start the application
4754
yarn start
4855
```
4956

5057
### Create Your First Project
5158

52-
We've prepared a demo project for you to quickly get started:
53-
5459
```bash
55-
# Clone the examples repository
5660
git clone https://github.com/unbody-io/examples.git
5761
cd examples
5862
```
5963

6064
### Add a Data Source
6165

6266
```bash
63-
# Add the storage/ directory from the examples repo as a source to Unbody
6467
yarn unbody-cli source add
6568
```
6669

6770
### Monitor Indexing Progress
6871

6972
Head over to the Temporal dashboard at http://localhost:8233/ to see your files being indexed.
7073

71-
Note:
72-
7374
- The dashboard needs to be manually refreshed to get the latest state
7475
- Once indexing is complete, follow the [README](https://github.com/unbody-io/examples) from the examples repository
7576

76-
If you run into any issues during the setup process, or would like to give us any kind of feedback, join our [Discord community](https://discord.gg/UX8WKEsVPu) and we'll be happy to answer any questions.
77-
78-
## Links
79-
80-
- [Website](https://unbody.io/)
81-
- [Blog](https://unbody.io/blog)
82-
- [Twitter](https://twitter.com/unbody_io)
83-
- [Discord](https://discord.gg/UBMYRGSPgJ)
77+
</details>

0 commit comments

Comments
 (0)