{"id":25411346,"url":"https://github.com/masterbhuvnesh/xponxt","last_synced_at":"2026-05-09T09:18:15.854Z","repository":{"id":277808103,"uuid":"933215387","full_name":"MasterBhuvnesh/XpoNxt","owner":"MasterBhuvnesh","description":"🚀 Built a simple Next.js website and deployed it on Expo.","archived":false,"fork":false,"pushed_at":"2025-03-06T21:50:04.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T22:28:01.607Z","etag":null,"topics":["eas","eas-cli","expo","expo-cli","expo-deployment","hosting","next","nextjs","nextjs15"],"latest_commit_sha":null,"homepage":"https://bhuvneshverma.expo.app/","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/MasterBhuvnesh.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}},"created_at":"2025-02-15T12:39:13.000Z","updated_at":"2025-03-06T21:50:08.000Z","dependencies_parsed_at":"2025-02-16T09:35:34.950Z","dependency_job_id":null,"html_url":"https://github.com/MasterBhuvnesh/XpoNxt","commit_stats":null,"previous_names":["masterbhuvnesh/xponxt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBhuvnesh%2FXpoNxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBhuvnesh%2FXpoNxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBhuvnesh%2FXpoNxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBhuvnesh%2FXpoNxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MasterBhuvnesh","download_url":"https://codeload.github.com/MasterBhuvnesh/XpoNxt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248845164,"owners_count":21170713,"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":["eas","eas-cli","expo","expo-cli","expo-deployment","hosting","next","nextjs","nextjs15"],"created_at":"2025-02-16T10:17:12.427Z","updated_at":"2026-05-09T09:18:15.814Z","avatar_url":"https://github.com/MasterBhuvnesh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 **Guide to Deploying a Next.js Project to Expo**\n\n## 🚀 **Steps to Deploy Using Expo CLI**\n\n### 1️⃣ **Configure Your Next.js Project**\n\n- Update `next.config.ts` to enable static export:\n\n  ```typescript\n  import type { NextConfig } from \"next\";\n\n  const nextConfig: NextConfig = {\n    output: \"export\",\n    reactStrictMode: true,\n  };\n\n  export default nextConfig;\n  ```\n\n### 2️⃣ **Build the Project**\n\nRun the following command to generate the output files:\n\n```bash\nnpx next build\n```\n\n### 3️⃣ **Deploy with Expo**\n\nUse Expo Application Services (EAS) to deploy your project:\n\n```bash\neas deploy --export-dir=out\n```\n\n### 4️⃣ **Get Your Deployment URL**\n\n- After deployment, you’ll receive a link to access your project:\n  ```\n  https://bhuvneshverma--yxdct6yk0b.expo.app\n  ```\n\n### 5️⃣ **Switch to Production (Optional)**\n\n- To set up a production alias, use:\n  ```bash\n  eas deploy:alias --prod --id=DEPLOYMENT-ID\n  ```\n  Example:\n  ```bash\n  eas deploy:alias --prod --id=yxdct6yk0b\n  ```\n\n### 🎯 **Final Production URL**\n\nOnce deployed to production, your project url will look like :  \n`https://bhuvneshverma.expo.app`\n\n🔗 **Check it out:**\n\n[![Bhuvnesh Verma](bhuvneshverma.expo.app.png)](https://bhuvneshverma.expo.app)\n\n### 💡 **Acknowledgments**\n\nSpecial thanks to [ide](https://github.com/ide) for their clear and concise explanation regarding the deployment of Next.js projects using Expo Application Services (EAS).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterbhuvnesh%2Fxponxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasterbhuvnesh%2Fxponxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterbhuvnesh%2Fxponxt/lists"}