@@ -36,6 +36,7 @@ path = "actix-web/hello-world"
3636use_cases = [" Web app" ]
3737tags = [" actix-web" ]
3838template = " actix-web"
39+ has_template_repo = true
3940
4041[starters .axum-hello-world ]
4142title = " Axum"
@@ -44,13 +45,15 @@ path = "axum/hello-world"
4445use_cases = [" Web app" ]
4546tags = [" axum" ]
4647template = " axum"
48+ has_template_repo = true
4749
4850[starters .bevy-hello-world ]
4951title = " Bevy"
5052description = " Data driven game engine that compiles to WASM"
5153path = " bevy/hello-world"
5254use_cases = [" Web app" , " Game" ]
5355tags = [" bevy" , " axum" ]
56+ has_template_repo = true
5457
5558[starters .loco-hello-world ]
5659title = " Loco"
@@ -59,6 +62,7 @@ path = "loco/hello-world"
5962use_cases = [" Web app" ]
6063tags = [" loco" ]
6164template = " loco"
65+ has_template_repo = true
6266
6367[starters .poem-hello-world ]
6468title = " Poem"
@@ -91,6 +95,7 @@ path = "rocket/hello-world"
9195use_cases = [" Web app" ]
9296tags = [" rocket" ]
9397template = " rocket"
98+ has_template_repo = true
9499
95100[starters .salvo-hello-world ]
96101title = " Salvo"
@@ -232,6 +237,7 @@ description = "CRUD API, Postgres database, and static file server combined into
232237path = " axum/todo-list"
233238use_cases = [" Web app" , " Storage" ]
234239tags = [" axum" , " postgres" , " database" ]
240+ has_template_repo = true
235241
236242[templates .axum-todo-app ]
237243title = " Todo app"
@@ -267,13 +273,15 @@ description = "Health monitoring service using websockets"
267273path = " axum/websocket"
268274use_cases = [" Web app" , " Monitoring" ]
269275tags = [" axum" , " websocket" ]
276+ has_template_repo = true
270277
271278[templates .axum-next-fullstack-saas ]
272279title = " Fullstack SaaS"
273280description = " Opinionated fullstack web app with pre-made routes and assets"
274281path = " fullstack-templates/saas"
275282use_cases = [" Web app" , " Authentication" , " Storage" , " Monetization" ]
276283tags = [" nextjs" , " axum" , " database" , " postgres" , " typescript" , " tailwind" ]
284+ has_template_repo = true
277285
278286[templates .rama-hello-world-tcp ]
279287title = " Rama TCP"
@@ -337,6 +345,7 @@ description = "Use the image library to rescale the Shuttle logo"
337345path = " salvo/image-rescaler"
338346use_cases = [" Web app" , " Image processing" ]
339347tags = [" salvo" , " image" ]
348+ has_template_repo = true
340349
341350[templates .serenity-postgres ]
342351title = " Postgres"
@@ -372,6 +381,7 @@ description = "Model Context Protocol server with Server-Sent Events transport"
372381path = " mcp/mcp-sse"
373382use_cases = [" Web app" , " MCP" ]
374383tags = [" axum" , " mcp" , " sse" ]
384+ has_template_repo = true
375385
376386[templates .mcp-sse-oauth ]
377387title = " SSE MCP Server with OAuth"
0 commit comments