diff --git a/hack/samples/index.json b/hack/samples/index.json index 2aa6eb2d66..faef3c4dcb 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -274,6 +274,11 @@ "description": "This application provides real-time weather information, including temperature, descriptions, humidity, and wind speed, based on user input.", "gitUrl": "https://github.com/daytonaio/sample-nextjs-weather-bot.git" }, + { + "name": "Astro - Restaurant app", + "description" : "A modern, responsive restaurant website built with Astro.js and TailwindCSS, showcasing a restaurant's menu, team, and story.", + "gitUrl" : "https://github.com/daytonaio/sample-astro-tailwind-restaurant" + }, { "name": "Sample Go Web Server", "description" : "A simple Go web server using Gorilla Mux and Logrus",