You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename: Hypergoat → Hyperindex (hi) with project history
- Rename Hypergoat to Hyperindex (hi) across README, frontend, and docs
- Update navbar, page titles, onboarding, settings, and agent guide
- Add project history: incubated by GainForest and Claude Opus 4.5
- Moved to hypercerts-org for community maintenance
**A Go AT Protocol AppView server that indexes records and exposes them via GraphQL**
8
8
9
-
Hypergoat connects to the AT Protocol network, indexes records matching your configured Lexicons, and provides a GraphQL API for querying them. It's a Go port of [Quickslice](https://github.com/quickslice/quickslice).
9
+
*Formerly known as Hypergoat.*
10
+
11
+
Hyperindex (hi) connects to the AT Protocol network, indexes records matching your configured Lexicons, and provides a GraphQL API for querying them. It's a Go port of [Quickslice](https://github.com/quickslice/quickslice).
10
12
11
13
## Quick Start
12
14
@@ -41,7 +43,7 @@ Or place lexicon JSON files in a directory and set `LEXICON_DIR` environment var
41
43
42
44
### 2. Start Indexing
43
45
44
-
Once lexicons are registered, Hypergoat automatically:
46
+
Once lexicons are registered, Hyperindex automatically:
45
47
-**Connects to Jetstream** for real-time events
46
48
-**Indexes matching records** to your database
47
49
@@ -141,8 +143,8 @@ docker compose up --build
141
143
Or build manually:
142
144
143
145
```bash
144
-
docker build -t hypergoat.
145
-
docker run -p 8080:8080 -v ./data:/data hypergoat
146
+
docker build -t hyperindex.
147
+
docker run -p 8080:8080 -v ./data:/data hyperindex
146
148
```
147
149
148
150
## Admin API
@@ -168,7 +170,7 @@ The admin API at `/admin/graphql` provides:
│ Jetstream ──→ Consumer ──→ Records DB ──→ GraphQL API │
@@ -210,11 +212,16 @@ make build
210
212
211
213
Migrations run automatically on startup.
212
214
215
+
## History
216
+
217
+
Hyperindex was incubated and created by [GainForest](https://gainforest.earth) and [Claude Opus 4.5](https://www.anthropic.com/claude) (Anthropic), originally under the name *Hypergoat*. It has since been moved to [hypercerts-org](https://github.com/hypercerts-org) for community maintenance.
218
+
213
219
## License
214
220
215
221
Apache License 2.0
216
222
217
223
## Acknowledgments
218
224
225
+
-[GainForest](https://gainforest.earth) & [Claude Opus 4.5](https://www.anthropic.com/claude) - Original creators
219
226
-[Quickslice](https://github.com/quickslice/quickslice) - Original Gleam implementation
220
227
-[AT Protocol](https://atproto.com/) - The underlying protocol
constagentsMd=`# Hypergoat API - Complete Integration Guide for AI Agents
4
+
constagentsMd=`# Hyperindex (hi) API - Complete Integration Guide for AI Agents
5
5
6
-
## What is Hypergoat?
6
+
## What is Hyperindex?
7
7
8
-
**Hypergoat** stands for **Hypersphere Go ATProto AppView**. It is GainForest's main AppView server for the AT Protocol Hypersphere ecosystem.
8
+
**Hyperindex** (short: **hi**, formerly known as Hypergoat) is GainForest's AT Protocol AppView server for the Hypersphere ecosystem. The name "hi" stands for **H**yper**i**ndex -- it indexes Lexicon-defined records from the AT Protocol network and exposes them via a dynamically-generated GraphQL API.
0 commit comments