Create your
Next.js projects 

AvangCLI generates pre-configured full-stack projects with Next.js. Deploy in seconds with integrated Docker and CI/CD.

Next.js
TypeScript
Python
FastAPI
Docker
Tailwind

Power up your workflow

Everything you need to scale your full-stack applications from day one, automated and standardized.

Generate Types & Services

Instantly generate TypeScript types and services from your openapi.json. Keep your code type-safe without duplication.

OpenAPI Support
Blazing Fast with Custom Algorithm
Configurable Paths

Robust Stack

Docker, Linter, Hooks and more ready to use.

Docker Compose
ESLint & Prettier
Husky Git Hooks
CI/CD Pipelines

Clear Architecture

Modular structure that scales with your project. Folders organized by features, not by file types.

user@avang-cli: ~
$ avangcli --help Usage: avangcli <command> [options] Commands: avangcli init [project-name] Initialize a new Next.js project with optional configurations avangcli config Regenerate avangclirc.json based on current project configuration avangcli generate Generate TypeScript clients from OpenAPI specifications avangcli module <module-name> Generate a new module in an existing Next.js application avangcli ui-library [library] Add a UI component library to your Next.js project Options: -h, --help Show help [boolean] -v, --version Show version number [boolean] For more information, visit: https://github.com/ClaudiaQueipo/avangcli

Intelligent Scaffolding

Automatically generates the complete module structure for Next.js. Keep your code organized, predictable and scalable from the first commit.

explorer — src/modules
src/modules/auth
components/
LoginForm.tsx
RegisterForm.tsx
hooks/
useAuth.ts
services/
auth.service.ts
types/
index.ts// Barrel export
1

Modular Structure

Forget about 'spaghetti code'. Each functionality lives in its own isolated module, encapsulating its logic, UI, state and types.

2

Boilerplate Files

Base files are automatically generated. Don't waste time copying and pasting empty folder structures.

3

Barrel Exports

Automatic configuration of index.ts to keep your imports clean throughout the project: import {Auth} from '@/modules'.

The future of AvangCLI

We are building the ultimate tool for full-stack developers, step by step.

Next.js Scaffolding

Complete generation of Next.js projects with TypeScript, configured Tailwind CSS and optimized folder structure.

November 2025

TypeScript Generation

Automatic generation of TypeScript interfaces, types and services from openapi.json specs. Keep your code type-safe without duplication.

November 2025

FastAPI IntegrationIn development

Native backend support with Python/FastAPI. Includes JWT authentication, CORS configuration and database connection.

December 2025

What's next?

The roadmap continues to evolve. Have ideas? Share them in our GitHub repository and help us define the future of AvangCLI.

TBD

Meet the Creators

This project is the result of the effort and dedication of a team of passionate developers.

Ready to create your
next big project?

Stop setting up environments and start developing. One command separate you from a scalable full-stack architecture with Next.js

npx avangcli init

Open Source

AvangCLI
© 2026 AvangCLI. Built for builders.
AvangCLI - Modern CLI Tools for Fullstack Development