Project Generation¶
Verified status as of March 28, 2026.
Quick View¶
- Complexity: Beginner
- Typical time: 5-10 minutes
- Outcome: reproducible starter project with next steps and validation commands
Generate a Starter¶
Then validate:
What init Sets Up¶
- project config (
fastfn.json) - functions root
- runtime templates
- discovery-compatible layout
Validation¶
- new function is discovered automatically
- request returns
200 - OpenAPI includes the new route
Troubleshooting¶
- If
fastfnis missing, install CLI and re-open shell. - If native mode fails, install host deps or use Docker mode.
Related links¶
Last reviewed:
March 28, 2026
·
Docs on fastfn.dev