Skip to content

Commit

Permalink
add two new templates to templates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Jan 29, 2025
1 parent 6ac16ea commit 049e701
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
"templates": [
{
"name": "blank",
"description": "A minimal template",
"description": "A minimal template.",
"demo_url": "https://blank-template.reflex.run",
"hidden": false
},
{
"name": "dashboard",
"description": "A dashboard with tables and graphs",
"description": "A dashboard with tables and graphs.",
"demo_url": "https://dashboard-new.reflex.run/",
"hidden": false
},
{
"name": "sidebar",
"description": "A template with a sidebar to navigate pages",
"description": "A template with a sidebar to navigate pages.",
"demo_url": "https://sidebar-template.reflex.run",
"hidden": true
},
{
"name": "sales",
"description": "An app to manage sales and customers",
"description": "An app to manage sales and customers.",
"demo_url": "https://sales-new.reflex.run/",
"hidden": false
},
{
"name": "ai_image_gen",
"description": "An app to generate images using AI",
"description": "An app to generate images using AI.",
"demo_url": "https://ai-image-gen.reflex.run/",
"hidden": false
},
{
"name": "ci_template",
"description": "A template for continuous integration",
"description": "A template for continuous integration.",
"demo_url": "https://cijob.reflex.run/",
"hidden": false
},
Expand All @@ -53,6 +53,16 @@
"description": "An app to manage customer data.",
"demo_url": "https://customer-data-app.reflex.run/",
"hidden": false
},
{
"name": "reflex-chat",
"description": "A chat app built with Reflex.",
"hidden": false
},
{
"name": "reflex-llamaindex-template",
"description": "A template for LlamaIndex.",
"hidden": false
}
]
}

0 comments on commit 049e701

Please sign in to comment.