TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

7 pointsby endorphineover 1 year ago
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 comments

lfcivover 1 year ago
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 未加载
jcpstover 1 year ago
This is what I use github copilot for.
评论 #38409020 未加载
qupover 1 year ago
Aider: <a href="https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider">https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider</a>
cloudkingover 1 year ago
GitHub Co-pilot can take into context your codebase.