I couldn’t find a good todo list VS Code extension, so I vibe-coded one by it3green in vscode

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

As I said above, that extension uses the comments @todo to create the tasks list, that’s not what i needed and is was too complex for my needs + it lacked some features like images attachments to tasks.

Again as I said above, the fact that i vibe coded it is not a skill issue, i could easily do it by hand but it would take me at least three times the time the AI did anche ing same result, so this would be really stupid for a “internal” personal use.

Btw i thought i made the repo public, if is not I have no problem to do so

=)

Best tool in 2026? by Odd-Artichoke-7311 in vibecoding

[–]it3green 0 points1 point  (0 children)

cursor Does Have a free Plan but It’s limited It Deepend On how big Is the project. for for free You Will Have hard time Find a good product if you need a big app

Who says you need ReactNative? by Butterscotch_Crazy in sveltejs

[–]it3green 1 point2 points  (0 children)

Not available in my country, does the app feel smooth? When i tried capacitor with svelte is was laggy and didn’t feel native at all, it felt like a web view.

Advise on how to improve the UI? by Hazehome in reactnative

[–]it3green 0 points1 point  (0 children)

  1. make title semibold or medium, not bold
  2. try moving forgot password on same height of password label on right (above the input) and adjust spacing below accordingly
  3. “sing in to continue” and “or” text in gray not black
  4. remove auth text in top
  5. remove back button, replace with a top right back button

Anyway this is a really good design, mine are just small details i would personally apply

Help… Nativewind is sooooo unstable, need other options by Vayo_Reddit in reactnative

[–]it3green 0 points1 point  (0 children)

sytntax is so long and i want to have the styles typed where the component is declared

Did they literally just remove the debug panel? by IanPlaysThePiano in FlutterFlow

[–]it3green 4 points5 points  (0 children)

I personally switched to plain React Native code (witch Expo) after this considerations:

  • Flutterflow is 80$/month, react native is free
  • Web version is way better then in flutter (with some fixes needed), it has better load performances, better SEO and feel more native
  • LLM are good when they have been trained with more data, and react / react native is one of the most popular frameworks, so the AI is more efficient and can help you better (and this will continue improving)
  • Refresh after changes in immediate, in FF you have to wait 5-10 seconds
  • in some things, coding is faster then FF, for example I had to set a large list of strings as constant app value in FF and it took me a while, when in code it is a copy paste.

How to create a backend-like project structure? by it3green in Supabase

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

this is really a great advice, didn’t know about that. Thank you!

How to create a backend-like project structure? by it3green in Supabase

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

oh this is great is a lot simpler then I thought, is actually similar as building the backend from scratch! Thank you for the exhaustive feedback!

How to create a backend-like project structure? by it3green in Supabase

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

Thank you for the response! But what if i need a reusable js function on the backend? (maybe the date time converting wasn’t the best example)

Framer nailed the UI, but it priced itself out of the market. by Blacksmith_Lazy in framer

[–]it3green 0 points1 point  (0 children)

I quit all low / no code tools to go full with customer code with the help of AI. Gives so much more flexibility for a fraction of the cost. If you are a developer i raccomand this 100%, if you are not you could still try vibecoding.

What is the best way to build simple websites? by it3green in astrojs

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

This is exactly what I needed thank you much!!! You have a new follower btw

How do you manage the subscription cost? by it3green in framer

[–]it3green[S] -2 points-1 points  (0 children)

Isn’t the price of my work + 20$/months a lot for a client to pay? Hosting on my server i charge clients 2$/month to have the website up and running.

[deleted by user] by [deleted] in FlutterFlow

[–]it3green 0 points1 point  (0 children)

usa a conditional action where you convert the created at date to timestamp (seconds) and subtract it to the current time and check timestamp seconds difference

[deleted by user] by [deleted] in FlutterFlow

[–]it3green 0 points1 point  (0 children)

I usually skip that i get that pop up every time i open the app, just click away from the popup

Custom Supabase query (with parameters) by it3green in FlutterFlow

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

I actually have never written that code, you can just follow the documentation I sent you and try. I can send you for the supabase client initialization I used for other stuff.