mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 09:44:25 +08:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"database": {
|
|
"name": "Database",
|
|
"icon": "M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4",
|
|
"description": "Every project is a full Postgres database, the world's most trusted relational database.",
|
|
"description_short": "",
|
|
"label": "",
|
|
"url": "/database"
|
|
},
|
|
"authentication": {
|
|
"name": "Authentication",
|
|
"icon": "M15 7a2 2 0 012 2m4 0a6 6 0 01-7.743 5.743L11 17H9v2H7v2H4a1 1 0 01-1-1v-2.586a1 1 0 01.293-.707l5.964-5.964A6 6 0 1121 9z",
|
|
"description": "Add user sign ups and logins, securing your data with Row Level Security.",
|
|
"description_short": "",
|
|
"label": "",
|
|
"url": "/auth"
|
|
},
|
|
"storage": {
|
|
"name": "Storage",
|
|
"icon": "M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4",
|
|
"description": "Store, organize, and serve large files. Any media, including videos and images.",
|
|
"description_short": "",
|
|
"label": "",
|
|
"url": "/storage"
|
|
},
|
|
"functions": {
|
|
"name": "Functions",
|
|
"icon": "M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",
|
|
"description": "Write custom code and cron jobs without deploying or scaling servers.",
|
|
"description_short": "",
|
|
"label": "Coming soon",
|
|
"url": "https://supabasesubscribe.vercel.app/subscription/functions"
|
|
}
|
|
}
|