# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: bolt.diy
spec:
    description: Free, simple, and intuitive database schema editor and SQL generator.
    coverImage: https://github.com/stackblitz-labs/bolt.diy/raw/main/public/social_preview_index.jpg
    icon: https://raw.githubusercontent.com/stackblitz-labs/bolt.diy/refs/heads/main/public/favicon.ico
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: The domain you want to bind to your bolt.diy instance.
    tags:
        - Database
    readme: |
        # bolt.diy

        bolt.diy is the official open source version of Bolt.new, which allows you to choose the LLM that you use for each prompt! Currently, you can use OpenAI, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek, Groq, Cohere, Together, Perplexity, Moonshot (Kimi), Hyperbolic, GitHub Models, Amazon Bedrock, and OpenAI-like providers - and it is easily extended to use any other model supported by the Vercel AI SDK!
    services:
        - name: bolt.diy
          icon: https://raw.githubusercontent.com/stackblitz-labs/bolt.diy/refs/heads/main/public/favicon.ico
          template: GIT
          spec:
            id: bolt-diy
            source:
                source: GITHUB
                repo: 1078351060
                branch: zeabur-deploy
            ports:
                - id: web
                  port: 8080
                  type: HTTP
          domainKey: PUBLIC_DOMAIN
localization:
    zh-TW:
        description: 。
        variables:
            - key: PUBLIC_DOMAIN
              type: DOMAIN
              name: 網域
              description: 你想綁定到 bolt.diy 的網域？
        readme: |-
            # bolt.diy

            bolt.diy 是 Bolt.new 的官方開源版本，讓你可以在每個 prompt 中自由選擇要使用的 LLM！

            目前支援以下模型與服務提供者：
            OpenAI、Anthropic、Ollama、OpenRouter、Gemini、LMStudio、Mistral、xAI、HuggingFace、DeepSeek、Groq、Cohere、Together、Perplexity、Moonshot（Kimi）、Hyperbolic、GitHub Models、Amazon Bedrock，以及任何與 OpenAI API 相容 的供應商。

            此外，bolt.diy 也能輕鬆擴充，支援更多透過 Vercel AI SDK 的模型！
