{"id":22322782,"url":"https://github.com/glitchtech-developments/nextjs13-appdir-example","last_synced_at":"2026-05-16T11:06:12.986Z","repository":{"id":116736577,"uuid":"597845304","full_name":"GlitchTech-Developments/NextJS13-AppDir-Example","owner":"GlitchTech-Developments","description":"In this repo you'll find a example app of the latest goodies from Vercel mainly meaning the new edge functionalities, AppDir flow and TurboPack.","archived":false,"fork":false,"pushed_at":"2023-02-05T21:26:05.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T23:59:16.657Z","etag":null,"topics":["appdir","nextjs","typescript"],"latest_commit_sha":null,"homepage":"","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/GlitchTech-Developments.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"JesseKoldewijn"}},"created_at":"2023-02-05T20:00:34.000Z","updated_at":"2023-02-05T21:27:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0437f01-dea2-47d2-b606-81887990ff5d","html_url":"https://github.com/GlitchTech-Developments/NextJS13-AppDir-Example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GlitchTech-Developments/NextJS13-AppDir-Example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchTech-Developments%2FNextJS13-AppDir-Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchTech-Developments%2FNextJS13-AppDir-Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchTech-Developments%2FNextJS13-AppDir-Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchTech-Developments%2FNextJS13-AppDir-Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlitchTech-Developments","download_url":"https://codeload.github.com/GlitchTech-Developments/NextJS13-AppDir-Example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchTech-Developments%2FNextJS13-AppDir-Example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["appdir","nextjs","typescript"],"created_at":"2024-12-04T01:08:30.102Z","updated_at":"2026-05-16T11:06:12.981Z","avatar_url":"https://github.com/GlitchTech-Developments.png","language":"TypeScript","funding_links":["https://github.com/sponsors/JesseKoldewijn"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to the GlitchTech NextJS-13-Example 👋\u003c/h1\u003e\r\n\u003cp\u003e\r\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-0.0.2-blue.svg?cacheSeconds=2592000\" /\u003e\r\n  \u003ca href=\"https://raw.githubusercontent.com/GlitchTech-Developments/NextJS13-AppDir-Example/main/LICENCE\" target=\"_blank\"\u003e\r\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://github.com/GlitchTech-Developments/NextJS13-AppDir-Example/actions/workflows/workspace-ci.yml\"\u003e\r\n    \u003cimg src=\"https://github.com/GlitchTech-Developments/NextJS13-AppDir-Example/actions/workflows/workspace-ci.yml/badge.svg?branch=main\"/\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://twitter.com/GlitchTechEU\" target=\"_blank\"\u003e\r\n    \u003cimg alt=\"Twitter: GlitchTechEU\" src=\"https://img.shields.io/twitter/follow/GlitchTechEU.svg?style=social\" /\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003e TurboRepo used by GlitchTech Developments\r\n\r\n## Install\r\n\r\n```sh\r\npnpm install\r\n```\r\n\r\n## Usage\r\n\r\n\u003e **AppName**: package name of project of choice in apps directory\r\n\u003e The NextJS project is under the \"web\" name. So filter on web when targeting the NextJS project.\r\n\r\n```sh\r\npnpm run dev --filter [AppName]\r\n```\r\n\r\n## Run tests\r\n\r\n```sh\r\npnpm run test\r\n```\r\n\r\n## Author\r\n\r\n👤 **GlitchTech Developments**\r\n\r\n- Website: https://glitchtech.eu\r\n- Twitter: [@GlitchTechEU](https://twitter.com/GlitchTechEU)\r\n- Github: [@GlitchTech-Developments](https://github.com/GlitchTech-Developments)\r\n\r\n## 🤝 Contributing\r\n\r\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/GlitchTech-Developments/NextJS13-AppDir-Example/issues).\r\n\r\n## Show your support\r\n\r\nGive a ⭐️ if this project helped you!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchtech-developments%2Fnextjs13-appdir-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglitchtech-developments%2Fnextjs13-appdir-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchtech-developments%2Fnextjs13-appdir-example/lists"}