Kotlin SSR

Open-source Kotlin projects categorized as SSR

Kotlin SSR Projects

  • fanqiang

    翻墙-科学上网

  • 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() } } }

  • 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
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).

Kotlin SSR related posts

Index

Project Stars
1 fanqiang 36,805
2 spring-view-component 156

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com