Skip to content

solcreek/gallery

Repository files navigation

Creek Template Gallery

Browsable template gallery for Creek. Fork this repo to create your own template marketplace.

Live: templates.creek.dev

Quick Start

pnpm install
pnpm dev        # http://localhost:5173
pnpm build      # Output to dist/

Fork & Customize

Two files to edit:

1. src/gallery.config.ts

Brand name, deploy URL, nav links:

export const config = {
  brand: "your-brand",
  deployUrl: "https://your-platform.com/deploy?template={slug}",
  cliCommand: "npx your-cli deploy --template {slug}",
  sourceUrl: "https://github.com/your-org/templates/tree/main",
  // ...
};

2. public/templates.json

Template catalog (no rebuild needed to update):

{
  "templates": [
    {
      "slug": "my-template",
      "name": "My Template",
      "description": "What it does",
      "type": "app",
      "capabilities": ["database", "ai"],
      "screenshotUrl": null
    }
  ]
}

Deploy on Creek

npx creek deploy

Or deploy anywhere that serves static files.

Tech Stack

Vite + React 19 + TanStack Router + Tailwind 4. Six production dependencies.

License

Apache-2.0

About

Forkable template gallery for Creek

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors