Files
supabase/apps/www/data/DeveloperFeatures.json
2022-04-21 12:04:22 +02:00

27 lines
701 B
JSON

[
{
"name": "TypeScript Support",
"description": "Type definitions built directly from your database schema",
"badge": "",
"url": "/docs/client/generating-types"
},
{
"name": "Install from CDN",
"description": "Use Supabase in the browser without a build process",
"badge": "",
"url": "/docs/client/initializing"
},
{
"name": "Local emulator",
"description": "Develop locally and push to production when you're ready",
"badge": "",
"url": "/docs/guides/self-hosting"
},
{
"name": "Supabase CLI",
"description": "Manage Supabase projects from your local machine",
"badge": "",
"url": "https://github.com/supabase/cli"
}
]