-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
66 lines (66 loc) · 2.42 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"templates": [
{
"id": "dub",
"title": "Link Clicks Analytics",
"description": "Analyze link clicks with Dub and Tinybird",
"repoUrl": "https://github.com/dubinc/dub",
"demoUrl": "https://d.to/stats/try",
"categories": [
"analytics",
"starter",
"nextjs"
],
"author": "Dub.co",
"image": "https://github.com/tinybirdco/templates/raw/main/dub/header.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/dub/TEMPLATE.md"
},
{
"id": "auth0-jwt",
"title": "Auth0 JWT",
"description": "Build multi-tenant apps with Auth0 and Tinybird",
"repoUrl": "https://github.com/alrocar/tinybird-auth0-jwt",
"demoUrl": "https://alrocar.github.io/tinybird-auth0-jwt/",
"categories": [
"jwt",
"demo",
"auth0"
],
"author": "Alberto Romeu",
"image": "https://raw.githubusercontent.com/tinybirdco/templates/main/auth0-jwt/auth0-banner.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/auth0-jwt/TEMPLATE.md"
},
{
"id": "mcp-server-analytics",
"title": "MCP Server Analytics",
"description": "Monitor your MCP server logs with Tinybird",
"repoUrl": "https://github.com/tinybirdco/mcp-tinybird/tree/main/mcp-server-analytics",
"deployUrl": "https://github.com/tinybirdco/mcp-tinybird/mcp-server-analytics/tinybird",
"categories": [
"monitoring",
"grafana",
"starter"
],
"author": "Alberto Romeu",
"image": "https://github.com/tinybirdco/templates/raw/main/mcp-tinybird/header.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/mcp-tinybird/TEMPLATE.md"
},
{
"id": "vercel-log-drains",
"title": "Vercel Log Drains",
"description": "Explore your Vercel logs with Tinybird",
"repoUrl": "https://github.com/alrocar/vercel-logs-explorer-template/tree/main",
"deployUrl": "https://github.com/alrocar/vercel-logs-explorer-template/tinybird",
"videoUrl": "https://youtu.be/3aIaeuCGQ-E",
"categories": [
"dashboard",
"nextjs",
"starter",
"analytics"
],
"author": "Alberto Romeu",
"image": "templates/images/logs-explorer-template.png",
"readme": "https://raw.githubusercontent.com/alrocar/vercel-logs-explorer-template/main/TEMPLATE.md"
}
]
}