--- title: Thymeleaf Reviews meta\_title: 'Thymeleaf Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 51 reviews by the users' company size, role or industry to find out how Thymeleaf works for a business like yours. aggregate\_rating: rating\_value: 4.0 review\_count: 51 scale: '5' date\_modified: '2026-07-12' parent\_category: name: Application Development url: https://www.g2.com/categories/application-development ---

# Thymeleaf Reviews & Product Details

Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

* * *

Seller
[Thymeleaf](https://www.g2.com/sellers/thymeleaf)
Discussions
[Thymeleaf Community](https://www.g2.com/products/thymeleaf/discuss)
Solution Type

Best-of-Breed

Show More

## Value at a Glance

Averages based on real user reviews.

### Perceived Cost

$$$$$

[
View More Pricing Information
](https://www.g2.com/products/thymeleaf/pricing)

## Top-Rated Alternatives

[

 ![Quartz Job Scheduler](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Quartz Job Scheduler")

Quartz Job Scheduler

4/5(20)

](https://www.g2.com/products/quartz-job-scheduler/reviews)

[

 ![JRebel](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "JRebel")

JRebel

4.1/5(19)

](https://www.g2.com/products/jrebel/reviews)

[

 ![MagicDraw](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "MagicDraw")

MagicDraw

4.2/5(18)

](https://www.g2.com/products/magicdraw/reviews)

[
View All Alternatives
](https://www.g2.com/products/thymeleaf/competitors/alternatives)

## User Insights

Average based on 51 real user reviews.

Perceived Cost

$$$$$

[Log in to unlock pricing and user insights](/login)

 ![Ruchita P.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Ruchita P.")
RP

Ruchita P.

Senior Software Engineer

Enterprise (\> 1000 emp.)

4/28/2020

"Developer Friendly and Easy to Develop than JSP"

4/5

What do you like best about Thymeleaf?

I used thymeleaf in more than 3 applications with spring.You can directly use java objects in frontend templates, therefore it makes application lightweight. It is very useful when you need to show value based on front end variable and read from backend, then directly you can call functions and read value from backend to frontend. Also, scripts and other things can be loaded based on backend variables or functions that can be directly utilize on front end templates. It is more like html and unlike jsp it doen't have any strange tags. unlike jsp, you can directly open thymeleaf pages in browser and applying style becomes much more easier than JSP. Also, Html5 is supported with thymeleaf, so easy to use new html tags with thymeleaf. It is using sprint expression language, so you can easily pass models and use objects in frontend. It is not required to build application everytime while working with thymeleaf. So, it is easy and faster to work with thymeleaf instead of JSP. Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

Many times it became hard to debug when there is syntax or other bug with the code. Review collected by and hosted on G2.com.

Recommendations to others considering Thymeleaf:

It is very useful when your application supports multiple languages. Text can be directly updated based on lang selected by the user. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

With Thymeleaf, It is good that it reduces extra coding and makes application light weight. Also, Its templates helps to manage cleaner code and it increases readability of code. Other developers can easily understand and It is easy to learn thymeleaf. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Aramayis H.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Aramayis H.")
AH

Aramayis H.

Java Developer

Small-Business (50 or fewer emp.)

4/22/2020

"Very easy way of creating front of application"

3.5/5

What do you like best about Thymeleaf?

Easy integration with spring, spring boot starter support, intuitive, fast to learn, security is easier to achieve and it is a free Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

I just think that for a big project it is good to look more react or angular, Thymeleaf I use for fast creating an app, demonstrating, In our company we use wicket and after some years we try to update to wicket the last version and it was painful and we can meet this kind of problems very often when the project is big, yes I agree that for java developers it is easy to use Template engines but if we know that project can become bigger it is good to have a separate architecture of backend and frontend and communicate with each other via rest. Review collected by and hosted on G2.com.

Recommendations to others considering Thymeleaf:

I don't have enough experience for advising, but for creating a small project where we need to show a small count of pages and it is easy to start I think it can be a good choice Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

I don't use it more intensively and created simple pages. I think for using it in business we need to try update to the latest version every 6 mounts, but not every time it is possible, we can write code and not change it many years, and when we will try to change or fix bugs or try to use new features wi will need to update version but it is not always easy. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Shahiq Q.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Shahiq Q.")
SQ

Shahiq Q.

Software Engineer

Small-Business (50 or fewer emp.)

4/25/2020

"A beignner friendly, yet powerful templating engine"

4/5

What do you like best about Thymeleaf?

Thymeleaf is easy to learn and very intuitive, making development a breeze!

It allows front-end and back-end developers to collaborate easily as the template allows the static and dynamic views to be rendered using the same file. Moreover, Thymeleaf provides server side rendering which is very cost effective and efficient in terms of security, logging and displaying content at the server for testing. Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

Thymeleaf, if compared to the other alternate "FreeMarker", is heavy weight and can have some performance issues if there are multiple queries for a request or data is very large, thus requiring some extra optimizations. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

The Spring project we are working on contains multiple standalone projects that integrate to create the whole product. In case a new utility (which would require a separate project) is requested by client, I would suggest Thymeleaf for the front-end. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Iulian B.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Iulian B.")
IB

Iulian B.

Software Engineer

Small-Business (50 or fewer emp.)

4/23/2020

"I worked with Thymeleaf at my job and also in faculty."

4/5

What do you like best about Thymeleaf?

It was easy to use and quicker to implement when you want to create a quick and small project. The documentation is well done, and everything you want to find out, it can be done with ease.

I like that SPA can be done with Thymeleaf. Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

The frontend part is kind of tied to the backend and it cannot be separated. Not sure if I would use Thymeleaf for a larger project. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

It helped me accomplished some requirements that using a different tool or feature would have caused many more troubles. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Information Technology and Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Information Technology and Services")
II

Verified User in Information Technology and Services

Small-Business (50 or fewer emp.)

5/1/2020

"Thymeleaf Review by Vishal"

4/5

What do you like best about Thymeleaf?

Easily understandable, It is handy with Concise code Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

Waiting for reusability of few contents, Like to create table if we provide number of rows and their name code for the table should be auto-created. Somewhat similar Like In my project if we want to drop a comment in JIRA and if it has a table content we draw table from view section,no need to worry about underlying code structure and at the end table gets auto created Review collected by and hosted on G2.com.

Recommendations to others considering Thymeleaf:

Best Practice Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

In a Recent project, It seems pretty easy to read from a Model to view page. that's the best part I would really recommend to anyone Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Telecommunications](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Telecommunications")
UT

Verified User in Telecommunications

Small-Business (50 or fewer emp.)

5/20/2020

"Thymeleaf Review"

4/5

What do you like best about Thymeleaf?

It really helps to enhance the productivity by providing the facility to collaborate the work of back end and front end developer. At the same time, It is light weight and easy to use. Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

I did not come through any issue while working on project. Review collected by and hosted on G2.com.

Recommendations to others considering Thymeleaf:

For me it helped while working on Spring MVC. I used it over JSP and i liked it. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

I was working on one Spring MVC project and i used it instead of JSP. I liked using it till now but still i have to explore more. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Computer Software](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer Software")
UC

Verified User in Computer Software

Small-Business (50 or fewer emp.)

4/18/2020

"Benefits of using Thymeleaf as a Developer"

4/5

What do you like best about Thymeleaf?

I use Thymeleaf for integrating Backend with Front end. Actually, thymeleaf is very helpful in terms of shortening long repetitive lines of code. It also brings ease of customization and flexibility. The big plus is it is Open Source! Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

The least helpful that maybe Thymeleaf is lacking is that it has no auto completion, but you can read available documentations online. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

Some specific examples are:

- If you need to hide a div whenever the model inside a div is empty, you can easily put a condition to show it.

- Shortening lines of repetitive codes is easy through th:each

- Integrating if else statements Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Petar D.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Petar D.")
PD

Petar D.

Junior Software Engineer

Small-Business (50 or fewer emp.)

4/23/2020

"Used it in two projects as template generator."

3.5/5

What do you like best about Thymeleaf?

Almost all of the features were pretty easy to use. Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

I had some problems with JavaScript functions, also some of the functionalities in thymeleaf were not documented in the documentation. Review collected by and hosted on G2.com.

Recommendations to others considering Thymeleaf:

It is easy to use platform. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

I used it for web applications, it worked quite well, but I wouldn't use it for a bigger project. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Enis B.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Enis B.")
EB

Enis B.

Java Web Developer

Small-Business (50 or fewer emp.)

4/19/2020

"Very technical and user friendly when used in web app with spring boot."

4/5

What do you like best about Thymeleaf?

It is very comprehensive and not so difficult to be used when creating a web form or showing data in a table format. Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

It should be more compatible with third part UI frameworks like bootstrap. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

Creating a web form in frontend. It allows me to create it very fast and also very compatible with the backend. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Tamir B.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Tamir B.")
TB

Tamir B.

Full Stack Developer

Mid-Market (51-1000 emp.)

4/20/2020

"Great for small apps"

4/5

What do you like best about Thymeleaf?

Very easy to use with java backend applications Review collected by and hosted on G2.com.

What do you dislike about Thymeleaf?

Not a single page technology, not recommended for big and complex applications. Review collected by and hosted on G2.com.

Recommendations to others considering Thymeleaf:

Try split your site to as many fragments as possible. Review collected by and hosted on G2.com.

What problems is Thymeleaf solving and how is that benefiting you?

Building Java application quickly as a single app on a single JAR.

This benefit allows the app to be more lightweight. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

## Questions about Thymeleaf? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

[
Ask about Thymeleaf
](https://www.g2.com/products/thymeleaf/discussions/new)

GU

Guest User

What is Thymeleaf used for?

0 Upvotes

0

[
Join the conversation
](https://www.g2.com/discussions/what-is-thymeleaf-used-for)

[
View all Discussions
](https://www.g2.com/products/thymeleaf/discuss)

##### Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

[
View More Pricing Information
](https://www.g2.com/products/thymeleaf/pricing)

## Work at Thymeleaf?

Claim this profile to respond to reviews, update product info, and reach in-market buyers.

[
Claim this profile
](https://www.g2.com/products/thymeleaf/claim_requests/new?utm_medium=profile-footer-claim-cta&utm_source=g2)

##### Categories on G2

[Java Development Tools](https://www.g2.com/categories/java-development-tools)

##### Explore More

[What content curation tools integrate with team messaging platforms, LinkedIn, and employee advocacy tools without feature inconsistencies?](https://www.g2.com/discussions/what-content-curation-tools-integrate-with-team-messaging-platforms-linkedin-and-employee-advocacy-tools-without-feature-inconsistencies)[Which financial audit software prevents missed control testing deadlines through automated task management and escalation?](https://www.g2.com/discussions/which-financial-audit-software-prevents-missed-control-testing-deadlines-through-automated-task-management-and-escalation%20)[What's the best travel service to track business trips](https://www.g2.com/discussions/what-s-the-best-travel-service-to-track-business-trips)

[What are the best hard drive cloning platforms for 51-200 employee IT teams?](https://www.g2.com/discussions/what-are-the-best-hard-drive-cloning-platforms-for-51-200-employee-it-teams)[Most recommended business expense app](https://www.g2.com/discussions/most-recommended-business-expense-app)[What's the best CDP software for small tech startups](https://www.g2.com/discussions/what-s-the-best-cdp-software-for-small-tech-startups)

[Show MoreShow Less](javascript:void(0);)