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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building an app with ChatGPT can be faster than searching for existing solutions

2 点作者 csutil-com7 个月前

1 comment

csutil-com7 个月前
I yesterday needed a browser-based audio recorder with instant transcription locally without any data leaving the client.<p>After 5 minutes of googling I decided to try generating a web app using ChatGPT instead and host it for myself on github pages.<p>Within a few iterations refining the requirements, I had a working single html file with only a few 100 lines of js code that met all my requirements and was easy to further improve.<p>As a bonus I learned a bit about javascript and some new browser APIs like the Web Speech API for transcription.