# template-registry **Repository Path**: mirrors_cloudflare/template-registry ## Basic Information - **Project Name**: template-registry - **Description**: A simple API via a Worker that serves all the template content - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Template Registry This repo runs a simple API via a Worker that serves all the template content consumed by different services (e.g. our template gallery at developers.cloudflare.com/workers/templates). ## API The API is a Cloudflare Worker that lives in [workers-site](./workers-site). That uses KV to store the toml/JS data and parses the data for the appropriate endpoints ## Data All the content that is served from the API lives in [templates](./templates) To contribute see [CONTRIBUTING](./CONTRIBUTING.md) ## Get Started To run for development ``` npm install ``` ``` npm run start ``` Then in the Workers preview test a link like https://example.com/templates/ or https://example.com/templates/ab_testing