Skip to content

valyentdev/valyent.ai

Repository files navigation

Valyent AI

Generate full-stack web applications with AI.

Approach

Valyent AI leverages fully-featured frameworks like AdonisJS, Laravel, ... to generate full-stack web applications with AI.

Installation

  1. Clone the repository:
git clone https://github.com/valyentdev/valyent.ai
  1. Install dependencies:
cd valyent.ai
npm install
  1. Set up environment variables.
cp .env.example .env
  1. Start the Docker Compose services:
docker compose up -d
  1. Run the migrations:
node ace migration:run
  1. Start the development server:
npm run dev

Or, start generating from the command-line:

node ace generate

License

This project is licensed under AGPL 3.0.

Releases

No releases published

Packages

No packages published

Languages