Templates
Each one is a complete, working project — no placeholders to fill in. Browse the source, then run one command to make it yours.
Stripe Webhook Receiver
A Stripe webhook endpoint with signature verification already wired, so you are not implementing security-critical code from a blog post.
- stripe
- webhook
- payments
- typescript
LLM Proxy
A server-side proxy for any OpenAI-compatible model, so your API key and your system prompt never reach the browser and every request has a cost ceiling.
- openai
- llm
- ai
- proxy
- api-key
- typescript
REST API
A collection, its items and a nested collection, served across several HTTP methods by a single Function — routing on the path, at one version, rolled back as one unit.
- rest
- api
- routing
- crud
- http
- typescript
React (server-rendered)
A React application rendered on the server and streamed to the browser, with its assets resolving correctly under every address the App answers at — no rebuild between them.
- react
- ssr
- streaming
- vite
- frontend
- typescript
Scheduled Job
A recurring background job with private visibility, a Schedule timer, trigger verification, and structured log output.
- scheduled
- cron
- timer
- background
- job
- typescript
Nothing here fits?
Start an empty function from the CLI and deploy it the same way.
$ npx wawesome init