Adonis Hyper

screenshot of Adonis Hyper
vite
tailwind
alpinejs

Adonisjs V6 starter template. Build hypermedia server driven web apps with Alpine, Tailwind, HTMX & JSX

Overview

Adonis Hyper is a versatile and powerful framework designed to enhance the development experience for web applications. By integrating modern technologies like JSX, Tailwind CSS, and Alpine.js, it enables developers to create interactive, stylish, and user-friendly interfaces seamlessly. Built on AdonisJS 6, this framework simplifies the backend processes with preconfigured packages, making it suitable for both beginners and seasoned developers looking to streamline their workflow.

This system is not just about user experience; it's also focused on performance and maintainability. By using HTMX for hypermedia and progressive enhancement, Adonis Hyper ensures that applications can adapt to various user needs while retaining an efficient server-side structure. Whether you're building a new app from scratch or enhancing an existing project, Adonis Hyper provides the tools and features necessary for success.

Features

  • JSX as a Runtime: Leverage JSX throughout your application to create dynamic and responsive components easily.
  • HTMX for Hypermedia: Enhance user experience with progressive enhancement techniques that make your application feel fast and interactive.
  • Tailwind CSS for Styling: Utilize Tailwind CSS for a customizable styling approach, allowing for a modern and appealing UI design.
  • Alpine.js for Interactivity: Implement interactive features effortlessly using Alpine.js, keeping your front-end lightweight and reactive.
  • Shadcn/ui for UI Components: Access ready-to-use UI components, which simplify the building process without sacrificing quality.
  • Preconfigured AdonisJS Packages: Benefit from out-of-the-box packages such as Session, Shield, and Lucid, which help accelerate development time.
  • Open-Sourced Software: Enjoy the flexibility of a community-driven framework that is licensed under the MIT license, allowing for extensive customization and enhancements.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

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

alpinejs
Alpine.js

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

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.