{"id":48705856,"url":"https://github.com/thefreelight/jiffoo","last_synced_at":"2026-04-26T11:01:52.557Z","repository":{"id":295956608,"uuid":"991699677","full_name":"thefreelight/Jiffoo","owner":"thefreelight","description":"Open-source commerce core with storefront, admin, themes, plugins, and marketplace-ready architecture.","archived":false,"fork":false,"pushed_at":"2026-04-19T16:01:06.000Z","size":700525,"stargazers_count":8,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T18:29:40.077Z","etag":null,"topics":["ecommerce","fastify","headless-commerce","marketplace","multi-tenant","nextjs","plugins","prisma","saas","themes"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thefreelight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-28T03:01:05.000Z","updated_at":"2026-04-17T17:51:17.000Z","dependencies_parsed_at":"2025-08-07T19:18:26.808Z","dependency_job_id":"9dc6eed7-44ec-4cca-a66e-55cb7703c32d","html_url":"https://github.com/thefreelight/Jiffoo","commit_stats":null,"previous_names":["thefreelight/jiffoo"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/thefreelight/Jiffoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefreelight%2FJiffoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefreelight%2FJiffoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefreelight%2FJiffoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefreelight%2FJiffoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thefreelight","download_url":"https://codeload.github.com/thefreelight/Jiffoo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefreelight%2FJiffoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32294591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["ecommerce","fastify","headless-commerce","marketplace","multi-tenant","nextjs","plugins","prisma","saas","themes"],"created_at":"2026-04-11T11:15:12.493Z","updated_at":"2026-04-26T11:01:52.552Z","avatar_url":"https://github.com/thefreelight.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jiffoo - Open Source E-Commerce Platform\n\n[![License: GPL v2+](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](https://www.gnu.org/licenses/gpl-2.0)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue.svg)](https://www.typescriptlang.org/)\n[![Next.js](https://img.shields.io/badge/Next.js-black.svg)](https://nextjs.org/)\n[![Fastify](https://img.shields.io/badge/Fastify-5-green.svg)](https://www.fastify.io/)\n\nJiffoo is a TypeScript commerce core for self-hosted storefronts, admin tooling, and extension-driven customization.\n\n## Features\n\n- Complete commerce flows for catalog, cart, checkout, orders, and payments\n- Theme packs and plugin-based extensibility\n- Fastify API with Prisma-backed data access\n- Next.js shop and admin applications\n- Shared SDKs for frontend, theme, and plugin integrations\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js 20+\n- PostgreSQL 14+\n- Redis 6+ for caching and async jobs\n- pnpm 9+\n\n### Installation\n\n```bash\ngit clone https://github.com/thefreelight/Jiffoo.git\ncd Jiffoo\npnpm install\ncp apps/api/.env.example .env\npnpm --filter api db:migrate\npnpm dev\n```\n\n### Local URLs\n\n- Shop: `http://localhost:3003`\n- Admin: `http://localhost:3002`\n- API: `http://localhost:3001`\n\n## Repository Layout\n\n```text\nJiffoo/\n├── apps/\n│   ├── api/\n│   ├── admin/\n│   └── shop/\n├── packages/\n│   ├── core-api-sdk/\n│   ├── plugin-sdk/\n│   ├── shared/\n│   ├── shop-themes/\n│   ├── theme-api-sdk/\n│   └── ui/\n└── scripts/\n```\n\n## Documentation\n\n- [Create App CLI](packages/create-jiffoo-app/README.md)\n- [Core API SDK](packages/core-api-sdk/README.md)\n- [Plugin SDK](packages/plugin-sdk/README.md)\n- [Theme API SDK](packages/theme-api-sdk/README.md)\n- [Default Theme Pack](packages/shop-themes/default/README.md)\n\n## License\n\nJiffoo is licensed under the [GNU General Public License v2.0 or later](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefreelight%2Fjiffoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthefreelight%2Fjiffoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefreelight%2Fjiffoo/lists"}