HackerTrans
TopNewTrendsCommentsPastAskShowJobs

artf

no profile record

Submissions

Studio Platform API for creating projects and templates programmatically

grapesjs.com
1 points·by artf·2 mesi fa·0 comments

What We Learned Building an Interactive MCP App

grapesjs.com
4 points·by artf·2 mesi fa·0 comments

Is the Vibe Coding Bubble Starting to Burst?

finalroundai.com
5 points·by artf·9 mesi fa·1 comments

Artists are losing work, wages, and hope as bosses and clients embrace AI

bloodinthemachine.com
11 points·by artf·10 mesi fa·0 comments

comments

artf
·2 mesi fa·discuss
Honestly, I didn’t invent anything particularly new, but I deeply appreciate your words. Thank you.

Really happy to see people building great things in this space and pushing it forward. Wishing you and Templatical the best!
artf
·2 mesi fa·discuss
As someone who built a similar open source project (grapesjs), this looks really good

Even with LLMs, generating raw HTML emails that render correctly across major email clients is still surprisingly hard, so great choice going with MJML.
artf
·9 mesi fa·discuss
Yeah totally, we see the same thing. Most people don't phrase things the way an engineer would but funny enough, LLMs are often better than us at interpreting non technical instructions. What makes a big difference is giving the model context about what the user is actually looking at (current page, selected section, etc.), so it doesn’t have to guess. That way has a decent chance of doing the right thing.
artf
·9 mesi fa·discuss
Tools like Lovable are great for spinning up apps, but our focus is different: we’re mainly aiming at websites. Instead of generating a full React app, the editor outputs HTML/CSS and gives you both visual editing and AI assistance, so you’re not stuck relying only on prompts for small changes.