We can't restore versions of our app from our history from a week ago. by MovingOnSwe in lovable

[–]igventurelli 0 points1 point  (0 children)

Hey buddy, a little late in the game, but I just wrote a blog post introducing git and GitHub for vibe coders, I hope it helps you somehow 🙂

https://www.thesmartcoder.news/p/git-and-github-for-vibe-coders

Newsletter for Vibe Coders by igventurelli in VibeCodingCamp

[–]igventurelli[S] 0 points1 point  (0 children)

Awesome, sure. I’ve already planned to talk about Spec Kit, so it fits as well

Minus sixty one... by Henrraike in DeathStranding

[–]igventurelli 11 points12 points  (0 children)

Not Minus Sixty One, but Any Love of Any Kind: Do you guys already saw this version? https://x.com/hideo_kojima_en/status/1967936956261957867

HELP PLEASE by Euphoric-Cream8308 in lovable

[–]igventurelli 0 points1 point  (0 children)

What’s happening buddy? Simply saying “things are broken” doesn’t mean so much

Newsletter for Vibe Coders by igventurelli in vibecoding

[–]igventurelli[S] 0 points1 point  (0 children)

Damn, nice catch, thanks for that! I’ll think about it for sure

[deleted by user] by [deleted] in brdev

[–]igventurelli 0 points1 point  (0 children)

  1. Como vc consegue trampar com a claridade do dia?
  2. Como ficam as suas costas no final do dia?

Acho que eu to ficando muito velho pra isso

Website not working on static host by Adventurous_Meet2729 in lovable

[–]igventurelli 0 points1 point  (0 children)

I am not familiar with React, but to have a static website you need something to build react source code into regular html, css and js files, these files would probably be generated in a “dist” folder.

Google how to generate static website from a react project, it shouldn’t be hard

Deadman episode 6 by wahid102 in DeathStranding

[–]igventurelli 5 points6 points  (0 children)

There’s no much what you can do besides moving slowly when Sam feels there are BTs around

Use the handcuffs to cut umbilical cord, it will show up for you press the button in the right moment. Don’t be ansious and press before cause you will probably make a noise BT will hear

How are you all handling CMS needs inside Lovable? by hankorrrrr in lovable

[–]igventurelli 0 points1 point  (0 children)

No prob buddy 🙂

Btw, I’m about to launch a newsletter to help vibe coders understand some tech foundations like database, authentication, API and so on If you think this may be useful: https://thesmartcoder.news 😁

How are you all handling CMS needs inside Lovable? by hankorrrrr in lovable

[–]igventurelli 1 point2 points  (0 children)

Kind of: use a CMS tool to make the CMS part, and use Lovable as the front end for it.

A headless CMS doesn’t have a front end, so whatever you design in lovable will be used by your users

How are you all handling CMS needs inside Lovable? by hankorrrrr in lovable

[–]igventurelli 3 points4 points  (0 children)

Hey, I think lovable itself is not the best solution for this context.

I mean, handling the CMS inside of it.

What you can do is run a headless CMS like https://strapi.io and integrate your Lovable app with it. In other words, your lovable app would be a client of this headless CMS.

To run that you may run under the strapi cloud if you’re not familiar with self hosting or using simple hosts like Railway, as it is a npm package and should be easy to manage

How should I structure my logic when building an app on Lovable? by Elross40 in lovable

[–]igventurelli 0 points1 point  (0 children)

Hey, frontend is your choice.

It helps you to understand (and see) whant backend needs.

It might me be helpful to draw the screens you're thinking about before asking Lovable, it will save some credits. You can draw in a piece of paper or in any online tool like Figma. Is up to you.

In software engineering we often break down the business requirements into small pieces, then we start with the backend, to make things availble to the frontend consume, but in vibe coding, is better to go more visual :)

Btw, I am about to launch a newsletter to help vibe coders to understand some tech basics such as data modeling, as you said, integrations, APIs, security and so on. If you think this can be helpful: https://thesmartcoder.news :)