-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps.json
More file actions
189 lines (189 loc) · 4.92 KB
/
Copy pathapps.json
File metadata and controls
189 lines (189 loc) · 4.92 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
[
{
"name": "fieldwork",
"title": "Fieldwork",
"description": "Home: work, Field Notes, talks, and Labs.",
"path": "/",
"dev_build_dir": "portfolio/dist",
"source": {
"type": "workspace",
"package": "portfolio",
"output": "dist"
},
"api": {
"type": "gateway",
"path": "/api/contact"
},
"providers": [
"resend"
],
"tags": [],
"preview": "/previews/fieldwork.webp"
},
{
"name": "fieldwork-writer",
"title": "Dashboard",
"description": "Private release previews, edits, and publishing controls.",
"path": "/writer/",
"dev_build_dir": "portfolio/writer-dist",
"source": {
"type": "workspace",
"package": "portfolio",
"output": "writer-dist"
},
"api": {
"type": "gateway",
"path": "/api/writer/publish"
},
"visibility": "private",
"auth": {
"type": "google-oauth"
},
"tags": [],
"preview": null
},
{
"name": "strava-explorer",
"title": "Strava 3D Explorer",
"description": "Fly your Strava routes in Photorealistic 3D with follow-camera animation, an elevation profile, and your ride photos on the path.",
"path": "/strava-explorer/",
"dev_build_dir": "demos/strava-explorer/dist",
"source": {
"type": "workspace",
"package": "demos/strava-explorer",
"output": "dist"
},
"api": {
"type": "gateway",
"prefix": "/api/strava/"
},
"providers": [
"strava"
],
"csp": "maps-strava",
"tags": [
"strava",
"3d-maps",
"google-maps-platform"
],
"preview": "/previews/strava-explorer.webp"
},
{
"name": "infographic-agent",
"title": "Infographic Agent",
"description": "A portable skill that turns source text into researched infographic PNGs using Gemini.",
"path": "https://infographic-agent-gajikud3na-uc.a.run.app/",
"source": {
"type": "external"
},
"api": {
"type": "none"
},
"tags": [
"gemini-api",
"agents"
],
"preview": "/previews/infographic-agent.webp"
},
{
"name": "hairstyle-ai-studio",
"title": "Hairstyle AI Studio",
"description": "Try on hairstyles with Gemini before committing at the salon.",
"path": "/hairstyle-ai-studio/",
"dev_build_dir": "demos/hairstyle-ai-studio/dist",
"source": {
"type": "workspace",
"package": "demos/hairstyle-ai-studio",
"output": "dist"
},
"api": {
"type": "gateway",
"prefix": "/api/hairstyle-ai-studio/"
},
"providers": [
"gemini"
],
"source_url": "https://github.com/ryanbaumann/fieldwork/tree/main/demos/hairstyle-ai-studio",
"source_ref": "9ea2c0f31e5e1d252220ede6731b655bf2fb8fba",
"tags": [
"gemini-api",
"image-generation",
"consumer-ai"
],
"preview": "/previews/hairstyle-ai-studio.jpg"
},
{
"name": "real-world-reasoning-agent",
"title": "Atlas - Real World Reasoning Agent",
"description": "An interactive map agent that handles real-world geo reasoning problems using Maps APIs.",
"path": "/real-world-reasoning-agent/",
"dev_build_dir": "demos/real-world-reasoning-agent/dist",
"source": {
"type": "workspace",
"package": "demos/real-world-reasoning-agent",
"output": "dist"
},
"api": {
"type": "gateway",
"prefix": "/api/real-world-reasoning-agent/"
},
"csp": "maps",
"tags": [
"gemini-api",
"agents",
"google-maps-platform"
],
"source_url": "https://github.com/ryanbaumann/fieldwork/tree/main/demos/real-world-reasoning-agent",
"source_ref": "68e8c34547066a984ccb97f5b587caeb97561ec1",
"preview": "/previews/real-world-reasoning-agent.webp"
},
{
"name": "aqi-map",
"title": "Air Quality Map",
"description": "A location-first air-quality check with live US AQI, particle pollution, and practical health guidance.",
"path": "/aqi-map/",
"dev_build_dir": "demos/aqi-map/dist",
"source": {
"type": "workspace",
"package": "demos/aqi-map",
"output": "dist"
},
"api": {
"type": "none"
},
"csp": "maps",
"tags": [
"air-quality",
"google-maps-platform"
],
"preview": "/previews/aqi-map.webp",
"hideOnHome": true
},
{
"name": "isochrones",
"title": "Meet in the Middle",
"description": "Set two starting points and find real coffee, food, drinks, or parks inside both travel-time areas.",
"path": "/isochrones/",
"dev_build_dir": "demos/isochrones/dist",
"source": {
"type": "workspace",
"package": "demos/isochrones",
"output": "dist"
},
"api": {
"type": "gateway",
"path": "/api/isochrones"
},
"providers": [
"isochrones"
],
"csp": "maps",
"tags": [
"isochrones",
"routing",
"google-maps-platform"
],
"preview": "/previews/isochrones.webp",
"hideOnHome": true
}
]