{"id":21090009,"url":"https://github.com/travelxml/airbnb-clone-sanity-next-react","last_synced_at":"2026-05-02T20:36:12.630Z","repository":{"id":83407408,"uuid":"436232948","full_name":"TravelXML/AIRBNB-CLONE-SANITY-NEXT-REACT","owner":"TravelXML","description":"Airbnb clone built with Sanity, Next.js, and React. A modern web application demonstrating advanced front-end development and headless CMS integration for seamless property listings and booking management.","archived":false,"fork":false,"pushed_at":"2022-01-08T14:32:20.000Z","size":257,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T06:14:38.580Z","etag":null,"topics":["airbnb","airbnb-clone","airbnb-listings","clone","clone-app","clone-coding","cloner","next","nextjs","react","reactjs","sanity-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/TravelXML.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":"2021-12-08T12:05:47.000Z","updated_at":"2024-11-13T01:50:21.000Z","dependencies_parsed_at":"2023-03-09T12:15:32.628Z","dependency_job_id":null,"html_url":"https://github.com/TravelXML/AIRBNB-CLONE-SANITY-NEXT-REACT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TravelXML/AIRBNB-CLONE-SANITY-NEXT-REACT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelXML%2FAIRBNB-CLONE-SANITY-NEXT-REACT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelXML%2FAIRBNB-CLONE-SANITY-NEXT-REACT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelXML%2FAIRBNB-CLONE-SANITY-NEXT-REACT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelXML%2FAIRBNB-CLONE-SANITY-NEXT-REACT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TravelXML","download_url":"https://codeload.github.com/TravelXML/AIRBNB-CLONE-SANITY-NEXT-REACT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelXML%2FAIRBNB-CLONE-SANITY-NEXT-REACT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32549383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["airbnb","airbnb-clone","airbnb-listings","clone","clone-app","clone-coding","cloner","next","nextjs","react","reactjs","sanity-io"],"created_at":"2024-11-19T21:33:21.684Z","updated_at":"2026-05-02T20:36:07.622Z","avatar_url":"https://github.com/TravelXML.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIRBNB CLONE Using REACT / NEXT / SANITY\n\n![airbnb-clone](https://user-images.githubusercontent.com/8361967/145212233-478dab49-a4d5-49d2-9a0c-f6add21e5f6f.png)\n\n## Airbnb Clone - Create Backend and Frontend for Airbnb App using React, Next, Sanity.io\n\n\n# Getting Started\n\n\nLet's first Up the Backend with Sanity CMS then we will go to Frotend, to display structured data's via Sanity SDK and React HOOK\n\n### Sanity\n\n[Sanity](https://www.sanity.io/) is the most flexible platform for building data driven content solutions.\n\n\n### Next.js\n\n[Next.js](https://nextjs.org/) gives the best developer experience with all the features you need for production: hybrid static \u0026 server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.\n\n\n### React.js\n\n[React.js](https://reactjs.org/)  JavaScript library for building interactive user interfaces\n\n\n\n## Backend\n\n### Step 1: Download file  \u003e\u003e go to **backend** folder then run the  below commands.\n\n    npm i\n\n### Step 2: Run the development server:\n\n    sanity start\n\nit will up the backend server to create schemas then access those schemas on frontend.\n\n![image](https://user-images.githubusercontent.com/8361967/145203826-02b46513-a38a-4861-b4ec-e6db12fe7f42.png)\n\nOpen http://localhost:3333 with your browser to see the result.\n\n![image](https://user-images.githubusercontent.com/8361967/145208392-aa47e7e6-717c-472c-932a-7129752c476d.png)\n\n\n## Frontend\n\n### Step 3: Now we are good to go ahead with Frontend, Run the below command, install the required packages:\n\n    npm i\n\n### Step 4: Run the server\n\n    npm run dev\n    # or\n    yarn dev\n\n![image](https://user-images.githubusercontent.com/8361967/145203736-9e9bc700-3970-4953-bd63-b3f641c014b8.png)\n\n\nOpen http://localhost:3000 with your browser to see the result.\n\n![image](https://user-images.githubusercontent.com/8361967/145207531-8bc8e718-1b36-4edd-86b5-4703974f928b.png)\n\n\n## Help\n\nIf you get stuck, the Sanity community I was talking about can be found here on the Sanity Exchange (https://www.sanity.io/exchange) and the Sanity Slack Community (https://slack.sanity.io/).\n\n\n\n\n**Enjoy Coding!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravelxml%2Fairbnb-clone-sanity-next-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftravelxml%2Fairbnb-clone-sanity-next-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravelxml%2Fairbnb-clone-sanity-next-react/lists"}