Skip to content

Commit 7712389

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

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<div align="center">
32
<img src="https://cdn.exercisedb.dev/exercisedb/exercisedb_banner.png" alt="ExerciseDB API Banner" width="100%" height="600px" />
43

@@ -32,14 +31,14 @@
3231

3332
</div>
3433

35-
3634
## 🏋🏼‍♀️ ExerciseDB API
3735

3836
ExerciseDB API is a **comprehensive and developer-friendly database** featuring over **5,000 structured, high-quality fitness exercises**. It delivers fast, modern, and scalable access to detailed exercise data—including targeted muscle groups, required equipment, visual aids (images and videos), and step-by-step instructions. Ideal for developers, fitness startups, and health platforms, ExerciseDB empowers the creation of smart workout apps, personalized training plans, and interactive fitness tools.
3937

4038
**Perfect for:**
39+
4140
- 💪 Fitness app developers
42-
- 🏃‍♀️ Health & wellness platforms
41+
- 🏃‍♀️ Health & wellness platforms
4342
- 🎯 Personal training applications
4443
- 📱 Workout planning tools
4544
- 🔬 Fitness research projects
@@ -50,7 +49,7 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
5049

5150
<div align="left">
5251

53-
### 📚 **Documentation & Plans**
52+
### 📚 **Documentation & Plans**
5453

5554
<a href="https://dub.sh/JTgJoq2" target="_blank">
5655
<img src="https://img.shields.io/badge/Full%20Documentation-2D2D2D?style=for-the-badge&logo=notion&logoColor=white" alt="Full Documentation" />
@@ -63,13 +62,14 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
6362
</a>
6463
<br>
6564

66-
### 🧪 **API Playground**
65+
### 🧪 **API Playground**
6766

6867
<strong>Test our datasets and explore API endpoints</strong><br>
6968
<em>⚠️ These endpoints are for exploration only and <strong>not recommended for production integration</strong> — strict rate limits and potential instability may apply.</em>
7069
<br><br>
7170
**Note:** V1 and V2 refer to different datasets.
7271
<br>
72+
7373
<p>
7474
<a href="https://dub.sh/exercisedb_v2" target="_blank">
7575
<img src="https://img.shields.io/badge/v2%20Playground-5A5A5A?style=for-the-badge&logo=play&logoColor=white" alt="v2 Playground" />
@@ -81,7 +81,6 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
8181

8282
</div>
8383

84-
8584
## 📬 Support & Contact
8685

8786
<div align="left">
@@ -116,9 +115,20 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
116115

117116
</div>
118117

119-
120118
<br>
121119

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+
122132
## 🏋️‍♂️ V2 Exercise Sample
123133

124134
```json
@@ -130,11 +140,7 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
130140
"bodyParts": ["Chest"],
131141
"exerciseType": "weight_reps",
132142
"targetMuscles": ["Pectoralis Major Clavicular Head"],
133-
"secondaryMuscles": [
134-
"Deltoid Anterior",
135-
"Pectoralis Major Clavicular Head",
136-
"Triceps Brachii"
137-
],
143+
"secondaryMuscles": ["Deltoid Anterior", "Pectoralis Major Clavicular Head", "Triceps Brachii"],
138144
"videoUrl": "Barbell-Bench-Press_Chest_.mp4",
139145
"keywords": [
140146
"Chest workout with barbell",
@@ -189,7 +195,6 @@ ExerciseDB API is a **comprehensive and developer-friendly database** featuring
189195

190196
[Watch Bench Press Video Sample](https://github.com/user-attachments/assets/6845a963-4d80-4dfd-b602-e49616a9483f)
191197

192-
193198
---
194199

195200
<em>💪 Now that you’ve bench pressed through the sample… go lift the rest of the v2 dataset like a champ! 😄<em>

0 commit comments

Comments
 (0)