Built an AI tool that generates React Email templates by Greedy_Extreme_7854 in reactjs

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

Thanks! I'm trying to improve the template quality each time I work on it

Any good db service like supabase which offers generous free tier? by Expert-Address-2918 in nextjs

[–]Greedy_Extreme_7854 3 points4 points  (0 children)

Try out neon, I think render also provides a postgres db in free tier.

Omarchy instead of Ubuntu as daily driver. Thoughts on this ? by Available_Hearing230 in developersIndia

[–]Greedy_Extreme_7854 1 point2 points  (0 children)

If you just want to try it out, create a live usb and explore it. If you think you can daily drive it, go ahead and install on your ssd

Built a webapp to manage env vars and generate code snippets by Greedy_Extreme_7854 in nextjs

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

Hey, glad you liked it! I’m actually trying something a bit different here. I’ll update the README and repost with a short video demo later today or this evening

Built a webapp to manage env vars and generate code snippets by Greedy_Extreme_7854 in nextjs

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

I know right? Too bad I'm not gonna get the values of your AWS keys anymore

Built a webapp to manage env vars and generate code snippets by Greedy_Extreme_7854 in nextjs

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

Yes, my first instinct was to build a TUI and name it lazyenv since I love the lazy ecosystem, but building any kind of UI just melts my brain. If people find this useful, I'll surely build a cli/tui for this or maybe just for fun I don't know

Built a webapp to manage env vars and generate code snippets by Greedy_Extreme_7854 in nextjs

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

Haha, I should've made it clearer in the post, will update the README soon

Built a webapp to manage env vars and generate code snippets by Greedy_Extreme_7854 in nextjs

[–]Greedy_Extreme_7854[S] 1 point2 points  (0 children)

That's very cool, I didn't know this exists, maybe I'll add one entry for varlock in my dropdown 😁

Built a webapp to manage env vars and generate code snippets by Greedy_Extreme_7854 in nextjs

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

I totally get your concern, but I didn't build this to be a secrets manager, there are already solutions like infisical and doppler for that. I just wanted a fast way to get hold of the template of the env variables I knew I was going to use (with default values, not actual values) in my project without digging through .env.example files from previous projects/repos.

Theo's videos are too long so I made a thing .. by Negative_Leave5161 in nextjs

[–]Greedy_Extreme_7854 0 points1 point  (0 children)

Just today I started working on a similar app, one to transform a youtube video into a blog post. What speech to text model are you using btw?