-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstarters.json
52 lines (51 loc) · 2.07 KB
/
starters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"title": "SaaS starter kit",
"description": "Start building your SaaS application with this starter kit that includes awesome ui, stripe for payment and supabase for authentication and database.",
"repo": "https://github.com/kodu-ai/starters/tree/main/sass-starter",
"creator": "Kodu AI",
"isOfficial": true
},
{
"title": "Blog starter",
"description": "For creating a simple and fast blog with markdown support and a beautiful design.",
"repo": "https://github.com/kodu-ai/starters/tree/main/astro-blog",
"creator": "Kodu AI",
"isOfficial": true
},
{
"title": "Portfolio",
"description": "For creating a beautiful portfolio to showcase your work and skills.",
"repo": "https://github.com/kodu-ai/starters/tree/main/portfolio",
"creator": "Kodu AI",
"isOfficial": true
},
{
"title": "Company landing page",
"description": "Show off your business and the value you provide with a beautiful, responsive landing page.",
"repo": "https://github.com/kodu-ai/starters/tree/main/landing-page",
"creator": "Kodu AI",
"isOfficial": true
},
{
"title": "Admin Panel",
"description": "For building a modern, responsive admin panel where you can manage your application's data and settings.",
"repo": "https://github.com/kodu-ai/starters/tree/main/nextjs-admin",
"creator": "Kodu AI",
"isOfficial": true
},
{
"title": "Webapp starter",
"description": "For creating modern, server-side rendered React applications with built-in optimizations and a great developer experience.",
"repo": "https://github.com/kodu-ai/starters/tree/main/nextjs",
"creator": "Kodu AI",
"isOfficial": true
},
{
"title": "Todo list maker",
"description": "For learning React and Astro, this starter is a very simple todo list app that includes the famous Shadcn UI and TailwindCSS styling libraries. Modify the code alongside Kodu to learn how to build a modern web app.",
"repo": "https://github.com/kodu-ai/starters/tree/main/astro-todo",
"creator": "Kodu AI",
"isOfficial": true
}
]