{"id":31779691,"url":"https://github.com/restatedev/deno-template","last_synced_at":"2026-07-09T16:31:57.245Z","repository":{"id":316594336,"uuid":"1063845686","full_name":"restatedev/deno-template","owner":"restatedev","description":"Restate + Deno deploy template","archived":false,"fork":false,"pushed_at":"2025-09-30T08:39:39.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T07:56:39.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/restatedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T07:39:21.000Z","updated_at":"2025-09-30T08:39:42.000Z","dependencies_parsed_at":"2025-09-26T02:01:28.413Z","dependency_job_id":null,"html_url":"https://github.com/restatedev/deno-template","commit_stats":null,"previous_names":["restatedev/deno-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/restatedev/deno-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restatedev%2Fdeno-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restatedev%2Fdeno-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restatedev%2Fdeno-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restatedev%2Fdeno-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/restatedev","download_url":"https://codeload.github.com/restatedev/deno-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restatedev%2Fdeno-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35306715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T07:55:58.954Z","updated_at":"2026-07-09T16:31:57.240Z","avatar_url":"https://github.com/restatedev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Restate + Deno Deploy Template\n\nWelcome to the **Restate TypeScript + Deno Deploy** template! ✨\n\n[![Deploy on Deno](https://deno.com/button)](https://console.deno.com/new?clone=https://github.com/restatedev/deno-template)\n\n## 🏁 Getting Started\n\n### Prerequisites\n- 📦 Deno runtime installed\n- 🔧 npx\n- 🌐 Deno account (for deployment)\n\n## 🛠️ Local Development\n\nLaunch the local Restate server:\n```bash\nnpx @restatedev/restate-server\n```\n\nStart the Deno server locally:\n```bash\ndeno task dev\n```\n\nConnect your local service to Restate:\n```bash\nnpx @restatedev/restate dep add http://localhost:9080\n```\n\nIterate! 🔧\n\n## 🚀 Deploy\n\nIf you haven't done it yet, create the project in the Deno console: https://console.deno.com/ \n\n### 📦 On Restate Cloud\n\nThis template includes a GitHub Actions workflow setup for automated registration of the service to Restate. To set up:\n\n* Add the following to **Github Actions repository secrets**:\n  - `RESTATE_ADMIN_URL`: The Admin URL. You can find it in [Developers \u003e Admin URL](https://cloud.restate.dev/to/developers/integration#admin)\n  - `RESTATE_AUTH_TOKEN`: Your Restate Cloud auth token. To get one, go to [Developers \u003e API Keys \u003e Create API Key](https://cloud.restate.dev?createApiKey=true\u0026createApiKeyDescription=deployment-key\u0026createApiKeyRole=rst:role::AdminAccess), and make sure to select **Admin** for role\n\u003cimg src=\"https://raw.githubusercontent.com/restatedev/docs-restate/refs/heads/main/docs/img/services/deploy/deployment-token.png\" style=\"width:50%;height:50%;\" /\u003e\n\nOnce the repo is set up, **just push to the main branch**, Deno Deploy will deploy the service, and [workflow deploy.yml](.github/workflows/deploy.yml) kicks in to register the service to Restate.\n\n\u003e 💡 **Note**: This setup uses [Deno deploy EA](https://docs.deno.com/deploy/early-access/). For Deno deploy Classic, refer to our [documentation](https://docs.restate.dev/services/deploy/deno-deploy).\n\n### 🔧 Manual Deployment\n\nYou can also register manually by following the [Restate + Deno Deploy documentation](https://docs.restate.dev/services/deploy/deno-deploy).\n\n## 🎮 Test Your Service\n\nOnce deployed, you can test your service using the [Restate Cloud Playground](https://cloud.restate.dev/to/overview?servicePlayground=Greeter#/operations/greet).\n\n## 🎯 Next Steps\n\n- 🔐 Secure your endpoint as shown in your [Restate Cloud Dashboard \u003e Developers \u003e Security](https://cloud.restate.dev/to/developers/integration#security)\n- 📖 Explore the [Restate documentation](https://docs.restate.dev)\n- 🔍 Check out more [examples and tutorials](https://github.com/restatedev/examples)\n- 💬 Join the [Restate Discord community](https://discord.restate.dev)\n\nHappy building! 🎉\n\n## Using AI coding tools\n\nIf you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).\n\nPlugin repo: https://github.com/restatedev/skills/tree/main\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestatedev%2Fdeno-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestatedev%2Fdeno-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestatedev%2Fdeno-template/lists"}