This is a UI wrapper for https://docs.spacexdata.com/.
All of the data is fetched from https://docs.spacexdata.com/, then cached and finally Server-Side-Rendered. No client-side fetching is happening in the user's browser.
Tech stack
- Server and rendering - Next.js
- UI and Styles - NextUI and Tailwind CSS
- API endpoints and data fetching - tRPC
npm install
npm run dev