Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Website yang memberikan informasi terkait ketersediaan rumah sakit dan tempat tidur rumah sakit untuk pasien covid-19 ataupun non-covid di Indonesia.
Bed Covid RS Indonesia is an open-source Next.js web application that displays hospital and bed availability information for COVID-19 and non-COVID patients across Indonesia, using data from a public community-maintained API.
Bed Covid RS Indonesia is a Next.js and Chakra UI project that turns hospital bed availability data from the public rs-bed-covid-indo-api into a searchable website. It takes the API's JSON data and renders a list of hospitals filtered by province and city, and each hospital has its own detail page showing available beds. The project is published on GitHub by hendraaagil under the MIT License, and was built from the next-chakra-starter template.
After cloning the repository, you install dependencies with yarn and set the NEXT_PUBLIC_API_URL variable to the public API endpoint. The Next.js app queries the API at runtime and renders hospital data as a list that visitors can filter by region. Each hospital entry links to a separate route displaying its detailed bed availability.
Yes, Bed Covid RS Indonesia is open source under the MIT License, so you can use, modify, and share it without paying license fees.
The site relies on the public rs-bed-covid-indo-api maintained by satyawikananda. That API supplies hospital names, locations, and bed counts; the template simply presents the data it receives.
The project uses Next.js as the React framework and Chakra UI for styling. You need Node.js and yarn installed to run it locally.
Clone the repository, run yarn to install dependencies, create a .env file with NEXT_PUBLIC_API_URL pointing to the API, and run yarn dev. The development server will start, typically at localhost:3000.
Yes, the README states that the website provides information about bed availability for both COVID-19 and non-COVID patients.
