{"id":30226878,"url":"https://github.com/remotion-dev/template-next-app-dir","last_synced_at":"2025-08-14T17:09:47.182Z","repository":{"id":187208882,"uuid":"676473680","full_name":"remotion-dev/template-next-app-dir","owner":"remotion-dev","description":"Next.js template for programmatic video apps","archived":false,"fork":false,"pushed_at":"2025-07-24T09:51:01.000Z","size":140,"stargazers_count":110,"open_issues_count":0,"forks_count":25,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-10T01:21:34.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://next-app-dir.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":"2023-08-09T09:25:48.000Z","updated_at":"2025-08-05T14:07:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"fef43cb5-66d8-4a91-bc12-7f5591add8f0","html_url":"https://github.com/remotion-dev/template-next-app-dir","commit_stats":null,"previous_names":["remotion-dev/template-next-app-dir"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/remotion-dev/template-next-app-dir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-app-dir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-app-dir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-app-dir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-app-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-app-dir/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-next-app-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":[],"created_at":"2025-08-14T17:09:41.864Z","updated_at":"2025-08-14T17:09:47.176Z","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 App directory. There is a [Tailwind CSS version](https://github.com/remotion-dev/template-next-app-dir-tailwind) and a [Pages directory version](https://github.com/remotion-dev/template-next-pages-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-app-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\n```\n\n## Commands\n\nStart the Next.js dev server:\n\n```\nnpm run dev\n```\n\nOpen the Remotion Studio:\n\n```\nnpm run remotion\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-app-dir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremotion-dev%2Ftemplate-next-app-dir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotion-dev%2Ftemplate-next-app-dir/lists"}