{"id":20789012,"url":"https://github.com/renatoxm/vod-next","last_synced_at":"2026-04-05T23:02:14.202Z","repository":{"id":188632883,"uuid":"612324447","full_name":"renatoxm/vod-next","owner":"renatoxm","description":"Vod - Next.js video on demand App","archived":false,"fork":false,"pushed_at":"2023-03-13T08:40:27.000Z","size":430,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:33:25.753Z","etag":null,"topics":["nextjs","redis","sentry","storybook","upstash","vercel"],"latest_commit_sha":null,"homepage":"https://vod-next.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renatoxm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-10T17:29:14.000Z","updated_at":"2023-12-05T09:43:23.000Z","dependencies_parsed_at":"2023-08-16T07:55:31.161Z","dependency_job_id":null,"html_url":"https://github.com/renatoxm/vod-next","commit_stats":null,"previous_names":["renatoxm/vod-next"],"tags_count":0,"template":false,"template_full_name":"jpedroschmitz/typescript-nextjs-starter","purl":"pkg:github/renatoxm/vod-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Fvod-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Fvod-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Fvod-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Fvod-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renatoxm","download_url":"https://codeload.github.com/renatoxm/vod-next/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Fvod-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["nextjs","redis","sentry","storybook","upstash","vercel"],"created_at":"2024-11-17T15:18:50.440Z","updated_at":"2026-04-05T23:02:14.147Z","avatar_url":"https://github.com/renatoxm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vod.io Next.js video on demand App\n\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)\n![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge\u0026logo=redis\u0026logoColor=white)\n![Storybook](https://img.shields.io/badge/-Storybook-FF4785?style=for-the-badge\u0026logo=storybook\u0026logoColor=white)\n![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)\n![Upstash](https://img.shields.io/badge/upstash-00c087.svg?style=for-the-badge\u0026logo=upstash\u0026logoColor=white)\n![Sentry](https://img.shields.io/badge/sentry-blueviolet.svg?style=for-the-badge\u0026logo=sentry\u0026logoColor=white)\n\nVideo on demand platform created in Next.js\n\n## Preview\n\n\u003ctable align=\"center\"\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" width=\"95%\" colspan=\"2\"\u003e\n      \u003cimg src=\"https://github.com/renatoxm/vod-next/blob/main/public/assets/preview.jpg?raw=true\" alt=\"Preview\" title=\"Preview\"\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Features\n\n- Next.js framework\n- Typescript\n- Redis\n- React Speech Recognition\n- Github workflows\n- Mobx store\n- Sentry\n\n## Development\n\nTo start the project locally, run:\n\n```bash\npnpm dev\n```\n\n## Documentation\n\n### Requirements\n\n- Node.js \u003e= 12.22.0\n- pnpm 7\n\n### Directory Structure\n\n- [`.github`](.github) — GitHub configuration including the CI workflow.\n- [`.husky`](.husky) — Husky configuration and hooks.\n- [`public`](./public) — Static assets such as robots.txt, images, and favicon.\n- [`src`](./src) — Application source code, including pages, components, styles.\n\n### Scripts\n\n- `pnpm dev` — Starts the application in development mode at `http://localhost:3000`.\n- `pnpm build` — Creates an optimized production build of your application.\n- `pnpm start` — Starts the application in production mode.\n- `pnpm type-check` — Validate code using TypeScript compiler.\n- `pnpm lint` — Runs ESLint for all files in the `src` directory.\n- `pnpm format` — Runs Prettier for all files in the `src` directory.\n\n### Path Mapping\n\nTypeScript are pre-configured with custom path mappings. To import components or files, use the `@` prefix.\n\n```tsx\nimport { Button } from '@/components/Button';\n// To import images or other files from the public folder\nimport avatar from '@/public/avatar.png';\n```\n\n### Switch to Yarn/npm\n\nThis starter uses pnpm by default, but this choice is yours. If you'd like to switch to Yarn/npm, delete the `pnpm-lock.yaml` file, install the dependencies with Yarn/npm, change the CI workflow, and Husky Git hooks to use Yarn/npm commands.\n\nOpen `http://localhost:3000` with your browser to see the result.\n\n## License \u0026 disclaimer\n\nThis project is licensed under the MIT license. For more information, see the [LICENSE](LICENSE.md) file.\n\nIt was created for feature presentation and case study only, it is not intended for commercial use.\n\nYouTube is a trademark of GOOGLE Inc.\n\nAll images and videos displayed were pulled from YouTube's API and [Pexels](https://www.pexels.com/) respecting their licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoxm%2Fvod-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatoxm%2Fvod-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoxm%2Fvod-next/lists"}