The URL you submit must have .template.json and README.md at its root.
Required fields
- description
- card summary (1-2 sentences)
- client_lang
- one of
typescript, rust, csharp, or cpp - server_lang
- one of
typescript, rust, csharp, or cpp - image
- preview image URL (absolute)
- builtWith
- array of
{
"description": "Astro app with a TypeScript server",
"client_lang": "typescript",
"server_lang": "typescript",
"image": "https://example.com/preview.png",
"builtWith": ["astro", "react", "spacetimedb"]
}