-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsamples.json
64 lines (64 loc) · 2.58 KB
/
samples.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
{
"samples": [
{
"name": "amazon-bedrock",
"description": "Image Search with Amazon Bedrock and Supabase Vector.",
"url": "https://github.com/supabase/supabase/tree/master/examples/ai/aws_bedrock_image_search",
"start": "pip install poetry && poetry shell && poetry install"
},
{
"name": "embeddings",
"description": "AI Inference in Supabase Edge Functions.",
"url": "https://github.com/supabase/supabase/tree/master/examples/ai/edge-functions",
"start": "supabase start && supabase functions serve"
},
{
"name": "pgvector-python",
"description": "AI Inference Image Search with Supabase Vector in Python.",
"url": "https://github.com/supabase/supabase/tree/master/examples/ai/image_search",
"start": "pip install poetry && poetry shell && poetry install"
},
{
"name": "hono",
"description": "A Hono template configured with cookie-based auth.",
"url": "https://github.com/supabase/supabase/tree/master/examples/auth/hono",
"start": "npm install && npm run dev"
},
{
"name": "nextjs",
"description": "A Next.js App Router template configured with cookie-based auth.",
"url": "https://github.com/supabase/supabase/tree/master/examples/auth/nextjs",
"start": "npm install && npm run dev"
},
{
"name": "expo",
"description": "An Expo React Native User Management starter.",
"url": "https://github.com/supabase/supabase/tree/master/examples/user-management/expo-user-management",
"start": "npm install && npm start"
},
{
"name": "flutter",
"description": "A Flutter User Management starter.",
"url": "https://github.com/supabase/supabase/tree/master/examples/user-management/flutter-user-management",
"start": "flutter run"
},
{
"name": "swift",
"description": "A Swift User Management starter.",
"url": "https://github.com/supabase/supabase/tree/master/examples/user-management/swift-user-management",
"start": "Run on a device or simulator using Xcode."
},
{
"name": "rbac",
"description": "A Next.js RBAC Slack clone starter.",
"url": "https://github.com/supabase/supabase/tree/master/examples/slack-clone/nextjs-slack-clone",
"start": "npm install && npm run dev"
},
{
"name": "@basejump/nextjs",
"description": "A Next.js starter with personal accounts, teams, permissions and Stripe billing",
"url": "https://github.com/usebasejump/basejump-next/tree/supabase-bootstrap",
"start": "npm install && npm run dev"
}
]
}