@@ -5,69 +5,13 @@ order: 2
55category : getting-started
66---
77
8- import { CTACards , CTACard } from " @/components/mdx" ;
9- import { Badge } from " @/components/ui/badge" ;
10- import Link from " next/link" ;
11- import { TemplatesGridServer } from " @/components/mdx" ;
8+ import { TemplatesGridServer , CommandSnippet } from " @/components/mdx" ;
129
1310# Templates & Apps
1411
1512Moose provides two ways to get started: ** templates** and ** demo apps** . Templates are simple skeleton applications that you can initialize with ` moose init ` , while demo apps are more advanced examples available on GitHub that showcase real-world use cases and integrations.
1613
17- ** Initialize a template:**
18- ``` bash filename="Terminal" copy
19- moose init PROJECT_NAME TEMPLATE_NAME
20- ```
21-
22- ** List available templates:**
23- ``` bash filename="Terminal" copy
24- moose template list
25- ```
26-
27- ## Popular Apps
28-
29- <CTACards columns = { 2 } >
30- <CTACard
31- title = " Nextjs + Express + MCP demo app: Aircraft data"
32- description = " Complete demo application featuring real-time aircraft transponder data with MCP chat integration."
33- ctaLink = " #plane-transponder-demo"
34- ctaLabel = " Details"
35- secondaryCtaLink = " https://github.com/514-labs/planes"
36- secondaryCtaLabel = " Github →"
37- badge = { { variant: " default" , text: " Express APIs + MCP Demo" }}
38- />
39-
40- <CTACard
41- title = " Postgres to ClickHouse CDC with Debezium"
42- description = " Easy-to-run demo of a CDC pipeline using Debezium, PostgreSQL, Redpanda, and ClickHouse."
43- ctaLink = " #postgres-clickhouse-cdc"
44- ctaLabel = " Details"
45- secondaryCtaLink = " https://github.com/514-labs/debezium-cdc"
46- secondaryCtaLabel = " Github →"
47- badge = { { variant: " default" , text: " CDC Demo" }}
48- />
49-
50- <CTACard
51- title = " User-facing analytics reference app (Postgres + Clickhouse + React)"
52- description = " Complete reference architecture showing how to add a dedicated analytics microservice to an existing application."
53- ctaLink = " #foobar-ufa"
54- ctaLabel = " Details"
55- secondaryCtaLink = " https://github.com/514-labs/area-code/tree/main/ufa"
56- secondaryCtaLabel = " Github →"
57- badge = { { variant: " default" , text: " Reference Architecture" }}
58- />
59-
60- <CTACard
61- title = " User-facing analytics reference app (Clickhouse Cloud + React)"
62- description = " Simplified version of the reference architecture using ClickHouse Cloud with React frontend and chat analytics."
63- ctaLink = " #foobar-ufa-lite"
64- ctaLabel = " Details"
65- secondaryCtaLink = " https://github.com/514-labs/area-code/tree/main/ufa-lite"
66- secondaryCtaLabel = " Github →"
67- badge = { { variant: " default" , text: " ClickHouse Cloud demo" }}
68- />
69- </CTACards >
70- ---
14+ <CommandSnippet />
7115
7216## Browse Apps and Templates
7317
0 commit comments