Open smiklosovic opened 9 years ago
Unfortunately I don't have a list! I wish I did!
We at FenixEdu are using Pebble for our theming engine for our FenixEdu application family. Source here - bennu-portal subproject.
We are also using it as the main engine for our Java-based CMS: https://github.com/FenixEdu/fenixedu-cms.
We are using pebble in a ~100 of celebrity blog sites with relatively high traffic.
Hey I work at Rightmove.co.uk and we have just switched over to using Pebble instead of Handlebars.java for the new search results page. Good work! Feel free to contact me if you'd like to know more
We're using it in an Android app in http://github.com/projectbuendia/client
I love hearing about the different projects using Pebble. I'm going to keep this issue open indefinitely for people to continue sharing. Thanks guys.
I'm currently using Pebble in a spring mvc application for a transactional website. I was using Thymeleaf and just switched to Pebble mainly due by performance issues with Thymeleaf. Rendering is so much faster with Pebble (about 7 times faster), I love it.
We are also using Pebble to implement our own version of Spring's Initializr, also known as start.spring.io.
The tool generates a Maven project based on some user input, allowing the user to customize the package names, artifact ids, chosen modules, etc. I found this format easier to use than regular Maven archetypes, with a more user-friendly Web UI.
With Pebble, we can easily specify the project structure using Pebble expressions, both for file names and file contents. An example of such a file can be found here.
Full Source code available here.
We are using Pebble as the template engine to render emails being sent out notifying customers of any movement on their accounts at one of the big 4 banks in South Africa.
This volumes are huge and Pebble handles the load with ease :)
As of today, my blogging app uses Pebble for its front. LOL.
And I'm happy to bring this measurements: the combination of Stripes Framework-Pebble performs 2-3 times faster than Stripes Framework-JSP. That was totally unexpected. Well done, Mitchell!
And next in line, I'd like to integrate Pebble with Spring Boot. Is anyone at it already?
@hectorlf Spring Boot Starter Pebble is the only one that I found integrate Pebble with Spring Boot.
@zhibinr oh, did a search on github and that project didn't come up. It's a pity, because i've already got mine working :-/
We are using Pebble as the backend template. 101test.com
I just discover Pebble and decided to use it with JavaFX. As a matter of fact FXML files have really limited features and Pebble is perfect to overcome the weaknesses of FXML.
Thanks a lot for this library!
We are using it for an upcoming service at a big german website. Very handy and useful. And speedy :) We love the "compatibility" with twig, because we have a PHP team as well. So the fronted-teams can share knowledge.
Starting next week, it's going to be used in an internal project of a Dublin based company. Hopefully, more in the future.
I'm currently using Sparkjava + Pebble for my Minecraft Server website rewrite.
After using Sparkjava + Pebble, I doubt I will go back to writing PHP websites again... it is just so good.
I forgot to update, now my website using Pebble is live! 🙌 http://sparklypower.net/
(Yeah, it is live but I still didn't come up with something cool to add to the homepage, sorry!)
And soon my personal website http://mrpowergamerbr.com will also use Pebble.
If anyone is curious: I used Sparkjava + MongoDB + Pebble.
Pebble is something that just "works", and, after you learn to use it, you won't be able to go back.
We started using pebble 1.x from last year in our project, now it serves ~5000 users every day and works very well.
Pebble is the templating language of choice for all web based information systems at my government office. Thanks so much for this library!
Almost 6 months ago I said I started using Pebble.
And I'm still using Pebble lol, it is a such awesome template engine, sometimes I'm like "there is no way this code will work" and bam, Pebble throws my pessimism out of the window and proves that yes, this code that I thought that Pebble would crap out really works.
Pebble Template Engine: It just works:tm:
(Here's another website I made that uses Pebble Template Engine: https://loritta.website/)
I try find a template engine to use for my system. Meet my project. After trying, I am satisfied with the efficiency and grammar habits.
I am going to try this out, thanks
I have been using Pebble as the default template engine for my new project, Orchid, which I'm taking public today! Pebble is such a pleasure to work with, and it's so fast, I couldn't have made Orchid without Pebble!
Pebble is the main templating engine in Spincast Framework: https://www.spincast.org/documentation#templating_engine
A big ❤️ from us!
Hi, I'm using Pebble to generate Word docx document or PDF. I designed them directly into word to ensure I have a nice result.
OWASP Dependency-Track uses Pebble for transforming system and portfolio alerts into Slack and Microsoft Teams inbound webhooks, general-purpose webhooks, email notifications, and output to console.
We use pebble as a main template engine in colesico-framework Colesico application microframework
I am working in company to generate the emails, We use Pebble template to generate the dynamic content for my customer emails. It is very good template engine and help to extend the functionalities for our requirement. I love Pebble.
Hi,
I like this project and I would like to know what sites are using Pebble. Do you have some list of sites which are backed by this template engine?
Thanks!