Hyde

screenshot of Hyde
laravel
tailwind

Hyde

HydePHP - Static Site Generator with the power of Laravel and the simplicity of Markdown.

Overview

HydePHP is a content-first Laravel-powered console application that allows users to create static HTML pages, blog posts, and documentation sites using Markdown and/or Blade. It provides a full batteries-included TailwindCSS frontend that is responsive and customizable. Hyde focuses on speed, simplicity, and giving users full control over their content.

Features

  • Content Creation: Easily create blog posts using Markdown and Front Matter. Create documentation pages from plain Markdown without the need for front matter. Create simple or advanced pages using Laravel Blade.
  • Built-in Frontend: Hyde comes with a fully responsive and customizable TailwindCSS starter kit. The frontend is accessible, semantic, and automatically generates content like navigation menus and sidebars based on the rendered content.
  • Easy Asset Managing: Hyde includes HydeFront, which serves the base stylesheet and JavaScript through the jsDelivr CDN. It also ships with precompiled and minified TailwindCSS styles, but allows for customization of the included Tailwind config.
  • Customization: Hyde provides sensible defaults but allows for extensive customization. Users can customize frontend components and page layouts using Blade, override dynamic content features like menus and footer, and more.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.