Hi devs,
I’m working on a project using one of the KeenThemes frontend templates and I’d like to add a simple text generator feature to a dashboard page. The idea is to let users type a short phrase and instantly see it rendered in a bold visual style without heavy backend logic — similar to lightweight online tools that generate styled text.
For example, I’ve used this basic web tool for quick experiments and UI prototyping: allbratgenerator.com
, it’s just HTML/CSS/JS and outputs stylized text visuals instantly in the browser.
My questions are:
What’s the best way to embed or integrate a client-side generator like this into a KeenThemes layout (especially with Metronic components)?
Should I wrap the generator in a custom plugin/module or place it as a standalone widget inside a card/container?
Any advice on keeping performance responsive when generating many visuals on the fly?
Thanks in advance for your guidance!