Kotlin Thymeleaf

Open-source Kotlin projects categorized as Thymeleaf

Top 3 Kotlin Thymeleaf Projects

  • spring-view-component

    Easily create server-side ui components with spring boot and add interactivity with htmx

  • Project mention: How to publish a Kotlin/Java Spring Boot library with Gradle to Maven Central - Complete Guide | dev.to | 2023-11-08

    publishing{ publications { create("Maven") { from(components["java"]) groupId = "de.tschuehly" artifactId = "spring-view-component-thymeleaf" description = "Create server rendered components with thymeleaf" } withType { pom { packaging = "jar" name.set("spring-view-component-thymeleaf") description.set("Spring ViewComponent Thymeleaf") url.set("https://github.com/tschuehly/spring-view-component/") inceptionYear.set("2023") licenses { license { name.set("MIT license") url.set("https://opensource.org/licenses/MIT") } } developers { developer { id.set("tschuehly") name.set("Thomas Schuehly") email.set("[email protected]") } } scm { connection.set("scm:git:[email protected]:tschuehly/spring-view-component.git") developerConnection.set("scm:git:ssh:[email protected]:tschuehly/spring-view-component.git") url.set("https://github.com/tschuehly/spring-view-component") } } } } repositories { maven { url = layout.buildDirectory.dir("staging-deploy").get().asFile.toURI() } } }

  • kotlin-springboot-app

  • Project mention: Rusty | dev.to | 2024-01-28

    (Ended up using this convenient resource: https://github.com/knowledgefactory4u/kotlin-springboot-app/tree/main/kotlin-spring-thymeleaf-login-signup)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • spring-boot-examples

    Spring-based applications using Java and Kotlin

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-01-28.

Index

What are some of the best open-source Thymeleaf projects in Kotlin? This list will help you:

Project Stars
1 spring-view-component 153
2 kotlin-springboot-app 12
3 spring-boot-examples 11
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com