# Vercube > Unleash your server development with an ultra-efficient JavaScript framework ## Documentation Sets - [Vercube - Full Documentation](https://vercube.dev//llms-full.txt): This is the full documentation for Vercube. ## Landing - [](https://vercube.dev/raw/index.md) ## Docs - [Introduction](https://vercube.dev/raw/docs/getting-started.md): A modern, efficient, and flexible JavaScript server framework that runs anywhere with unmatched performance and complete configurability. - [Installation](https://vercube.dev/raw/docs/getting-started/installation.md): How to install and run Vercube. - [Examples](https://vercube.dev/raw/docs/getting-started/examples.md): Explore example Vercube applications to learn common patterns and best practices. - [Configuration](https://vercube.dev/raw/docs/core-features/configuration.md): Configure your Vercube application - [Dependency Injection](https://vercube.dev/raw/docs/core-features/container.md): Understanding and using the Dependency Injection container in Vercube - [Controllers](https://vercube.dev/raw/docs/core-features/controllers.md): Building APIs with Controllers in Vercube - [Middlewares](https://vercube.dev/raw/docs/core-features/middlewares.md) - [Validation](https://vercube.dev/raw/docs/core-features/validation.md): Automatic request validation with Standard Schema support - [Overview](https://vercube.dev/raw/docs/modules/auth/overview.md): Flexible authentication system for Vercube applications - [Decorators](https://vercube.dev/raw/docs/modules/auth/decorators.md): Authentication decorators for protecting endpoints and accessing user data - [API Reference](https://vercube.dev/raw/docs/modules/auth/api.md): Complete API reference for the Vercube Auth module - [Overview](https://vercube.dev/raw/docs/modules/logger/overview.md): Flexible and extensible logging system for Vercube applications - [Drivers](https://vercube.dev/raw/docs/modules/logger/drivers.md): Built-in log providers and guide to creating custom drivers - [API](https://vercube.dev/raw/docs/modules/logger/api.md): Complete API reference for Logger module - [Overview](https://vercube.dev/raw/docs/modules/serverless/overview.md): Deploy your Vercube application to serverless platforms with zero configuration - [AWS Lambda](https://vercube.dev/raw/docs/modules/serverless/aws-lambda.md): Deploy your Vercube application to AWS Lambda with API Gateway - [Azure Functions](https://vercube.dev/raw/docs/modules/serverless/azure-functions.md): Deploy your Vercube application to Azure Functions with HTTP triggers - [Overview](https://vercube.dev/raw/docs/modules/storage/overview.md): Flexible and extensible storage system for Vercube applications - [Drivers](https://vercube.dev/raw/docs/modules/storage/drivers.md): Built-in storage providers and guide to creating custom drivers - [API](https://vercube.dev/raw/docs/modules/storage/api.md): Complete API reference for Storage module - [Overview](https://vercube.dev/raw/docs/modules/web-sockets/overview.md): Real-time bidirectional communication with decorator-based API - [API](https://vercube.dev/raw/docs/modules/web-sockets/api.md): Complete API reference for all WebSocket decorators - [MCP](https://vercube.dev/raw/docs/modules/mcp.md): Expose AI tools with Model Context Protocol - [Custom Decorator](https://vercube.dev/raw/docs/advanced/custom-decorator.md): Learn how to create and use custom decorators in Vercube to extend functionality and create reusable patterns - [Custom Plugin](https://vercube.dev/raw/docs/advanced/custom-plugin.md): Learn how to create and use custom plugins in Vercube to extend functionality and add new features