Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aproli90
/
bolt.diy
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
bolt.diy
/
app
/
types
/
template.ts
aproli90
Upload 289 files
2e1ab99
verified
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
export
interface
Template
{
name
:
string
;
label
:
string
;
description
:
string
;
githubRepo
:
string
;
tags?:
string
[];
icon?:
string
;
}