Skip to content

Commit d3338f6

Browse files
committed
cleanup emojis
1 parent fb7d318 commit d3338f6

File tree

8 files changed

+776
-686
lines changed

8 files changed

+776
-686
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3-
"editor.defaultFormatter": "esbenp.prettier-vscode",
43
"[javascript]": { "editor.defaultFormatter": "biomejs.biome" },
54
"[typescript]": { "editor.defaultFormatter": "biomejs.biome" },
65
"[javascriptreact]": { "editor.defaultFormatter": "biomejs.biome" },

apps/docs/content/docs/api.mdx

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ title: API Reference
33
description: Complete API reference for Databuddy analytics endpoints
44
---
55

6-
# API Reference
7-
86
Access your analytics data programmatically with Databuddy's REST API. All endpoints require authentication and are rate-limited for security.
97

108
import { Callout } from "fumadocs-ui/components/callout";
119

1210
<Callout type="info">
13-
**🚀 Try it live!** Test all these endpoints interactively in our [API
11+
**Try it live!** Test all these endpoints interactively in our [API
1412
Playground](/api) with real data and see instant responses. Perfect for
1513
exploring query types and understanding the API structure.
1614
</Callout>
1715

18-
## 🔐 Authentication
16+
## Authentication
1917

2018
All API requests require authentication using your API key in the `X-Api-Key` header:
2119

@@ -31,7 +29,7 @@ Get your API key from your [dashboard settings](https://app.databuddy.cc/setting
3129
write code first!
3230
</Callout>
3331

34-
## 📊 Analytics Endpoints
32+
## Analytics Endpoints
3533

3634
### Get Website Analytics
3735

@@ -175,7 +173,7 @@ GET /v1/websites/{website_id}/events
175173
}
176174
```
177175

178-
## 🌐 Websites Management
176+
## Websites Management
179177

180178
### List Websites
181179

@@ -227,7 +225,7 @@ GET /v1/websites/{website_id}
227225
}
228226
```
229227

230-
## 🤖 AI Assistant
228+
## AI Assistant
231229

232230
### Query Analytics with AI
233231

@@ -273,7 +271,7 @@ POST /v1/websites/{website_id}/assistant/chat
273271
}
274272
```
275273

276-
## 📝 Event Tracking
274+
## Event Tracking
277275

278276
### Send Custom Events
279277

@@ -302,7 +300,7 @@ POST /v1/track
302300
}
303301
```
304302

305-
## ⚠️ Rate Limits
303+
## Rate Limits
306304

307305
All API endpoints are rate-limited:
308306

@@ -318,7 +316,7 @@ X-RateLimit-Remaining: 95
318316
X-RateLimit-Reset: 1640995200
319317
```
320318

321-
## 🚨 Error Handling
319+
## Error Handling
322320

323321
All errors follow a consistent format:
324322

@@ -341,14 +339,14 @@ All errors follow a consistent format:
341339
- `INVALID_DATE_RANGE` - Invalid start/end dates
342340
- `VALIDATION_ERROR` - Request validation failed
343341

344-
## 📚 SDKs and Libraries
342+
## SDKs and Libraries
345343

346344
- **JavaScript/TypeScript**: `@databuddy/sdk`
347345
- **Python**: Coming soon
348346
- **Go**: Coming soon
349347
- **PHP**: Coming soon
350348

351-
## 🔗 Base URLs
349+
## Base URLs
352350

353351
- **Production**: `https://api.databuddy.cc/v1`
354352
- **Sandbox**: `https://api-sandbox.databuddy.cc/v1`

apps/docs/content/docs/comparisons/best-analytics-tools-2024.mdx

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Choosing the right web analytics tool is crucial for understanding your website'
1010

1111
## Quick Comparison Table
1212

13-
| Tool | Privacy | Pricing | Setup | GDPR | Best For |
14-
| ---------------- | ---------- | --------- | ------- | ---- | ------------------------ |
15-
| **Databuddy** | ⭐⭐⭐⭐⭐ | $9-99/mo | 2 min | | Privacy-first businesses |
16-
| Google Analytics | ⭐⭐ | Free | 30 min | | Google Ads users |
17-
| Adobe Analytics | ⭐⭐⭐ | $$$$ | Complex | ⚠️ | Enterprise |
18-
| Matomo | ⭐⭐⭐⭐ | Free-$$$$ | 15 min | | Self-hosted |
19-
| Mixpanel | ⭐⭐⭐ | Free-$$$ | 10 min | ⚠️ | Product analytics |
20-
| Hotjar | ⭐⭐⭐ | Free-$$$ | 5 min | ⚠️ | User behavior |
13+
| Tool | Privacy | Pricing | Setup | GDPR | Best For |
14+
| ---------------- | ------- | --------- | ------- | ------- | ------------------------ |
15+
| **Databuddy** | 5/5 | $9-99/mo | 2 min | Yes | Privacy-first businesses |
16+
| Google Analytics | 2/5 | Free | 30 min | No | Google Ads users |
17+
| Adobe Analytics | 3/5 | $$$$ | Complex | Partial | Enterprise |
18+
| Matomo | 4/5 | Free-$$$$ | 15 min | Yes | Self-hosted |
19+
| Mixpanel | 3/5 | Free-$$$ | 10 min | Partial | Product analytics |
20+
| Hotjar | 3/5 | Free-$$$ | 5 min | Partial | User behavior |
2121

2222
## 1. Databuddy - Privacy-First Analytics
2323

@@ -44,17 +44,17 @@ Databuddy is a modern, privacy-first analytics platform designed for businesses
4444

4545
### Pros
4646

47-
GDPR compliant by design
48-
No impact on site performance
49-
Accurate data (no ad-blocker issues)
50-
Modern, intuitive interface
51-
Excellent customer support
52-
All features included in every plan
47+
- GDPR compliant by design
48+
- No impact on site performance
49+
- Accurate data (no ad-blocker issues)
50+
- Modern, intuitive interface
51+
- Excellent customer support
52+
- All features included in every plan
5353

5454
### Cons
5555

56-
Newer platform (less ecosystem)
57-
Not free (but 14-day trial)
56+
- Newer platform (less ecosystem)
57+
- Not free (but 14-day trial)
5858

5959
### Best For
6060

@@ -85,19 +85,19 @@ Google Analytics 4 (GA4) is the most widely used web analytics platform, offerin
8585

8686
### Pros
8787

88-
Free for most websites
89-
Extensive documentation and community
90-
Deep Google Ads integration
91-
Advanced analysis capabilities
92-
Mature ecosystem
88+
- Free for most websites
89+
- Extensive documentation and community
90+
- Deep Google Ads integration
91+
- Advanced analysis capabilities
92+
- Mature ecosystem
9393

9494
### Cons
9595

96-
Complex setup and learning curve
97-
GDPR compliance challenges
98-
Data sampling in free tier
99-
30-50% data loss from ad blockers
100-
Your data becomes Google's product
96+
- Complex setup and learning curve
97+
- GDPR compliance challenges
98+
- Data sampling in free tier
99+
- 30-50% data loss from ad blockers
100+
- Your data becomes Google's product
101101

102102
### Best For
103103

0 commit comments

Comments
 (0)