Kickstart faster

Templates

Curated starters and examples to help you build faster.

Templates
Filters

Source

Tags

Built With

Template

Submission requirements

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
.template.jsonView real example ↗
{
    "description": "Astro app with a TypeScript server",
    "client_lang": "typescript",
    "server_lang": "typescript",
    "image": "https://example.com/preview.png",
    "builtWith": ["astro", "react", "spacetimedb"]
}
Hangman React

Hangman React

Competitive Hangman game with React and TypeScript server

Money Exchange React

Money Exchange React

Private account money exchange demo with React and TypeScript server