Fettle

screenshot of Fettle
nextjs
react
tailwind

Free GitHub-powered beautiful status page utilizing GitHub Pages, Actions, and Issues for real-time updates and incident management. Make sure to share love by giving it a star.

Overview:

Fettle is an open-source status page system that is powered by GitHub Actions, Issues, and Pages. It allows users to create their status page using their GitHub repository. Users can update URLs, set up deployment, change monitoring intervals, report incidents, and contribute to the project.

Features:

  • GitHub-Integrated: Fettle is completely integrated with GitHub, utilizing GitHub Actions, Issues, and Pages for status page functionalities.
  • Customizable URLs: Users can update and personalize URLs in various configuration files according to their repository.
  • Easy Deployment: Setting up Fettle involves enabling GitHub Pages and configuring GitHub Actions for deployment.
  • Monitoring Interval: Users have the flexibility to adjust the monitoring interval by modifying a specific configuration file.
  • Incident Reporting: Fettle allows users to report incidents by creating a new GitHub issue with a specific label for incident management.
  • Hosting on GitHub Pages: The status page is hosted using GitHub Pages, ensuring reliability and accessibility.
  • Monitoring and Response: GitHub Workflow monitors the status page regularly, updating response status and time in the repository.
  • Contribution Friendly: Users are encouraged to contribute to Fettle by submitting pull requests and reporting bugs or suggestions.
nextjs
Next.js

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.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

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

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

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.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.