TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Browser-based website builder powered by LLMs

4 点作者 pdufour6 个月前
I wanted to share what I&#x27;ve been working on - it&#x27;s a AI site builder that runs in the browser powered by WebGPU and OnnxRuntime-Web.<p>I have got the following all working to varying degrees:<p>- text to code generation<p>- image to code generation<p>- microphone to text to code generation<p>If you are on Mac for instance, it will interface directly with your GPU to power the LLM interface. It only requires downloading the models, and then everything after that is offline.<p>It&#x27;s not even close to as powerful as Claude or ChatGPT, but I like the idea of having the LLM run directly on your machine.<p>I just did this for fun, but I am looking for a new role if anyone&#x27;s hiring - <a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;pauldufour&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;pauldufour&#x2F;</a>!<p>More technical insight: - I also got the Typescript &#x2F; React app to compile itself in the browser via a service worker <a href="https:&#x2F;&#x2F;github.com&#x2F;pdufour&#x2F;llm-coder&#x2F;blob&#x2F;main&#x2F;src&#x2F;sw.js">https:&#x2F;&#x2F;github.com&#x2F;pdufour&#x2F;llm-coder&#x2F;blob&#x2F;main&#x2F;src&#x2F;sw.js</a> but took it offline due to some oddities with service workers.<p>- A lot of the new speech models are a lot better than anything built into your phone &#x2F; computer. I wonder when more computers will have them built in.<p>- I added a CSP to the iframe only because I was worried about spamming sites since I update the iframe anytime a new token comes in. So if you have an image on the page it will get reloaded every time the iframe is updated. Otherwise there would be no reason for it.

暂无评论

暂无评论