Brian
110 posts

Brian
@RealBrianHi
Software engineer. Working on new things.
USA Tham gia Kasım 2022
139 Đang theo dõi432 Người theo dõi

#每日一个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 出来,主打一键复刻任意网站,也许会有机会。
中文
Brian đã retweet

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

English

Going live with API Gateway and Lambda?
Not before you check out this checklist to make sure you're ready for it!
theburningmonk.com/2019/11/check-…

English

@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
Brian đã retweet

Copy design from any website and paste into your codebase - @realbrianhi click.10words.io/click?appIdent…
English
Brian đã retweet

DivMagic – Copy #Design From Any Website apprater.net/a/divmagic-cop… #copystyle #tailwind #webdevelopment
English

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

@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

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










