Skip to content

Commit 06c868b

Browse files
Adding Kobweb Kotlin/JS framework to overview page.
1 parent d0aea34 commit 06c868b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/topics/js/js-overview.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,21 @@ over the rendering of arbitrary UI elements, vector shapes, gradients, and custo
6363
For updates and discussions about the framework, join the [#doodle](https://kotlinlang.slack.com/messages/doodle) and
6464
[#javascript](https://kotlinlang.slack.com/archives/C0B8L3U69) channels in the [Kotlin Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
6565

66+
### Kobweb
67+
68+
_Kobweb_ is an opinionated Kotlin framework for creating websites and web apps. It leverages [Compose HTML](https://github.com/JetBrains/compose-multiplatform?tab=readme-ov-file#compose-html) and
69+
live-reloading for fast development. Inspired by [Next.js](https://nextjs.org/), Kobweb promotes a standard structure for adding widgets, layouts,
70+
and pages.
71+
72+
Out of the box, Kobweb provides page routing, light/dark mode, CSS styling, Markdown support, backend APIs, and more features.
73+
It includes [Silk](https://github.com/varabyte/kobweb?tab=readme-ov-file#silk), a set of versatile widgets for modern UIs. Kobweb also supports site export, generating page snapshots
74+
for SEO, and automatic search indexing.
75+
76+
Visit the [Kobweb](https://github.com/varabyte/kobweb-site) repository for documentation and examples.
77+
78+
For updates and discussions about the framework, join the [#kobweb](https://kotlinlang.slack.com/archives/C04RTD72RQ8) and
79+
[#compose-web](https://kotlinlang.slack.com/archives/C01F2HV7868) channels in the Kotlin Slack.
80+
6681
## Join the Kotlin/JS community
6782

6883
You can join the [#javascript](https://kotlinlang.slack.com/archives/C0B8L3U69) channel in the official [Kotlin Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up)

0 commit comments

Comments
 (0)