Skip to content

Commit

Permalink
samples: add Deno, Prolog, Racket, Zig
Browse files Browse the repository at this point in the history
Signed-off-by: s-celles <[email protected]>
  • Loading branch information
s-celles committed Jan 22, 2025
1 parent 2f0db3c commit 886dfa2
Showing 1 changed file with 20 additions and 0 deletions.
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"
}
]

0 comments on commit 886dfa2

Please sign in to comment.