Open-source modular back-end written in Kotlin, backed by Statu Agency
Parsek is a core platform designed for back-end applications, allowing developers to focus on their projects without worrying about speed optimizations, best practices, or scalability.
By offering reusable plugins and rapid development tools, Parsek eliminates the need to write the same feature code for each project, ensuring faster, more efficient development while maintaining high performance.
Parsek is used in productions & still under heavy development. There can be breaking changes but we're trying to keep them as minimum as possible.
JVM 8+
Please follow the documentation at parsek.dev!
Start from here, if you wish to contribute.
JDK 21+
Clone this repository.
git clone --recursive https://github.com/ParsekDev/parsek.git
cd parsek
./gradlew run
If you wish to build locally, you can run this command:
(Production Build)
./gradlew build
(Development Build)
./gradlew buildDev
Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details