ModelAize is a desktop application that leverages GEN AI to generate data conceptual models and web service lists for your projects. Built using Electron, Vite, and React, it provides an interface to design your web applications.
- Generation of conceptual data models.
- Creation of web service lists for web applications.
- Agent designed to update your model and service list, suggest how to develop new features...
- An OpenAI API key.
- A local workspace to store modelisations.
- Step 1 : Describe the application into a prompt
- Step 2 : Fulfill an application description sheet
- Step 3 : You can rework the generated models and services with the chatbot to adapt to your need.
-
Clone this repository:
git clone https://github.com/cDelage/modelaize.git cd modelaize -
Install dependencies:
npm install
-
Start the application:
npm run dev
- Add your OpenAI API key in the application’s configuration interface.
- Select a local workspace for your files.
- Electron: For building the desktop application.
- Vite: For fast development and efficient bundling.
- React: For creating a dynamic and interactive user interface.
Contributions are welcome! Feel free to open an issue or submit a pull request.





