cubebitz/aios

AI Operating System for Laravel Projects

Maintainers

Package info

github.com/cubebitz-infotech/aios

Language:JavaScript

pkg:composer/cubebitz/aios

Transparency log

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2026-08-06 11:17 UTC

This package is auto-updated.

Last update: 2026-08-06 11:44:03 UTC


README

Generate AI-ready project context for your Laravel applications. Help any LLM understand your project in minutes.

AIOS is an open-source Composer package that automatically analyzes Laravel applications and generates structured, AI-friendly documentation.

Instead of repeatedly explaining your project's architecture, dependencies, routes, models, coding standards, and project structure to ChatGPT, Claude, Gemini, DeepSeek, Qwen, or other Large Language Models, AIOS keeps that context up to date automatically.

Why AIOS?

Working with AI on medium and large software projects often requires repeating the same project context in every conversation.

AIOS solves this problem by generating a persistent knowledge base that AI models can immediately understand.

Whether you're:

  • fixing bugs
  • building features
  • refactoring
  • reviewing code
  • onboarding new developers
  • designing architecture

AIOS provides the project knowledge automatically.

Features

  • 🚀 AI-ready project documentation
  • 🧠 Automatic Laravel project analysis
  • 📁 Project structure summaries
  • 🛣️ Route analysis
  • 📦 Composer package analysis
  • 📦 Node package analysis
  • ⚡ Vite analysis
  • 📚 AI workspace generation
  • 📝 Markdown-based documentation
  • 🔄 Regenerate documentation anytime
  • 🔌 Extensible architecture for future frameworks

Requirements

Before installing AIOS, make sure your development environment includes:

Requirement Version
PHP 8.2+
Laravel 11+ (recommended)
Composer Latest
Node.js 18+

Why is Node.js required?

AIOS analyzes your project's frontend ecosystem by reading package.json, detecting installed Node packages, and generating AI documentation for JavaScript tooling such as Vite.

Even though AIOS is installed through Composer, Node.js must be available on your machine.

Verify Node is installed:

node -v
npm -v

If Node.js is not installed, download it from:

https://nodejs.org

Installation

Install AIOS:

composer require cubebitz/aios --dev

Publish the AI workspace:

php artisan ai:install

Generate your AI documentation:

php artisan ai:generate

AIOS will generate a complete AI workspace describing your Laravel application.

Generated Documentation

AIOS generates Markdown files that describe your application, including:

  • Project overview
  • Project structure
  • Routes
  • Models
  • Composer packages
  • Node packages
  • Vite configuration
  • Workspace information
  • AI instructions

These files can be shared directly with any AI assistant.

Supported AI Models

The generated Markdown is model-agnostic and works with:

  • ChatGPT
  • Claude
  • Gemini
  • DeepSeek
  • Qwen
  • Grok
  • Llama
  • Mistral
  • Any AI assistant capable of reading Markdown

Roadmap

Current framework support:

  • ✅ Laravel

Planned:

  • Node.js
  • React
  • Next.js
  • Flutter
  • FastAPI
  • Django
  • Spring Boot
  • .NET
  • Go

Vision

AIOS aims to become the standard way of generating and maintaining AI-ready documentation for software projects.

Instead of teaching every AI conversation about your project from scratch, AIOS gives the AI a complete understanding of your application's architecture before the conversation even begins.

License

MIT License