Generate full-stack web applications with AI.
Valyent AI leverages fully-featured frameworks like AdonisJS, Laravel, ... to generate full-stack web applications with AI.
- Clone the repository:
git clone https://github.com/valyentdev/valyent.ai- Install dependencies:
cd valyent.ai
npm install- Set up environment variables.
cp .env.example .env- Start the Docker Compose services:
docker compose up -d- Run the migrations:
node ace migration:run- Start the development server:
npm run devOr, start generating from the command-line:
node ace generateThis project is licensed under AGPL 3.0.