{"id":21283866,"url":"https://github.com/ryan-ahn/npm-next13-starter","last_synced_at":"2026-02-22T23:33:56.475Z","repository":{"id":200897145,"uuid":"706470767","full_name":"ryan-ahn/npm-next13-starter","owner":"ryan-ahn","description":"Next13 프로젝트 시작을 위한 NPM 패키지","archived":false,"fork":false,"pushed_at":"2025-03-11T09:30:13.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T20:42:04.899Z","etag":null,"topics":["nextjs","zustand"],"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/ryan-ahn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-10-18T02:44:01.000Z","updated_at":"2025-03-11T09:30:17.000Z","dependencies_parsed_at":"2024-01-13T16:05:10.452Z","dependency_job_id":"c50da00c-ac37-439a-8270-38e8a309a99e","html_url":"https://github.com/ryan-ahn/npm-next13-starter","commit_stats":null,"previous_names":["ryan-ahn/boilerplate-next13-view","ryan-ahn/boilerplate-next13-client","ryan-ahn/npm-next13-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryan-ahn/npm-next13-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-next13-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-next13-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-next13-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-next13-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryan-ahn","download_url":"https://codeload.github.com/ryan-ahn/npm-next13-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-next13-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29730755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"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":["nextjs","zustand"],"created_at":"2024-11-21T11:12:45.951Z","updated_at":"2026-02-22T23:33:56.456Z","avatar_url":"https://github.com/ryan-ahn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ryan's Next13 Awesome Starter\n\n\n![Author](https://img.shields.io/badge/Author-ryan-orange.svg)\n![License](https://img.shields.io/badge/License-MIT-blue.svg)\n![Last Commit](https://img.shields.io/github/last-commit/ryan-ahn/npm-next13-starter)\n\n\n## Features\n\n- [x] ⚙️\u0026nbsp;\u0026nbsp;Small \u0026 Fast Bundler (Turbo)\n- [x] 🗝️\u0026nbsp;\u0026nbsp;Typed Programming (Typescript)\n- [x] 🧩\u0026nbsp;\u0026nbsp;SSR \u0026 Page Transition (Next13)\n- [x] 🕋\u0026nbsp;\u0026nbsp;Simple Store (Zustand)\n- [x] 📙\u0026nbsp;\u0026nbsp;Code Formatter (ESLint Airbnb \u0026 Prettier)\n- [x] 🧵\u0026nbsp;\u0026nbsp;Built-in Component \u0026 Layout\n- [x] 🚰\u0026nbsp;\u0026nbsp;Handle Page to Middleware\n- [x] ✨\u0026nbsp;\u0026nbsp;Setting Reset Style\n- [x] ⚡️\u0026nbsp;\u0026nbsp;Setting Mixin Style\n- [x] 📍\u0026nbsp;\u0026nbsp;Absolute Path\n- [x] 📫\u0026nbsp;\u0026nbsp;Page SEO\n- [ ] 🪄\u0026nbsp;\u0026nbsp;Dark Mode\n- [ ] 📱\u0026nbsp;\u0026nbsp;Check Device\n\n## Frameworks\n\n- **Bundler** : Turbo\n- **SSR** : Next13\n- **Core** : React18\n- **Store** : Zustand\n\n## Code Structure\n\n- **Static(public)**\n- **Root(app)** \u003cbr/\u003e\n- ⎣\u0026nbsp;**components** - atomic stateless components \u003cbr/\u003e\n- ⎣\u0026nbsp;**config** - configure \u003cbr/\u003e\n- ⎣\u0026nbsp;**constants** - static data \u003cbr/\u003e\n- ⎣\u0026nbsp;**containers** - stateful components \u003cbr/\u003e\n- ⎣\u0026nbsp;**interface** - interfaces \u003cbr/\u003e\n- ⎣\u0026nbsp;**libs** - store, hooks, utils \u003cbr/\u003e\n- ⎣\u0026nbsp;**styles** - style set\u003cbr/\u003e\n\n\n## Getting Started\n### 1) Installation\n```shell\nnpx next13-starter my-project\ncd my-project\n```\n### 2) Run Project\n```shell\nnpm run dev\n```\n### 3) Run Deploy\n```shell\nnpm run build\n```\n\n\n## Using with Store\n\n```javascript\n// user store\nimport { useDataStore } from '@store/index';\n\nconst { data, setData } = useStore();\n```\n\n\n## Using with Mixin\n\n```javascript\n// use mixin\nimport { flexSet, boxSet, colorSet, backgroundSet, fontSet } from '@styles/mixin';\n\nconst Style = styled.div`\n  // flex set(justify-content, align-items, flex-direction)\n  ${() =\u003e theme.flexSet('center', 'center', 'column')};\n\n  // box set(width, height, border-radius)\n  ${() =\u003e theme.boxSet('00px', '00px', '00px')};\n\n  // color set(color, background-color)\n  ${() =\u003e theme.colorSet('white', 'black')};\n\n  // background set(url, object-fit)\n  ${() =\u003e theme.backgroundSet('URL','contain')};\n\n  // font set(font-size, font-weight, line-height)\n  ${() =\u003e theme.fontSet(00, 000, 00)};\n`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-ahn%2Fnpm-next13-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryan-ahn%2Fnpm-next13-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-ahn%2Fnpm-next13-starter/lists"}