Skip to content

Commit

Permalink
chore: aditional tags for categorization (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnm committed Apr 1, 2024
1 parent 078529a commit 86519f9
Show file tree
Hide file tree
Showing 34 changed files with 74 additions and 34 deletions.
2 changes: 1 addition & 1 deletion angular/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Angular",
"description": "The quickest way to get started with Angular!",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/angular/.codesandbox/icon.png",
"tags": ["angular", "javascript", "typescript", "featured"],
"tags": ["angular", "javascript", "typescript", "featured", "frontend"],
"published": true
}
2 changes: 1 addition & 1 deletion astro-starlight/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Astro Starlight Documentation",
"description": "Everything you need to build a stellar documentation website. Fast, accessible, and easy-to-use.",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/astro-tailwind/.codesandbox/icon.png",
"tags": ["astro", "javascript", "typescript", "documentation"],
"tags": ["astro", "javascript", "typescript", "documentation", "starter"],
"published": true
}
9 changes: 8 additions & 1 deletion astro-tailwind/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"title": "Astro Tailwind Starter",
"description": "Astro together with Tailwind on CodeSandbox",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/astro-tailwind/.codesandbox/icon.png",
"tags": ["astro", "javascript", "typescript", "tailwind", "tailwindcss"],
"tags": [
"astro",
"javascript",
"typescript",
"tailwind",
"tailwindcss",
"starter"
],
"published": true
}
2 changes: 1 addition & 1 deletion astro/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Astro",
"description": "The official Astro template",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/astro/.codesandbox/icon.png",
"tags": ["astro", "javascript", "typescript"],
"tags": ["astro", "javascript", "typescript", "frontend"],
"published": true
}
2 changes: 1 addition & 1 deletion bun/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Bun",
"description": "Quickly get started with Bun using this starter!",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/bun/.codesandbox/icon.png",
"tags": ["bun", "javascript", "typescript"],
"tags": ["bun", "javascript", "typescript", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion cloudflare-worker/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Cloudflare Workers (Simple)",
"description": "A Cloudflare worker template that outputs a simple \"Hello World\"",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/cloudflare-worker/.codesandbox/icon.png",
"tags": ["cloudflare", "cloudflare workers", "edge", "javascript", "typescript"],
"tags": ["cloudflare", "cloudflare workers", "edge", "javascript", "typescript", "backend"],
"published": true
}
3 changes: 2 additions & 1 deletion create-t3-app/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"react",
"nextjs",
"tailwindcss",
"trpc"
"trpc",
"starter"
],
"published": true
}
2 changes: 1 addition & 1 deletion deno/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Deno",
"description": "Deno starter that uses CodeSandbox native Docker support",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/deno/.codesandbox/icon.png",
"tags": ["deno", "javascript", "typescript"],
"tags": ["deno", "javascript", "typescript", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion docusaurus/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Docusaurus",
"description": "Docusaurus example project",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/docusaurus/.codesandbox/icon.png",
"tags": ["react", "javascript", "docusaurus", "documentation"],
"tags": ["react", "javascript", "docusaurus", "documentation", "starter"],
"published": true
}
2 changes: 1 addition & 1 deletion elixir/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Elixir",
"description": "A quick starter for getting started with Elixir",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/elixir/.codesandbox/icon.png",
"tags": ["elixir", "starter"],
"tags": ["elixir", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion gatsby/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Gatsby",
"description": "The official Gatsby Cloud Sandbox Template by the CodeSandbox team",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/gatsby/.codesandbox/icon.png",
"tags": ["javascript", "gatsby", "react"],
"tags": ["javascript", "gatsby", "react", "starter"],
"published": true
}
2 changes: 1 addition & 1 deletion go/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Go",
"description": "Get started with Go in CodeSandbox!",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/go/.codesandbox/icon.png",
"tags": ["go", "golang"],
"tags": ["go", "golang", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion html-css/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "HTML + CSS",
"description": "A template for HTML and CSS",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/html-css/.codesandbox/icon.png",
"tags": ["html", "css", "static", "featured"],
"tags": ["html", "css", "static", "featured", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion javascript/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "JavaScript",
"description": "The JavaScript template",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/javascript/.codesandbox/icon.png",
"tags": ["js", "javascript", "vanilla", "featured"],
"tags": ["js", "javascript", "vanilla", "featured", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion jupyter/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Jupyter",
"description": "This is a starter for Jupyter Notebook or Lab. Jupyter is the latest web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning.",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/jupyter/.codesandbox/icon.png",
"tags": ["python", "pip", "jupyter", "ai", "machine learning"],
"tags": ["python", "pip", "jupyter", "ai", "machine learning", "starter"],
"published": true
}
9 changes: 8 additions & 1 deletion nextjs-app-router/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"title": "Next.js (App Router)",
"description": "This is a Next.js project using Next.js 13 `/app` directory.",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/nextjs-app-router/.codesandbox/icon.png",
"tags": ["nextjs", "javascript", "typescript", "react", "app-router"],
"tags": [
"nextjs",
"javascript",
"typescript",
"react",
"app-router",
"starter"
],
"published": true
}
9 changes: 8 additions & 1 deletion nextjs/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"title": "Next.js",
"description": "The official Next.js template by the CodeSandbox team",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/nextjs/.codesandbox/icon.png",
"tags": ["nextjs", "javascript", "typescript", "react", "featured"],
"tags": [
"nextjs",
"javascript",
"typescript",
"react",
"featured",
"frontend"
],
"published": true
}
2 changes: 1 addition & 1 deletion node-http-server/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Node HTTP Server",
"description": "Node.js example server starter project",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/node-http-server/.codesandbox/icon.png",
"tags": ["node", "javascript", "http-server"],
"tags": ["node", "javascript", "http-server", "backend"],
"published": true
}
2 changes: 1 addition & 1 deletion node/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Node.js",
"description": "The official Node.js template by the CodeSandbox team",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/node/.codesandbox/icon.png",
"tags": ["node", "javascript"],
"tags": ["node", "javascript", "playground"],
"published": true
}
10 changes: 9 additions & 1 deletion nuxt-todos-edge/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"title": "Nuxt Todos on the Edge",
"description": "Perfect starter for building a Nuxt.js application for the edge with Drizzle and SQLite",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/nuxt/.codesandbox/icon.png",
"tags": ["javascript", "typescript", "vue", "nuxt", "drizzle", "sqlite"],
"tags": [
"javascript",
"typescript",
"vue",
"nuxt",
"drizzle",
"sqlite",
"starter"
],
"published": true
}
2 changes: 1 addition & 1 deletion nuxt/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Nuxt",
"description": "A starter that allows you to quickly get started using Nuxt v3.",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/nuxt/.codesandbox/icon.png",
"tags": ["javascript", "typescript", "vue", "nuxt"],
"tags": ["javascript", "typescript", "vue", "nuxt", "frontend"],
"published": true
}
2 changes: 1 addition & 1 deletion php/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "PHP Starter",
"description": "Quickly get started with PHP using this starter",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/php/.codesandbox/icon.png",
"tags": ["php", "starter"],
"tags": ["php", "backend"],
"published": true
}
3 changes: 2 additions & 1 deletion postgres-drizzle-nextjs/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"react",
"postgres",
"drizzle-orm",
"featured"
"featured",
"starter"
],
"published": true
}
2 changes: 1 addition & 1 deletion python-flask-server/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Python Flask Server",
"description": "This is an example of a Flask server running \"hello world\"",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/python-flask-server/.codesandbox/icon.png",
"tags": ["python", "pip", "flask", "http-server"],
"tags": ["python", "pip", "flask", "http-server", "backend"],
"published": true
}
2 changes: 1 addition & 1 deletion python/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Python",
"description": "The starter template of Python for CodeSandbox",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/python/.codesandbox/icon.png",
"tags": ["python", "pip", "featured"],
"tags": ["python", "pip", "featured", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion qwik-vite/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Qwik (Vite)",
"description": "This is a Basic App (QwikCity) starter project",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/qwik-vite/.codesandbox/icon.png",
"tags": ["qwik", "vite", "javascript", "typescript"],
"tags": ["qwik", "vite", "javascript", "typescript", "frontend"],
"published": true
}
2 changes: 1 addition & 1 deletion react-vite-ts/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "React (Vite + TS)",
"description": "React running from the Vite dev server!",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/react-vite-ts/.codesandbox/icon.png",
"tags": ["react", "vite", "javascript", "typescript", "featured"],
"tags": ["react", "vite", "javascript", "typescript", "featured", "frontend"],
"published": true
}
2 changes: 1 addition & 1 deletion remix/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Remix",
"description": "The official Remix Cloud Sandbox Template by the CodeSandbox team",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/remix/.codesandbox/icon.png",
"tags": ["react", "remix", "javascript", "typescript"],
"tags": ["react", "remix", "javascript", "typescript", "frontend", "starter"],
"published": true
}
2 changes: 1 addition & 1 deletion rust-poem-server/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Rust & Poem REST Server",
"description": "A REST server using Rust and Poem",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/rust-poem-server/.codesandbox/icon.png",
"tags": ["rust", "cargo", "poem", "http-server"],
"tags": ["rust", "cargo", "poem", "http-server", "backend"],
"published": true
}
2 changes: 1 addition & 1 deletion rust/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Rust",
"description": "This is the perfect place to get started with Rust!",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/rust/.codesandbox/icon.png",
"tags": ["rust", "cargo"],
"tags": ["rust", "cargo", "playground"],
"published": true
}
2 changes: 1 addition & 1 deletion solid-vite/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Solid (Vite)",
"description": "This is a starter template to get started with Solid",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/solid-vite/.codesandbox/icon.png",
"tags": ["solid", "vite", "javascript", "typescript"],
"tags": ["solid", "vite", "javascript", "typescript", "frontend"],
"published": true
}
2 changes: 1 addition & 1 deletion storybook-react/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "Storybook (React)",
"description": "An example of running Storybook on CodeSandbox",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/storybook-react/.codesandbox/icon.png",
"tags": ["react", "storybook", "vite", "javascript", "typescript"],
"tags": ["react", "storybook", "vite", "javascript", "typescript", "starter"],
"published": true
}
3 changes: 2 additions & 1 deletion sveltekit/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"svelekit",
"svelekit",
"javascript",
"typescript"
"typescript",
"frontend", "starter"
],
"published": true
}
10 changes: 9 additions & 1 deletion vue-vite/.codesandbox/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"title": "Vue (Vite)",
"description": "Vue 3 set up using Vite",
"iconUrl": "https://raw.githubusercontent.com/codesandbox/sandbox-templates/main/vue-vite/.codesandbox/icon.png",
"tags": ["vue", "vue3", "vite", "javascript", "typescript", "featured"],
"tags": [
"vue",
"vue3",
"vite",
"javascript",
"typescript",
"featured",
"frontend"
],
"published": true
}

0 comments on commit 86519f9

Please sign in to comment.