{"id":30226872,"url":"https://github.com/remotion-dev/template-next-pages-dir","last_synced_at":"2025-08-14T17:08:49.421Z","repository":{"id":70415282,"uuid":"541878808","full_name":"remotion-dev/template-next-pages-dir","owner":"remotion-dev","description":"Next.js template for programmatic video apps","archived":false,"fork":false,"pushed_at":"2025-07-24T09:51:08.000Z","size":246,"stargazers_count":47,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-10T01:21:34.336Z","etag":null,"topics":["next","react","remotion"],"latest_commit_sha":null,"homepage":"https://next.remotion.dev","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}},"created_at":"2022-09-27T03:00:23.000Z","updated_at":"2025-07-24T09:51:12.000Z","dependencies_parsed_at":"2024-01-18T17:00:24.225Z","dependency_job_id":"6852aac0-a9e3-491b-b359-852a1e8f6a8c","html_url":"https://github.com/remotion-dev/template-next-pages-dir","commit_stats":null,"previous_names":["remotion-dev/template-next"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/remotion-dev/template-next-pages-dir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-pages-dir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-pages-dir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-pages-dir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-pages-dir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remotion-dev","download_url":"https://codeload.github.com/remotion-dev/template-next-pages-dir/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-pages-dir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270452355,"owners_count":24586165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"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":["next","react","remotion"],"created_at":"2025-08-14T17:08:44.470Z","updated_at":"2025-08-14T17:08:49.416Z","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 [`@remotion/lambda`](https://remotion.dev/lambda) built in.\n\nThis template uses the Next.js Pages directory. There is a [App directory version](https://github.com/remotion-dev/template-next-app-dir) of this template available.\n\n\u003cimg src=\"https://github.com/remotion-dev/template-next/assets/1629785/c9c2e5ca-2637-4ec8-8e40-a8feb5740d88\" /\u003e\n\n## Getting Started\n\n[Use this template](https://github.com/new?template_name=template-next-pages-dir\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 --next-pages-dir\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\nThe following script will set up your Remotion Bundle and Lambda function on AWS:\n\n```\nnode deploy.mjs\n```\n\nYou should run this script after:\n\n- changing the video template\n- changing `config.mjs`\n- upgrading Remotion to a newer version\n\n## Set up rendering on AWS Lambda\n\nThis template supports rendering the videos via [Remotion Lambda](https://remotion.dev/lambda).\n\n1. Copy the `.env.example` file to `.env` and fill in the values.\n   Complete the [Lambda setup guide](https://www.remotion.dev/docs/lambda/setup) to get your AWS credentials.\n\n1. Edit the `config.mjs` file to your desired Lambda settings.\n\n1. Run `node deploy.mjs` to deploy your Lambda function and Remotion Bundle.\n\n## Docs\n\nGet started with Remotion by reading the [fundamentals page](https://www.remotion.dev/docs/the-fundamentals).\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-next-pages-dir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremotion-dev%2Ftemplate-next-pages-dir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotion-dev%2Ftemplate-next-pages-dir/lists"}