Using
Code bundle, I created a MiniHtml2.json for AI to analyze my library.
Uploading the file and provide a prompt to create a transpiler.
#1st Attempt with Gemini (bronze)
Provided me a B4X MiniHtmlCodeGenerator class code snippet but not convincing.
#2nd Attempt with ChatGPT (silver)
Provided me a MiniHtmlCodeEmitter.bas class on 2nd step. After 2nd reply from me still unable to produce a convincing B4J UI project.
#3rd Attempt with Deepseek (gold)
Provided me a MiniHtmlTranspiler class but in python script. The code is much convincing. Then I ask it to convert the python code to B4X, it seems creating a better B4J UI project.
I will check all 3 solutions and combine all the ideas.