{"id":44224866,"url":"https://github.com/remotion-dev/template-vercel","last_synced_at":"2026-02-12T07:01:41.887Z","repository":{"id":336646518,"uuid":"1150505081","full_name":"remotion-dev/template-vercel","owner":"remotion-dev","description":"Next.js template for rendering Remotion videos with Vercel Sandbox","archived":false,"fork":false,"pushed_at":"2026-02-09T15:14:41.000Z","size":207,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-10T07:56:39.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://template-vercel-pied.vercel.app","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/remotion-dev.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":"2026-02-05T11:05:00.000Z","updated_at":"2026-02-09T15:15:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/remotion-dev/template-vercel","commit_stats":null,"previous_names":["remotion-dev/template-vercel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remotion-dev/template-vercel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-vercel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-vercel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-vercel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-vercel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remotion-dev","download_url":"https://codeload.github.com/remotion-dev/template-vercel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-vercel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-02-10T05:06:29.224Z","updated_at":"2026-02-11T06:00:48.647Z","avatar_url":"https://github.com/remotion-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/remotion-dev/template-next/assets/1629785/9092db5f-7c0c-4d38-97c4-5f5a61f5cc098\" /\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\nThis is a Next.js template for building programmatic video apps with [`@remotion/player`](https://remotion.dev/player) and rendering via [Vercel Sandbox](https://vercel.com/docs/functions/sandbox).\n\nThis template uses the Next.js App directory with TailwindCSS. Videos are rendered in a Vercel Sandbox environment and stored in [Vercel Blob](https://vercel.com/docs/storage/vercel-blob) storage.\n\n## Getting Started\n\n[Use this template](https://github.com/new?template_name=template-vercel\u0026template_owner=remotion-dev) to clone it into your GitHub account. Run\n\n```\nnpm i\n```\n\nafterwards. Alternatively, use this command to scaffold a project:\n\n```\nnpx create-video@latest --vercel\n```\n\n## Commands\n\nStart the Next.js dev server:\n\n```\nnpm run dev\n```\n\nOpen the Remotion Studio:\n\n```\nnpx remotion studio\n```\n\nRender a video locally:\n\n```\nnpx remotion render\n```\n\nUpgrade Remotion:\n\n```\nnpx remotion upgrade\n```\n\n## Deploy to Vercel\n\nThe only requirement is to set up a Vercel Blob store and attach it to your project.  \nIt is advisable to first deploy the template to Vercel so you have a project to attach the Blob store to.\n\n1. Go to your Vercel dashboard\n2. Navigate to Storage \u003e Create \u003e Blob\n3. Create a new Blob store and attach it to your project\n\nIf you deploy your app to the same Vercel project where your Blob store is attached, the `BLOB_READ_WRITE_TOKEN` environment variable is automatically available.\n\n## Local Development\n\nTo get access to sandboxes, just make sure you are logged in with the [Vercel CLI](https://vercel.com/docs/cli):\n\n```bash\nvercel login\n```\n\nTo run renders locally, pull the `BLOB_READ_WRITE_TOKEN` environment variable from your attached Blob store:\n\n```bash\nvercel link  # Link to your Vercel project (if not already linked)\nvercel env pull .env.local\n```\n\nThis pulls `BLOB_READ_WRITE_TOKEN` from your attached Blob store.\n\nThen start the dev server:\n\n```bash\nnpm run dev\n```\n\n## Docs\n\nRead more about this template [here](https://remotion.dev/docs/vercel-sandbox).\n\n## Help\n\nWe provide help on our [Discord server](https://remotion.dev/discord).\n\n## Issues\n\nFound an issue with Remotion? [File an issue here](https://remotion.dev/issue).\n\n## License\n\nNote that for some entities a company license is needed. [Read the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotion-dev%2Ftemplate-vercel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremotion-dev%2Ftemplate-vercel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotion-dev%2Ftemplate-vercel/lists"}