Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
84f45dd
bolt.diy
/
app
/
types
/
template.ts
codacus
feat: add Starter template menu in homepage (#884)
fc4f89f
unverified
9 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
export
interface
Template
{
name
:
string
;
label
:
string
;
description
:
string
;
githubRepo
:
string
;
tags?:
string
[];
icon?:
string
;
}