W
Wasp•6d ago
nitish30

AI tool for generating full stack wasp code

Hi everyone, loved the framework. Could you please recommend best AI tool to write full stack code for wasp applications?
4 Replies
kapa.ai
kapa.ai•6d ago
Hi @nitish30. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Wasp offers its own AI tool called Wasp AI (also known as Mage) specifically designed for generating full-stack Wasp applications. There are two main ways to use it: 1. usemage.ai - A free, open-source online app where you can generate a Wasp application by simply providing a title, description, and choosing some basic settings. This option uses Wasp's OpenAI API keys, so you don't need to provide your own. usemage.ai is completely free to use. 2. Wasp CLI with AI generation - You can run wasp new in your terminal and select the AI-generated template option. This approach requires you to provide your own OpenAI API keys but offers more flexibility, such as choosing different GPT models. Both methods use the same underlying logic, so they're equally "smart" - the difference is just in the interface and settings. When creating a new project with wasp new, you'll see "ai-generated" as one of the starter template options, described as: "🤖 Describe an app in a couple of sentences and have Wasp AI generate initial code for you. (experimental)" For ongoing development of existing Wasp applications, Wasp doesn't currently offer specific AI assistance beyond the initial generation. However, they suggest using aider, a third-party AI pair programming tool that some Wasp users have found helpful. Keep in mind that Wasp AI is still experimental, and the generated apps might contain mistakes depending on their complexity, but they can serve as a great starting point. Sources: - Creating New App with AI - Starter Templates - Developing Existing App with AI ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @nitish30, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
toticozeni
toticozeni•5d ago
Hey @nitish30 , @Vinny (@Wasp) is the guy for that. Recently he made a bog post on this topic and even an sub 3 hour video. https://dev.to/wasp/a-structured-workflow-for-vibe-coding-full-stack-apps-352l
DEV Community
A Structured Workflow for "Vibe Coding" Full-Stack Apps
There's a lot of hype surrounding "vibe coding". You've probably seen the AI influencers making...
nitish30
nitish30OP•5d ago
Cool
Vinny (@Wasp)
Vinny (@Wasp)•2d ago
Yep. Check out the template repo I linked to. It’s got everything you need to get started

Did you find this page helpful?