Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: add Deno, Prolog, Racket, Zig #1737

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions hack/samples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"description": "Simple Debian container with Git installed.",
"gitUrl": "https://github.com/daytonaio/sample-debian"
},
{
"name": "Deno",
"description": "Develop Deno based web applications. Includes appropriate runtime args, Deno, common tools, extensions, and dependencies.",
"gitUrl": "https://github.com/daytonaio/sample-deno"
},
{
"name": "target",
"description": "It is a sample institute website featuring dynamic content such as courses, achievers, and a director's column.",
Expand Down Expand Up @@ -155,6 +160,11 @@
"description": "An AI virtual assistant capable of voice and gesture-based desktop automation.",
"gitUrl": "https://github.com/BigBang001/EchoBrain-Daytona"
},
{
"name": "Prolog",
"description": "Develop Prolog based applications. Includes appropriate runtime args, GNU Prolog, SWI-Prolog, common tools, extensions, and dependencies.",
"gitUrl": "https://github.com/daytonaio/sample-prolog"
},
{
"name": "Python",
"description": "Develop Python applications.",
Expand Down Expand Up @@ -190,6 +200,11 @@
"description": "FastAPI starter based on copier-pdm and daytona",
"gitUrl": "https://github.com/daytonaio/sample-python-discord-image-generator"
},
{
"name": "Racket",
"description": "Develop Racket based applications. Includes appropriate runtime args, Racket and its IDE named DrRacket available through VNC, common tools, extensions, and dependencies.",
"gitUrl": "https://github.com/daytonaio/sample-racket"
},
{
"name": "Ruby",
"description": "Develop Ruby based applications. includes everything you need to get up and running.",
Expand Down Expand Up @@ -720,5 +735,10 @@
"name": "An Web site Builder with prompt",
"description": "A simple typescript project that generates a website based on the user's prompts that is build on top of claude ai api.",
"gitUrl": "https://github.com/saurabh007007/Dev-Vashudev"
},
{
"name": "Zig",
"description": "Develop Zig based applications. Includes appropriate runtime args, Zig, common tools, extensions, and dependencies.",
"gitUrl": "https://github.com/daytonaio/sample-zig"
}
]
Loading