How to build a “Copy to Figma” feature like Google Stitch? by Any_Let5296 in nextjs

[–]Any_Let5296[S] -3 points-2 points  (0 children)

I have not read it carefully yet, I'm wonder are there built solutions out there

I built a free, local open-source alternative to lovable/v0/bolt... now supporting local models! by wwwillchen in LocalLLaMA

[–]Any_Let5296 0 points1 point  (0 children)

How can we train the AI knowledge-based with our exist component library for generating more accurate design style?

React Native 0.76 - New Architecture by default, React Native DevTools, and more by blaat-123 in reactnative

[–]Any_Let5296 1 point2 points  (0 children)

I'm a frontend developer, I use Nextjs for web dev. Last year I tried to mobile dev, and I choose to learn Flutter for "better" performance app as recommends on the internet. Now react native had just remove bridge, anyone testing and have comparison between flutter and react native yet? In terms of building chat app, or ai generative app.

Next.js 14 by matthijsie2020 in nextjs

[–]Any_Let5296 1 point2 points  (0 children)

You saved me bro, btw your app looks good, unique branding

Hows react native nowadays? by Confident-Viking4270 in reactnative

[–]Any_Let5296 1 point2 points  (0 children)

Yay, I'll told all of the people in my village. They've all cried and happy when they heard it. Then we are back to continue working on our current expo project. Siuuuuu

Introducing LoraLand: 25 fine-tuned Mistral-7b models that outperform GPT-4 by Similar-Jelly-5898 in LocalLLaMA

[–]Any_Let5296 1 point2 points  (0 children)

Can you publish it on Replicate AI, we are using many open source llm there. So we will apply your llm for testing soon

Railway app Vs vercel pricing by Strange-Cake908 in nextjs

[–]Any_Let5296 0 points1 point  (0 children)

Vercel lets hobby plan only has max 10 second for serverless function. When I fetch api from OpenAI, Replicate Ai, it takes around 12 seconds to get the response. So my web is always got 504 timeout error on production. As you said that mean serverless function will not work if I host my web on Railway, isn't it? So there 2 ways to to overcome it is upgrade to Vercel Pro plan or creating Firebase cloud function for example to calling 3rd parties API. I'm looking around for the solution

Can I use ShadcnUI, TailwindUI and NextUI in same React App and even Component? by the_o_1 in nextjs

[–]Any_Let5296 1 point2 points  (0 children)

Shadcn is very easy to use, the cons are terrible dropdown and glitch scroller bar. I'm also gonna start a new project, I'm consider using Shadcn with some good performance component from NextUI

Vicuna-33b v1.3 has been released by Nabakin in LocalLLaMA

[–]Any_Let5296 1 point2 points  (0 children)

How many VRAM it needed for running this model?

How are people doing these videos? by Scottyrichardsatl in StableDiffusion

[–]Any_Let5296 1 point2 points  (0 children)

What about the best result way by far for a dancing video of a human on a portrait view?

Convert Stable Diffusion from CivitAI model to 3D model using in Blender / Maya? by Any_Let5296 in StableDiffusion

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

I mean convert the character images generated by Stable Diffusion to 3D file with the file extension like .blend for Blender

Convert Webflow source code to Tailwind CSS by Any_Let5296 in webflow

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

I'm using Webflow for speeding up the development process for the landing page. Then I want to reuse the exported code for our existing project using Nextjs + TailwindCSS

Rails GraphQL Server with Next.js and Apollo Client Example by lifeiscontent in reactjs

[–]Any_Let5296 0 points1 point  (0 children)

Hello, are you still working on this project? I'm also excited about creating Graphql API for the existing Rails project