Brian

110 posts

Brian banner
Brian

Brian

@RealBrianHi

Software engineer. Working on new things.

USA Katılım Kasım 2022
139 Takip Edilen432 Takipçiler
Roman Khaves
Roman Khaves@roman_khaves·
and now I’m giving everyone access to our platform which has almost 20k faceless creators in every niche. everyone could go viral now from their basement. comment “viral” and I’ll DM you.
English
276
1
59
10K
Roman Khaves
Roman Khaves@roman_khaves·
everyone wants to know how i scaled RIZZ app to 5B+ organic views. people were tweeting threads trying to break down my strategy. finally i’m revealing exactly how I did it:
Roman Khaves tweet media
English
295
30
879
212.5K
Brian
Brian@RealBrianHi·
@idoubicc 谢谢!我们也在努力将这些 AI 功能添加到 @DivMagicCom 中!希望你喜欢!
中文
0
0
0
51
idoubi
idoubi@idoubicc·
#每日一个idea 据说有一个叫DivMagic的浏览器插件,可以一键复刻任何网站的样式,导出成HTML或React组件,MRR做到了几万刀。 可以做一个WebMagic项目,用AI实现类似的功能: 1. 用户输入要复刻的网站 URL 或者截图上传,如果是输入 URL,就用无头浏览器截图。(可用 go-rod) 2. OCR 提取截图内容,LLM 视觉模型理解截图。(参考 screenshottocode 开源实现) 3. LLM 文本模型生成复刻目标网站的提示词(参考 CopyCoder 的实现) 4. LLM 代码模型理解提示词,生成复刻代码。(参考 bolt v0 的实现) 5. 实现一个网页渲染服务,让用户能预览复刻后的网站。(参考 Claude artifact 的渲染方案) 6. 让用户能打包下载复刻后的代码,或者直接帮用户一键部署(发布到 netlify 或 vercel) AI 辅助完成 MVP 项目这个赛道,目前主要是 bolt v0 cursor windsulf replit wordware 这几个玩家,不算太卷,能搞定上述工作流的朋友可以试着做一个 SaaS 出来,主打一键复刻任意网站,也许会有机会。
中文
19
47
327
88.3K
Brian
Brian@RealBrianHi·
Added embedded blog feature to PulsePost Now you can display your blog anywhere using two lines of code
Brian tweet media
English
2
0
4
271
Brian
Brian@RealBrianHi·
Added analytics to PulsePost!!!!!
Brian tweet media
English
1
0
3
237
Brian
Brian@RealBrianHi·
Did you know you can create variations of your components using DivMagic Studio? View your components with different color palettes and fonts
English
1
0
3
239
Brian
Brian@RealBrianHi·
Added integrations to PulsePost Will be very useful for keeping track of your blog analytics
Brian tweet media
English
0
0
0
142
Brian
Brian@RealBrianHi·
How can you grow your website traffic on autopilot? With an automated AI blogger that publishes articles directly to your own website 👇 Set up in 5 minutes and sit back: pulsepost.io
Brian tweet media
English
1
0
3
1.8K
Brian
Brian@RealBrianHi·
@ranman It definitely looks wrong but I'm guessing it could be sorting by time per provider. The providers are grouped alphabetically.
English
0
0
1
78
Randall Hunt
Randall Hunt@ranman·
IAM Identity provider sort by creation time is not accurate... MAKE IT MAKE SENSE
English
2
0
0
1.4K
Omar McAdam
Omar McAdam@OmarMcAdam·
nextjs people: whats the best UI/component library?
English
141
12
242
143.4K
Brian
Brian@RealBrianHi·
@theburningmonk Would be great if you had a CDK template for this!
English
0
0
0
49
Brian
Brian@RealBrianHi·
@FrenchMajesty Yes, that is correct. It works regardless of the framework used on the website. Everything could be obfuscated (CSS, HTML) and it will still work and even convert to Tailwind too if you need
English
0
0
0
15
Brian
Brian@RealBrianHi·
With the new version of DivMagic you don't need to click on the extension to copy. You can copy elements directly from DevTools!
English
2
0
13
4.7K
Phillip Stemann
Phillip Stemann@phillipstemann·
Am I the only one who doesn't get the data refreshed in Google Search Console?
Phillip Stemann tweet media
English
2
0
1
214
Brian
Brian@RealBrianHi·
I replied to your other tweet too. Did some minimal testing on my website: divmagic.com It uses Next JS app router and has about 20K pages right now but I can easily make it millions of pages, there's just no need right now. Regarding your question of server components with immediate feedback UX, it is possible but your build and deployment time will be extremely long because you have millions of pages. To have immediate feedback UX, you'd need to fetch all the data and render them during build. It is doable but might not be worth it. I recommend using client-side components for the ajax calls and keep everything else server-side. This approach will let you scale to infinite amount of pages with small UX changes. The update won't be immediate but fast enough that there won't be a noticeable impact on the UX. Happy to chat more if you want to.
English
0
0
1
66
Ashley Rudland
Ashley Rudland@ashleyrudland·
In a couple months, Dealsourcr is going to be migrated from Create React App from ~2019 (yes that old) to Next v13 & Vercel. Why? I need to build 30M indexed pages, loads of programatic landing pages. I'm struggling to figure this out - here's the question:
English
5
0
5
1.7K
Brian
Brian@RealBrianHi·
@ashleyrudland You can check divmagic.com It uses Next JS & app router. It has thousands of pages and close to 4x100 lighthouse score on every page.
English
1
0
0
75
Ashley Rudland
Ashley Rudland@ashleyrudland·
Probably the best thing I’ve read on React Server Components. I’m still a bit unsure. Is there any good example websites using Next JS & app router? I’m curious to see the live performance freecodecamp.org/news/how-to-us…
English
2
0
7
1.2K