Skip to content

Commit

Permalink
clarify 'Clients' starter template
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Oct 2, 2024
1 parent cdb13e8 commit 0a94df4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/starter-templates/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
sidebar_position: 3
---

# Clients
# Client Apps

Bluesky is a public social network with completely open APIs, so anyone can build a client and have access to the same data that the Bluesky app uses. In fact, the official Bluesky client uses the same APIs that a third-party client uses too.
Bluesky is a public social network with completely open APIs, so anyone can build a client app and have access to the same data that the Bluesky app uses. In fact, the official Bluesky client uses the same APIs that a third-party client uses too.

You can find some existing alternative clients in the [community showcase](/showcase?tags=client).
You can find some existing alternative client apps in the [community showcase](/showcase?tags=client).

Below is a starter template created by [@mozzius.dev](https://bsky.app/profile/mozzius.dev). You can find the original blog post with the tutorial [here](https://graysky.app/blog/2023-10-17-getting-started-atproto).

---

This tutorial uses Next.js to create a simple Bluesky client in JavaScript.
This tutorial uses Next.js to create a simple Bluesky client app in JavaScript.

## Getting Started

Expand Down Expand Up @@ -78,4 +78,4 @@ export default async function Homepage() {
}
```

Run `pnpm dev` to view a list of the top 10 feeds on Bluesky in the client you just created!
Run `pnpm dev` to view a list of the top 10 feeds on Bluesky in the client you just created!

0 comments on commit 0a94df4

Please sign in to comment.