# Stellify > Build Production-ready Laravel applications. Every time. Stellify is a super framework designed primarily for AI. Instead of supporting every possible framework combination, it focuses on one proven stack: Laravel (PHP) on the server and a purpose-built frontend framework with adapters for Vue, React, and Svelte. ## Documentation - [What is Stellify](/llms-full.txt): Complete platform documentation - [MCP Integration](/stellify/documentation/ai): AI assistant integration guide - [Getting Started](/stellify/documentation/getting-started): Quick start guide ## MCP Server AI assistants connect to Stellify via MCP (Model Context Protocol): ```bash npm install -g @stellify/mcp ``` GitHub: https://github.com/Stellify-Software-Ltd/stellify-mcp ## Key Concepts ### Structured Code Storage Code is stored as structured data, not text files. Methods contain statements, statements contain clauses. This enables surgical AI edits at the statement level without regenerating entire files. ### Stack - **Backend**: Laravel (PHP) - routing, authentication, database, hosting - **Frontend**: stellify-framework (JS) - constrained APIs for AI-reliable code generation - **UI Framework**: Vue.js (with adapters for React and Svelte) ### File Types - `controller` - Laravel controllers - `model` - Eloquent models - `middleware` - HTTP middleware - `class` - Generic PHP classes - `js` - JavaScript/Vue components (use extension='vue' for SFCs) ## API Reference Full API documentation for the stellify-framework: https://stellisoft.com/stellify/api ## Contact - Website: https://stellisoft.com - GitHub: https://github.com/Stellify-Software-Ltd