François Best's personal website and blog is built with Next.js, Tailwind CSS, TypeScript, and MDX. The website is hosted at https://francoisbest.com and is available under a flexible license. The website's source code and design have been inspired by several individuals, including Lee Robinson, Juan Olvera, Max Stoiber, Guillermo Rauch, and others. François Best welcomes inspiration but discourages plagiarism, and the website has been created with love.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.
MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.