Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Find public APIs, powered by api.publicapis.org.
A curated list of Qwik repos, examples, starters, tutorials, components, modules, videos, and anything else useful.

Curated Black Friday & Cyber Monday 2021 deals for developers: Creative Tim UI kit stacks up to 80% off plus third-party discounts.

Curated collection of 54 AI tools, agent skills, MCP servers, and design resources for building beautiful UI/UX.

A collection of 23 web projects built with HTML, CSS, and JavaScript, covering diverse UI designs for learning and inspiration.
pub-apis is a Next.js starter template that builds a public API discovery and directory web app, pulling its data from the free publicapis.org API.
pub-apis is an open-source Next.js application template designed to display and search public APIs. It consumes the publicapis.org dataset (maintained by davemachado) and renders an interactive directory interface. The project uses TypeScript for type safety, Chakra UI for styling, and runs on a standard Next.js development server.
src/pages/index.js entry point that hot-reloads during development.To get started, install dependencies with pnpm, then run pnpm dev. Open http://localhost:3000 to see the result; edits to src/pages/index.js will auto-update the page in development.
Yes, the repository is open source and the underlying publicapis.org API is free to use for public API data.
It uses Next.js with TypeScript, styled with Chakra UI, and integrates SWR for data fetching and Formik for forms.
Edit src/pages/index.js to change the main page; the development server hot-reloads changes. You can also adjust the styling through Chakra UI theme files.
