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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Any AI-based Code Assistants for web CRUD apps?

7 点作者 endorphine超过 1 年前
I'm looking for something to help me faster code CRUD endpoints for a Rails side project. Is there something more integrated than ChatGPT4? Like, I give it access to my codebase, it parses it and understands the models etc. and can then crank simple features?

4 条评论

lfciv超过 1 年前
I used to use Github Copilot, but I find Cursor (<a href="https:&#x2F;&#x2F;cursor.sh&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;cursor.sh&#x2F;</a>) to be even better.<p>You can add an OpenAI API Key and it&#x27;ll use the GPT-4 API. It indexes your code for you and it&#x27;ll crawl documentation for you if you give it the link. Then you can reference specific files or documentation with &quot;@&quot;. There are also some really intuitive hot keys.
评论 #38421405 未加载
评论 #38414220 未加载
jcpst超过 1 年前
This is what I use github copilot for.
评论 #38409020 未加载
qup超过 1 年前
Aider: <a href="https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider">https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider</a>
cloudking超过 1 年前
GitHub Co-pilot can take into context your codebase.