Skip to content

Commit c309667

Browse files
committed
docs(readme): 🚀 Added Vercel one-click deploy button for self-hosting ExerciseDB v1 API
1 parent 7712389 commit c309667

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
4545

4646
<br>
4747

48+
## 🚀 Deploy Your Own API (V1)
49+
50+
Want to self-host the open-source ExerciseDB API (V1)?
51+
52+
You can instantly deploy it to **Vercel** with just one click and have your own version running in seconds — no backend setup needed.
53+
54+
<div align="left">
55+
56+
[![Deploy with Vercel](https://vercel.com/button)](https://dub.sh/DeployNow)
57+
58+
</div>
59+
4860
## 🔗 Useful Links
4961

5062
<div align="left">
@@ -67,7 +79,7 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
6779
<strong>Test our datasets and explore API endpoints</strong><br>
6880
<em>⚠️ These endpoints are for exploration only and <strong>not recommended for production integration</strong> — strict rate limits and potential instability may apply.</em>
6981
<br><br>
70-
**Note:** V1 and V2 refer to different datasets.
82+
<strong style="color: red;">**Note:** V1 and V2 refer to different datasets.</strong>
7183
<br>
7284

7385
<p>
@@ -117,18 +129,6 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
117129

118130
<br>
119131

120-
## 🚀 Deploy Your Own API (V1)
121-
122-
Want to self-host the open-source ExerciseDB API (V1)?
123-
124-
You can instantly deploy it to **Vercel** with just one click and have your own version running in seconds — no backend setup needed.
125-
126-
<div align="left">
127-
128-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/exercisedb/exercisedb-api)
129-
130-
</div>
131-
132132
## 🏋️‍♂️ V2 Exercise Sample
133133

134134
```json

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class App {
6969
**📝 NOTE**: This version is public, free to use, and includes both the **code and dataset metadata** — making it perfect for personal projects, prototypes, learning, and community-driven apps.
7070
7171
🔗 Useful Links:
72-
- 💬 Need full v1 Dataset access: [Chat](https://t.me/exercisedb)
72+
- 💬 Need full v1 Dataset access: [Docs](https://dub.sh/v1_plans)
7373
- 🚀 Explore our new v2 dataset: [v2.exercisedb.dev](https://v2.exercisedb.dev)
7474
- 🌐 Official Website: [exercisedb.dev](https://exercisedb.dev)`
7575
},

0 commit comments

Comments
 (0)