Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Um website/repositório open source de React Hooks voltado para a comunidade brasileira!
Hookpedia is an open-source React Hooks directory website, built with Next.js and Chakra UI, that lets developers browse, search, and share reusable React Hooks. It aggregates community-submitted hook code and documentation into a searchable web interface aimed at Brazilian developers.
Hookpedia is a community-driven website and open-source repository of React Hooks, created by Guilherme da Silva Sousa and available at hookpedia.now.sh. It takes hook submissions as pull requests and correction reports as issues, then renders each hook's code and Markdown documentation as a browsable page. The platform runs on Next.js with Chakra UI components, and many original hooks were sourced from the useHooks repository, which is released under the Unlicense.
Community members contribute hook code and documentation through the standard GitHub workflow: fork the repository, create a branch, commit changes, and open a pull request. The project maintainers review submissions, then the website renders the accepted Markdown content and syntax-highlighted code for each hook. Contributors can also open an issue with the hook name, code, and behavior description if they prefer not to submit a pull request.
Yes, Hookpedia is distributed under the MIT license, and the website is publicly accessible. Hooks borrowed from the useHooks repository are under the Unlicense, so the code can be freely reused and modified.
The content is written in Portuguese and targets the Brazilian community, but the code itself is language-agnostic and usable by any React developer. Contributions are welcomed from developers anywhere.
Fork the repository, create a branch for your feature, use git add and git commit to stage your changes, push the branch, and open a pull request. Alternatively, open an issue containing the hook name, your code, and a description of how it works.
The project roadmap lists three planned additions: a favorites counter for hooks, a comments section on hook pages, and a dedicated page with contribution instructions.
The project uses the MIT license, as stated in the README's License section. This means you can freely use, copy, modify, and distribute the code with attribution.
