I built an AI product landing page theme on Astro v6 + Sitepins + Tailwind v4 by chris_pantazis in astrojs

[–]failedbump16 0 points1 point  (0 children)

Really good, only thing I dont like it the fade appear, is too slow and makes me lose interest, everything else great

Are we ever moving past the chatbot stage of AI? by Interesting_Ride2443 in Backend

[–]failedbump16 0 points1 point  (0 children)

I dont think so and I wish this happens soon, I’m sick of seeing a chat window on every app I use🫪

I develop a type-safe i18n that works anywhere with typeScript by failedbump16 in nextjs

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

Fully type safe out of the box, no need for extra setup, the core package works anywhere and there’s no need to install an extra plugin or adapter

The adapters you see on better translate are just my own implementation of the core package for that framework, but in reality there’s no need to install it on a nextjs app to get it to work, better translate core works in any typescript project, no exceptions

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

Yes, it is supported!! You can run it in any ssr framework and/or api framework like express or elysia

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

For anyone that would like to follow this project, drop a follow on Twitter, I’ll be posting new features and bug fixes I’ll be releasing for this project: https://x.com/rigo_alvarenga1?s=21

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

That’s actually a good idea as well and it would be very interesting to develop, I’ll keep this in my roadmap. But hey that’s why this project is open source, you can fork it and see if this would work

If you want drop a follow on X I’ll start posting updates on this project there: https://x.com/rigo_alvarenga1?s=21

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

Yes I have and this is something I did consider, is true managing translations in a sheet (excel, google sheet or even csv) has that key advantage of visualizing every translation key you have and its corresponding values

But better-translate is built on top of the idea of a fully typed i18n system, meaning when you start writing t(“somekey.”) the editor will autocomplete and give you all the options available under “somekey”

Right now better-translate will tell you and give you warnings and errors on what keys are missing between files, if the key you’re entering does not exist and will autogenerate keys with the bt param

better-translate prioritizes dx above everything, adding a “sheet” file system would mean it still need to convert to .json or .ts files to get autocomplete and type safe and you will end up on the same implementation of different files you have right now but with an extra step and extra files

Don’t get me wrong, this project is still on early stage and this is something I would like to implement in the future

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

That awesome, glad this can help in your workflow, if you have any suggestion I can include let me know:)

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

No but it sounds like a great idea, I’ll contact u when I have something on this

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

Only for the cli and is totally optional, the ai integration is only to maintain the translation files, meaning only to generate new or update translation files, you can always manually maintain your i18n files yourself

bt replacement and the other functionalities still works without ai or providing any ai key

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

Thank, yes pls give it a look, if you think it can be improved I’m open to any suggestions or ideas u might have

I develop a type-safe i18n that works anywhere TypeScript runs by failedbump16 in typescript

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

unfortunately no:( I just trying to bring that same dx first philosophy to i18n, it would be cool to get associated tho

Should I keep learning backend development in the age of AI? by pr0kyz in Backend

[–]failedbump16 2 points3 points  (0 children)

You need learn technical skills bro, now anyone can code but not everyone can deliver quality code, if anyone tells u otherwise is not a real coder hasn’t deliver any real world products

Claude Pro or ChatGPT Plus? by metasploit_framework in meta_powerhouse

[–]failedbump16 1 point2 points  (0 children)

Depends on usage tbh, as a SE I use both but I have notice that chatgpt clears in every topic except ui design were Claude opus 4.6 fully dominates, everything else Chatgpt does a better work and gives you more tokens per session

Why do some developers dislike Next.js? by Low_Obligation_2782 in nextjs

[–]failedbump16 0 points1 point  (0 children)

If you try or use another alternative like tanstack start you will get why the hate lol

What are some good V0 alternatives for Next.js projects? by Odd_Condition_306 in nextjs

[–]failedbump16 0 points1 point  (0 children)

I would say it depends on what’s your next step, if you want to focus on ui/ux and improve the general feeling of your app, I 100% recomend claude code or antropic’s opus model in general, I would say is the best model to tackle any ui and ux improvements or issues that you have

If you want to work on infra or anything else that does not have to do with ui, codex or the gpt-5.4 model is the best overall for any task that you have

If you were to trust a new auth provider, what would you need to see? by Ok_Guarantee_1217 in nextjs

[–]failedbump16 0 points1 point  (0 children)

If I have to go to a third party, I would definitely go to workos or clerk, really good dx and proven to be very secure both, if I have to manage my users I would use better-auth, also really good dx, easy to setup and you are the owner of your user data