SkillAgentSearch skills...

Severell

Severell is a web application framework designed to make developing web apps in Java fun and easy. We have built a great starting point for you to just dive straight into developing your application.

Install / Use

/learn @severell/Severell
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

<p align="center"> <img src="https://www.severell.com/static/images/logo.png" width="400"> </p> <p align="center"> <a href="https://codecov.io/gh/severell/severell"><img src="https://codecov.io/gh/severell/severell/branch/master/graph/badge.svg?token=VSUOKY7HR1"/></a> <img src="https://github.com/mitchdennett/severell-core/workflows/Java%20CI%20with%20Maven/badge.svg"> </p>

Severell Framework

Severell is a web application framework designed to make developing web apps in Java fun and easy. We have built a great starting point for you to just dive straight into developing your application.

Requirements

  • Maven
  • Java >= 11

Documentation

A more detailed documentation site can be found here

Installation

There are two ways to get started with Severell.

Initializer

Visit Initializer to get your base project. Enter the required information and extract the project folder from the downloaded ZIP

Maven

The other way to get started is by using the Maven archetype command.

mvn -B archetype:generate
    -DarchetypeGroupId=com.severell 
    -DarchetypeArtifactId=severell-archetype 
    -DarchetypeVersion=0.0.1
    -DgroupId=***YOUR-GROUPID***
    -DartifactId=***YOUR-ARTIFACTID***
    -Dversion=1.0-SNAPSHOT

Getting Started

Once you have created a new project you can import it into your favorite IDE as a maven project. Check out this link for detailed instructions on setting up your IDE.

View on GitHub
GitHub Stars44
CategoryDesign
Updated7mo ago
Forks4

Languages

Java

Security Score

82/100

Audited on Aug 28, 2025

No findings