Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A curated directory of frontend web development tools, built with Next.js and React.
Frontend Tools (FE-tools) is an open-source directory template that lists frontend web development tools, built with Next.js and React and available as a GitHub repository. It functions as a content curation site: a developer or team collects tool listings, organizes them, and presents them in a browsable web page. The project is maintained by GitHub user koji and is designed to run on Node.js with a local development server, with deployment typically handled through Vercel, which appears in the repository topics. The site is structured as a PWA, making it installable on devices, and integrates Contentful as a headless CMS for managing the tool listings.
Frontend Tools is a Next.js and React directory template that presents a curated list of web development tools with a focus on frontend technologies. It takes tool entries—likely managed through Contentful—and renders them as a browsable website. The project runs on Node.js using the Next.js framework, with yarn or npm as package managers, and is published on GitHub under the username koji. Its repository metadata describes it as listing tools for webdev, which is its core function.
The README gives a straightforward setup: clone the repository, install packages with yarn or npm, and start the dev server. Once running, the site opens at http://localhost:3000. Because the project uses Next.js, pages are server-rendered by default, and Contentful provides the content layer.
Yes, the source code is publicly available on GitHub, so you can clone and use it. The README does not mention a commercial license, so treat it as open source for personal use.
It uses Next.js with React for the frontend, Node.js as the runtime, and Contentful as a headless CMS. The repository topics also list PWA and Vercel, indicating progressive web app support and Vercel deployment.
Follow the README: git clone the repository, navigate into the folder, install dependencies with yarn or npm, then run the dev server with yarn dev or npm run dev. Access the site at http://localhost:3000.
