# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Qwik-Starter
spec:
    description: A minimal Qwik project starter.
    icon: https://cdn.zeabur.com/git/nodejs/qwik.svg
    tags:
        - Starter
        - Website
    readme: |+
        # Qwik Starter
        Qwik is a new kind of web framework that can deliver instant loading web applications at any size or complexity. Your sites and apps can boot with about 1kb of JS (regardless of application complexity), and achieve consistent performance at scale.

    services:
        - name: Qwik
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 569979386
                branch: main
          domainKey: null
