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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: AI Artifacts - open-source template of Anthropic's Artifacts UI

7 点作者 mlejva10 个月前

1 comment

mlejva10 个月前
Hey HN, I made this open-source template for building Anthropic&#x27;s Artifacts UI-like chat apps.<p>You can use it to run AI-generated Python in headless Jupyter server and also build Next.js apps with it.<p>Here&#x27;s the stack I used<p>- Anthropic&#x27;s Claude Sonnet 3.5 [0]<p>- Vercel&#x27;s AI SDK for calling the LLM [1]<p>- E2B for running AI-generated code with the Code Interpreter SDK and Sandboxes [2]<p>- Next.js for the app [3]<p>Links<p>[0]: <a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;claude" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;claude</a><p>[1]: <a href="https:&#x2F;&#x2F;sdk.vercel.ai&#x2F;docs&#x2F;introduction" rel="nofollow">https:&#x2F;&#x2F;sdk.vercel.ai&#x2F;docs&#x2F;introduction</a><p>[2]: <a href="https:&#x2F;&#x2F;e2b.dev" rel="nofollow">https:&#x2F;&#x2F;e2b.dev</a> &amp; <a href="https:&#x2F;&#x2F;github.com&#x2F;e2b-dev&#x2F;code-interpreter">https:&#x2F;&#x2F;github.com&#x2F;e2b-dev&#x2F;code-interpreter</a><p>[3]: <a href="https:&#x2F;&#x2F;nextjs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nextjs.org&#x2F;</a>