{"id":51035368,"url":"https://github.com/codabytez/glossup-web","last_synced_at":"2026-06-22T05:02:24.978Z","repository":{"id":362999651,"uuid":"1260781365","full_name":"codabytez/glossup-web","owner":"codabytez","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-06T22:41:35.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T00:13:13.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codabytez.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-05T21:39:08.000Z","updated_at":"2026-06-06T22:35:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codabytez/glossup-web","commit_stats":null,"previous_names":["codabytez/glossup-web"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codabytez/glossup-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codabytez%2Fglossup-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codabytez%2Fglossup-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codabytez%2Fglossup-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codabytez%2Fglossup-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codabytez","download_url":"https://codeload.github.com/codabytez/glossup-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codabytez%2Fglossup-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34635038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":"2026-06-22T05:02:24.137Z","updated_at":"2026-06-22T05:02:24.970Z","avatar_url":"https://github.com/codabytez.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GlossUp\n\nGlossUp is a cosmetics e-commerce brand. This repo is the storefront — a Next.js (App Router) app backed by Shopify.\n\n## Tech Stack\n\n- **Framework:** Next.js (App Router) + TypeScript\n- **Styling:** Tailwind CSS + shadcn/ui\n- **Animation:** Framer Motion\n- **State:** Zustand (cart) + TanStack Query (server state)\n- **Forms:** React Hook Form + Zod\n- **Commerce:** Shopify Storefront API (client) + Admin API (server-side order lookup)\n- **Payments:** Paystack via Shopify\n- **Logistics:** GIG Logistics API (order tracking)\n- **Monitoring:** Sentry\n- **Deployment:** Vercel\n\n## Getting Started\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\nCopy the env template and fill in real values (see [Environment Variables](#environment-variables)):\n\n```bash\ncp .env.example .env.local\n```\n\nRun the dev server:\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view the app.\n\n## Scripts\n\n| Script              | Purpose                                   |\n| ------------------- | ----------------------------------------- |\n| `pnpm dev`          | Start the dev server                      |\n| `pnpm build`        | Production build (also generates sitemap) |\n| `pnpm start`        | Start the production server               |\n| `pnpm lint`         | Run ESLint                                |\n| `pnpm type-check`   | Run `tsc --noEmit`                        |\n| `pnpm format`       | Format files with Prettier                |\n| `pnpm format:check` | Check formatting without writing          |\n\n## Environment Variables\n\nAll env vars are validated at build time via `@t3-oss/env-nextjs` — the build fails if any required variable is missing. See [.env.example](./.env.example) for the full list (Shopify Storefront/Admin API, GIG Logistics, Sentry).\n\n## Project Structure\n\nPages are composition-only — all data fetching and business logic live in `/hooks`, and every UI element is broken into the smallest meaningful reusable component (no monolithic page files).\n\n## Git Workflow\n\n- `main` — production (protected, PRs from `dev` only)\n- `dev` — staging/integration (protected, all feature PRs merge here first)\n- `feature/*`, `fix/*`, `chore/*` — branch off `dev`, PR back to `dev`\n\nCommits follow [Conventional Commits](https://www.conventionalcommits.org/), enforced via Commitlint + Husky. A `pre-push` hook runs lint, type-check, format check, and a production build before code is pushed.\n\n## Deployment\n\nHosted on Vercel:\n\n- Merge to `main` → production\n- Merge to `dev` → staging preview\n- Every PR → automatic preview URL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodabytez%2Fglossup-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodabytez%2Fglossup-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodabytez%2Fglossup-web/lists"}