-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
81 lines (81 loc) · 3.05 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"templates": [
{
"id": "dub",
"title": "Link Clicks Analytics",
"description": "Analyze link clicks with Dub and Tinybird",
"repoUrl": "https://github.com/dubinc/dub",
"deployUrl": "https://dub.co/docs/self-hosting",
"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 + Tinybird JWT",
"description": "Integrate Auth0 login with Tinybird JWT",
"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://github.com/tinybirdco/templates/raw/main/auth0-jwt/header.jpg",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/auth0-jwt/TEMPLATE.md"
},
{
"id": "real-time-python-dashboard",
"title": "Real-Time Python Dashboard",
"description": "A real-time Python dashboard with Tinybird",
"repoUrl": "https://github.com/tinybirdco/real-time-python-dashboard",
"deployUrl": "https://github.com/tinybirdco/real-time-python-dashboard/tinybird",
"categories": [
"dashboard",
"python",
"demo"
],
"author": "Tinybird",
"image": "https://github.com/tinybirdco/templates/raw/main/real-time-python-dashboard/real-time-python-dashboard.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/real-time-python-dashboard/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": "flappy-tinybird",
"title": "Flappy Tinybird",
"description": "A game + real-time gaming dashboard built with Tinybird",
"repoUrl": "https://github.com/tinybirdco/flappy-tinybird",
"demoUrl": "https://tbrd.co/flappybird",
"categories": [
"dashboard",
"demo",
"starter",
"vite"
],
"author": "Tinybird",
"image": "https://github.com/tinybirdco/templates/raw/main/flappy-tinybird/header.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/flappy-tinybird/TEMPLATE.md"
}
]
}