{"id":13574516,"url":"https://github.com/sadmann7/skateshop","last_synced_at":"2025-10-30T20:45:43.245Z","repository":{"id":160829142,"uuid":"635619860","full_name":"sadmann7/skateshop","owner":"sadmann7","description":"An open source e-commerce skateshop build with everything new in Next.js.","archived":false,"fork":false,"pushed_at":"2025-04-01T06:39:07.000Z","size":176309,"stargazers_count":5403,"open_issues_count":50,"forks_count":785,"subscribers_count":52,"default_branch":"main","last_synced_at":"2025-04-23T21:02:59.379Z","etag":null,"topics":["drizzle-orm","nextjs","open-source","shadcn-ui","stripe"],"latest_commit_sha":null,"homepage":"https://skateshop.sadmn.com","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/sadmann7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-03T05:00:21.000Z","updated_at":"2025-04-19T06:24:28.000Z","dependencies_parsed_at":"2024-05-04T18:23:32.207Z","dependency_job_id":"8e7d2cf8-3c2b-44d6-9849-d934bd47a44f","html_url":"https://github.com/sadmann7/skateshop","commit_stats":{"total_commits":641,"total_committers":33,"mean_commits":"19.424242424242426","dds":"0.11700468018720744","last_synced_commit":"e954d54379a7a6f798d3f49ffc6664449220adfc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadmann7%2Fskateshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadmann7%2Fskateshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadmann7%2Fskateshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadmann7%2Fskateshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sadmann7","download_url":"https://codeload.github.com/sadmann7/skateshop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514781,"owners_count":21443209,"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","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":["drizzle-orm","nextjs","open-source","shadcn-ui","stripe"],"created_at":"2024-08-01T15:00:52.286Z","updated_at":"2025-10-30T20:45:43.152Z","avatar_url":"https://github.com/sadmann7.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Boilerplates \u0026 Starters","前端开发框架及项目","E Commerce"],"sub_categories":["管理面板"],"readme":"# [Skateshop](https://skateshop.sadmn.com/)\n\nThis is an open source e-commerce skateshop build with everything new in Next.js 14. It is bootstrapped with `create-t3-app`.\n\n[![Skateshop](./public/images/screenshot.png)](https://skateshop.sadmn.com/)\n\n\u003e **Warning**\n\u003e This project is still in development and is not ready for production use.\n\u003e\n\u003e It uses new technologies (drizzle ORM) which are subject to change and may break your application.\n\n## Tech Stack\n\n- **Framework:** [Next.js](https://nextjs.org)\n- **Styling:** [Tailwind CSS](https://tailwindcss.com)\n- **User Management:** [Clerk](https://clerk.com)\n- **ORM:** [Drizzle ORM](https://orm.drizzle.team)\n- **UI Components:** [shadcn/ui](https://ui.shadcn.com)\n- **Email:** [React Email](https://react.email)\n- **Content Management:** [Contentlayer](https://www.contentlayer.dev)\n- **File Uploads:** [uploadthing](https://uploadthing.com)\n- **Payments infrastructure:** [Stripe](https://stripe.com)\n\n## Features to be implemented\n\n- [x] Authentication with **Clerk**\n- [x] File uploads with **uploadthing**\n- [x] Newsletter subscription with **React Email** and **Resend**\n- [x] Blog using **MDX** and **Contentlayer**\n- [x] ORM using **Drizzle ORM**\n- [x] Database on **PlanetScale**\n- [x] Validation with **Zod**\n- [x] Storefront with products, categories, and subcategories\n- [x] Seller and customer workflows\n- [x] User subscriptions with **Stripe**\n- [ ] Checkout with **Stripe Checkout**\n- [ ] Admin dashboard with stores, products, orders, subscriptions, and payments\n\n## Running Locally\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/sadmann7/skateshop.git\n   ```\n\n2. Install dependencies using pnpm\n\n   ```bash\n   pnpm install\n   ```\n\n3. Copy the `.env.example` to `.env` and update the variables.\n\n   ```bash\n   cp .env.example .env\n   ```\n\n4. Start the development server\n\n   ```bash\n   pnpm run dev\n   ```\n\n5. Push the database schema\n\n   ```bash\n   pnpm run db:push\n   ```\n\n6. Start the Stripe webhook listener\n\n   ```bash\n   pnpm run stripe:listen\n   ```\n\n## How do I deploy this?\n\nFollow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.\n\n## Contributing\n\nContributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the [contributing guide](./CONTRIBUTING.md) for more information.\n\n## Contributors\n\nThanks goes to these wonderful people for their contributions:\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://github.com/sadmann7/skateshop/graphs/contributors\"\u003e\n   \u003cimg src=\"https://contrib.rocks/image?repo=sadmann7/skateshop\" /\u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n Made with \u003ca rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://contrib.rocks\"\u003econtrib.rocks\u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\nLicensed under the MIT License. Check the [LICENSE](./LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadmann7%2Fskateshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadmann7%2Fskateshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadmann7%2Fskateshop/lists"}