{"id":13523153,"url":"https://github.com/bidah/universal-medusa","last_synced_at":"2025-08-20T12:30:37.122Z","repository":{"id":190449035,"uuid":"649812736","full_name":"bidah/universal-medusa","owner":"bidah","description":"Multi platform e-commerce development using React Native + Next.js + Medusa.js","archived":false,"fork":false,"pushed_at":"2024-01-19T02:47:23.000Z","size":16000,"stargazers_count":179,"open_issues_count":0,"forks_count":11,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-14T03:07:18.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dub.sh/universalmedusa","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/bidah.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}},"created_at":"2023-06-05T17:35:11.000Z","updated_at":"2024-12-07T10:31:02.000Z","dependencies_parsed_at":"2023-12-11T14:54:59.189Z","dependency_job_id":null,"html_url":"https://github.com/bidah/universal-medusa","commit_stats":null,"previous_names":["bidah/universal-medusa"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bidah%2Funiversal-medusa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bidah%2Funiversal-medusa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bidah%2Funiversal-medusa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bidah%2Funiversal-medusa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bidah","download_url":"https://codeload.github.com/bidah/universal-medusa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230423559,"owners_count":18223435,"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":[],"created_at":"2024-08-01T06:00:56.163Z","updated_at":"2024-12-19T11:10:55.226Z","avatar_url":"https://github.com/bidah.png","language":"TypeScript","funding_links":[],"categories":["Starter Kits"],"sub_categories":["Learning more about React Native as a Web Developer"],"readme":"# Universal Medusa ⚛️ Multi platform e-commerce development\n\n**Support:** Got questions about the project, need more comprehensive support, or want to move into production using Universal Medusa? Please reach out by [booking a meeting](https://cal.com/rodrigo-figueroa-vmbwee/30min).\n\n--- \n\nBuild cross platforms e-commerce apps with [Medusa.js](http://medusajs.com) that gets you the best of web and native mobile using [Next.js](http://nextjs.org) and [Expo](https://expo.dev).\n\nYou get a starter codebase with a complete e-commerce app that runs on both mobile and web. You get code reuse with shared screens, components, modules, providers, style system using [Nativewind](https://nativewind.dev), unified navigation with [Solito](https://solito.dev) and [Expo Router](https://expo.github.io/router/docs/) and much, much more.\n\n📄 Docs: [https://dub.sh/universalmedusa](https://dub.sh/universalmedusa)\n\n---\n\n## Motivation\nWhen developing robust ecommerce your app product tend to ship slower and slower when it grows in functionality and team size. That's always the case on a thriving project. With that in mind Universal medusa empowers what Medusa.js already gives you. More dev tooling to power up your ecom development with easy and sacability in mind.\n\n## Getting Started\nGet started by running the following to create a new project with a starter kit that consists of a:\n- base monorepo structure ready to go.\n- base medusa frontend starter (port of medusa.js next.js starter)\n- base medusa backend starter\n\n```bash\nnpx create-universal-medusa-app my-app\n```\n\nℹ️ The starter is a port of Medusa.js Next.js starter. So you get all the same features out of the box.\nYou get a Expo, Next and default Medusa backend in a monorepo\n\nYou can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.\n\n## Start projects (mobile, web and Medusa.js backend)\n\nℹ️ `yarn install` already ran with the `create-universal-medusa-app` command\n\n### Run Expo client\n\n#### Install the latest EAS CLI\nEAS CLI is the command-line app that you will use to interact with EAS services from your terminal. To install it, run the command:\n\n```bash\nnpm install -g eas-cli\n```\n\n#### Login to your expo account\n```bash\neas login\n```\n\n#### Configure project for eas builds\nCreate your dev client to be run on your simulator\n\nℹ️ You need to rerun build whenever you add native dependencies to your `expo` project\n\n```bash\neas build --profile development-simulator --platform ios\n```\n\nthen start your dev client\n```bash\nyarn native\n```\n\n-----\n\n### Run Next.js web app\n\n```bash\nyarn web\n```\n\n### Run the medusa backend\n\n\nℹ️ If you have PostgreSQL installed on your machine, the database for Medusa backend is already created and configured for you when running `npx create-universal-medusa-app` \n\n```bash\n# First time only. You need to seed db\nyarn medusa:seed\n\n# then start the backend\nyarn medusa\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbidah%2Funiversal-medusa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbidah%2Funiversal-medusa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbidah%2Funiversal-medusa/lists"}