W
Wasp-lang•9mo ago
BullBear

I was wondering if there is a way to add features and pages to an already published app.

Lets say you make an app with Wasp. And you find form user feedback that you need another feature, or a new page in your app. I was wondering if there is a way to add features and pages to an already developed and published app, using the generator, without risking loosing data or features which are already running live, with real users and data.
I tried looking for it in the documentation, but I might been lookng in the wrong place.
5 Replies
matijash
matijash•9mo ago
I see, you are asking about the GPT generator, right? https://usemage.ai/ Short answer - currently not, but soon it will be. But you can always manually edit the code, or use Copilot X or another GPT tool for it. Longer answer - v1 of MAGE was just a code starter, without further interaction. Our next step is to add "debugging" mode - basically to let you keep refining the code you got (e.g. fix errors, more features) before you download it. But the idea is also that at some point you'll download the code and then it's like any other codebase - you can add more features by yourself, or use any of the AI tools (Copilot X, Aider, ...) to help you out
MAGE - GPT Web App Generator ✨
Generate your full-stack React, Node.js and Prisma web app using the magic of GPT and the Wasp full-stack framework.
BullBear
BullBear•9mo ago
No, I was thinking about the locally run version where you install Wasp on your computer.
martinsos
martinsos•9mo ago
In any case, Mage only genreates initial code for the app -> after that you are coding on your own, in our Wasp framework! So you have all the freedom, but Mage is here just for kickstarting the app.
BullBear
BullBear•9mo ago
OK. But thank you 🙂
MEE6
MEE6•9mo ago
Wohooo @BullBear, you just became a Waspeteer level 1!