https://github.com/vaadin/flow
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
https://github.com/vaadin/flow
java vaadin vaadin-flow web-application-framework
Last synced: about 1 month ago
JSON representation
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
- Host: GitHub
- URL: https://github.com/vaadin/flow
- Owner: vaadin
- License: apache-2.0
- Created: 2015-04-29T17:54:35.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T08:19:22.000Z (8 months ago)
- Last Synced: 2025-05-09T08:33:48.558Z (8 months ago)
- Topics: java, vaadin, vaadin-flow, web-application-framework
- Language: Java
- Homepage:
- Size: 201 MB
- Stars: 685
- Watchers: 47
- Forks: 181
- Open Issues: 1,269
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Vaadin Flow
======
*[Vaadin Flow](https://vaadin.com/flow) is the Java framework of Vaadin Platform for building modern websites that look great, perform well and make you and your users happy.*
**For instructions about developing web applications with Vaadin Flow**, please refer to [the documentation](https://vaadin.com/docs/latest/flow).
**To contribute, first refer to [Contribution Guide](/CONTRIBUTING.md) for general instructions and requirements for contributing code to Flow.**
**For issues related to [Hilla](https://hilla.dev/), please refer to the https://github.com/vaadin/hilla repository.**
Ask questions about Vaadin Flow in our [forum](https://vaadin.com/forum/c/flow/8).
Since [Vaadin platform 23.0](https://github.com/vaadin/platform), Flow major and minor versions are aligned with platform versions:
| Branch | [Platform Version](https://github.com/vaadin/platform/releases) | [Flow Version](https://github.com/vaadin/flow/releases) |
|--------|-------------------------------------------------------------------------|---------------------------------------------------------|
| 2.12 | 14.13 (LATEST commercial with Java 8+ support and Servlet 3) | 2.12 |
| 23.6 | 23.6 (LATEST commercial with Java 11+ support and Servlet 3) | 23.6 |
| 24.8 | 24.8 (maintained minor release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.8 |
| 24.9 | 24.9 (LATEST release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.9 |
| main | 25.0 (Vaadin 25.0 preparations, Java 21+, Jakarta EE 11, Spring-boot 4) | 25.0 |