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 dev
Or, start generating from the command-line:
node ace generate
This project is licensed under AGPL 3.0.