PeaNUT

screenshot of PeaNUT
nextjs
react
tanstack
tailwind

A tiny dashboard for Network UPS Tools

Overview

PeaNUTA is an innovative dashboard designed specifically for monitoring UPS (Uninterruptible Power Supply) devices connected via Network UPS Tools (NUT). Providing users with a comprehensive suite of features, PeaNUTA allows for real-time statistics and easy management of multiple UPS devices. The platform is particularly appealing to tech enthusiasts and system administrators who need reliable power management solutions. Its user-friendly interface and customizable options ensure that monitoring power conditions is both efficient and tailored to individual needs.

With its support for various platforms, including the latest Raspberry Pi models, PeaNUTA stands out for its flexibility and integration capabilities. Whether you're configuring through an intuitive UI or a more technical YAML file, this dashboard invites users to engage with their power management solutions.

Features

  • Real-time Monitoring: View current statistics and status of connected UPS devices to ensure optimal performance and alertness to issues.
  • Customizable Dashboard: Tailor the layout and widgets according to your preferences for a personalized monitoring experience.
  • User-friendly UI: Navigate settings and configurations easily, making it accessible even for those less technically inclined.
  • API Access: Integrate PeaNUTA with other tools through API calls for enhanced functionality and automated monitoring solutions.
  • InfluxDB and Grafana Integration: Monitor UPS data using Grafana and InfluxDB v2 for advanced analytics and visualization.
  • Support for Multiple Devices: Manage numerous UPS devices simultaneously, providing comprehensive oversight of power management across systems.
  • Detailed Documentation: Access thorough examples and documentation to assist with setup and troubleshooting, making the adoption process smoother.
  • Environment Variables Configuration: Easily configure the dashboard and server settings through environment variables for flexible deployment options.

PeaNUTA certainly provides a robust and user-friendly solution for monitoring and managing UPS devices efficiently.

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

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

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.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

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.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.