using ai after project creation
Can i use gpt like in wasp new but i'm existing project? I want to just type prompt like "add admin dashboard" then it automatically updates files without me
7 Replies
Hi @Jestem_Kamil. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Currently, Wasp AI doesn't offer any additional help for developing your existing Wasp app with AI beyond initial generation. However, this is something that the Wasp team is actively exploring. In the meantime, they suggest checking out aider (https://github.com/paul-gauthier/aider), which is an AI pair programming tool in your terminal. This is a third-party tool, not affiliated with Wasp in any way, but some Wasp users have found it helpful when working on Wasp apps [^1^].
For creating a new Wasp app, you can use Wasp AI by running
wasp new
in your terminal and picking AI generation. If you don't have them set yet, wasp
will ask you to provide (via ENV vars) your OpenAI API keys (which it will use to query GPT). Then, after providing a title and description for your Wasp app, the new app will be generated on your disk [^2^].
[^1^]: (source: https://wasp-lang.dev/docs/wasp-ai/developing-existing-app)
[^2^]: (source: https://wasp-lang.dev/docs/wasp-ai/creating-new-app#wasp-cli)
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------@Jestem_Kamil not directly with Mage / Wasp AI at the moment (maybe in the future!), but we do have a suggestion on how to go about that, check it out here: https://wasp-lang.dev/docs/wasp-ai/developing-existing-app .
Oh I see bot already answered correctly, good bot!
Btw how it works? Gpt with custom prompt or assistant api
Do you know?
Sorry, what are you referring to? The bot in this chat (Kapa), usemage.ai, or Aider (which we recommend in the link in the docs)?
Kapa
Aha, well Kapa is GPT in the background if I am correct ( not 100% sure) and it pulls from our docs, Github issues and from this Discord and uses RAG (embeddings) to then use that knowledge to answer questions.
Check it out here: https://www.kapa.ai/
Thx, that's all