# console | Akash Network | Knowledge Base | Instagit

Deploy docker containers on the Akash Network

GitHub Stars: 256

Repository: https://github.com/akash-network/console

---

## Articles

### [Logging Practices Enforced in the Akash Console Project: A Complete Guide](/akash-network/console/what-logging-practices-are-enforced-in-akash-console)

Explore the Akash Console project's enforced logging practices. Discover how it uses a centralized LoggerService wrapping pino, forbidding console.* methods for structured, context-aware logs.

- Tags: how-to-guide
- Published: 2026-02-24

### [How Akash Console Manages Environment Variables: The @akashnetwork/env-loader Architecture](/akash-network/console/how-does-akash-console-manage-environment-variables)

Discover how Akash Console manages environment variables using the @akashnetwork/env-loader package. Learn about its deterministic loading, Zod validation, and framework-agnostic integration.

- Tags: internals
- Published: 2026-02-24

### [How to Run Akash Console Services for Development: Complete Docker Setup Guide](/akash-network/console/how-to-run-akash-console-services-for-development)

Easily run Akash Console services for development using Docker Compose. This guide provides a complete setup for Node.js and PostgreSQL with hot-reload enabled for efficiency.

- Tags: how-to-guide
- Published: 2026-02-24

### [How to Build Production Docker Images for Akash Console Services: Complete Guide](/akash-network/console/how-to-build-production-docker-images-akash-console)

Build production Docker images for Akash Console services using the provided build script. Optimize builds with Node.js, Next.js, and optional Docker BuildKit for faster, cache-efficient images.

- Tags: how-to-guide
- Published: 2026-02-24

### [Akash Console Development Workflow Tools: Docker Compose and Turbo Repo Guide](/akash-network/console/akash-console-development-workflow-tools)

Master Akash Console development with Docker Compose and Turbo Repo. Streamline your workflow and run the full stack locally with simple npm commands.

- Tags: how-to-guide
- Published: 2026-02-24

### [How the @akashnetwork/ui Package Powers the Akash Console Design System](/akash-network/console/how-does-akashnetwork-ui-package-contribute-to-akash-console)

Discover how the @akashnetwork/ui package drives the Akash Console design system with its shared React components, Tailwind CSS, and custom hooks. Ensure visual consistency across applications.

- Tags: deep-dive
- Published: 2026-02-24

### [Shared Packages in the Akash Console Monorepo: Architecture and Usage Guide](/akash-network/console/what-are-the-shared-packages-in-akash-console)

Explore shared packages in the Akash Console monorepo. Discover reusable UI components, type-safe networking, database schemas, and tooling unifying Akash applications.

- Tags: architecture
- Published: 2026-02-24

### [What Is CASL and How It Powers Authorization in Akash Console](/akash-network/console/what-is-casl-and-how-is-it-used-for-authorization-in-akash-console)

Discover how CASL powers authorization in Akash Console. Learn about declarative JavaScript, role-based access control, and compile-time rules for robust security.

- Tags: deep-dive
- Published: 2026-02-24

### [How Authentication Is Handled in the Akash Console Application](/akash-network/console/how-is-authentication-handled-in-akash-console)

Explore how Akash Console handles authentication using Auth0, encrypted cookies, and a server-side AuthService with CASL for secure API access. Learn about layered security in the Akash Console.

- Tags: internals
- Published: 2026-02-24

### [Setting Up a Database for Local Development in Akash Console: 3 Proven Methods](/akash-network/console/database-setup-for-local-development-akash-console)

Explore 3 methods to set up a database for local development in Akash Console. Learn to provision sandbox databases, connect existing instances, or restore from backups.

- Tags: how-to-guide
- Published: 2026-02-24

### [How Database Migrations Are Managed in Akash Console: A Complete Guide to Drizzle ORM](/akash-network/console/how-are-database-migrations-managed-in-akash-console)

Learn how Akash Console manages database migrations expertly with Drizzle ORM. Discover automatic application of pending changes ensuring seamless updates and data integrity. A complete guide.

- Tags: how-to-guide
- Published: 2026-02-24

### [Where to Find Database Schema Documentation for Akash Console](/akash-network/console/where-to-find-akash-console-database-schema-documentation)

Find Akash Console database schema documentation in akash-network/console repository. Explore table details relationships indexing and migration scripts.

- Tags: api-reference
- Published: 2026-02-24

### [What Database System Does Akash Console Use? PostgreSQL with Drizzle and Sequelize](/akash-network/console/what-database-system-does-akash-console-use)

Discover Akash Console's database system. Learn how it utilizes PostgreSQL with Drizzle ORM and Sequelize-TypeScript for efficient data management and API development.

- Tags: internals
- Published: 2026-02-24

### [How the Akash Console Indexer Service Powers Real-Time Blockchain Data](/akash-network/console/how-does-the-indexer-service-work-in-akash-console)

Explore how the Akash Console Indexer service transforms raw blockchain data into structured tables, powering real-time UI functionality with schema management and caching.

- Tags: internals
- Published: 2026-02-24

### [What Web Framework Does the Akash Console API Use?](/akash-network/console/what-web-framework-does-akash-console-api-use)

Discover the web framework behind the Akash Console API. Akash Console leverages Hono, a fast and optimized TypeScript framework for edge and Node.js.

- Tags: deep-dive
- Published: 2026-02-24

### [How to Access the API Documentation for Akash Console: OpenAPI Endpoints Explained](/akash-network/console/how-to-access-akash-console-api-documentation)

Easily access self-hosted Akash Console API documentation. Learn how to find OpenAPI JSON specs at /v1/doc and interactive Swagger UI at /v1/swagger for seamless integration.

- Tags: api-reference
- Published: 2026-02-24

### [Role of the API Service in Akash Console: Architecture and Implementation](/akash-network/console/what-is-the-role-of-the-api-service-in-akash-console)

Discover the API service role in Akash Console. Learn how it centralizes communication, resolves endpoints, and executes type-safe HTTP requests to the Akash API-server.

- Tags: architecture
- Published: 2026-02-24

### [How the Akash Console Website (deploy-web) Functions: Architecture and Technology Stack](/akash-network/console/how-does-the-console-website-deploy-web-function)

Explore the Akash Console website's architecture and technology stack. Learn how this Next.js 14 PWA, built with TypeScript and React, integrates Auth0 and Cosmos-Kit wallet.

- Tags: architecture
- Published: 2026-02-24

### [What Programming Languages and Frameworks Are Used in the Akash Console Repository?](/akash-network/console/what-programming-languages-and-frameworks-are-used-in-akash-console)

Discover the programming languages and frameworks powering the Akash Console. Explore TypeScript, Node.js, Next.js 14, React 18, and Tailwind CSS for robust web development.

- Tags: internals
- Published: 2026-02-24

### [How the Akash Console Enables Docker Container Deployment on the Akash Network](/akash-network/console/how-does-akash-console-enable-docker-container-deployment)

Learn how the Akash Console seamlessly deploys Docker containers on Akash Network. It validates images, generates SDL, and manages the deployment process for you.

- Tags: how-to-guide
- Published: 2026-02-24

### [What Is the Akash Console Monorepo? A Complete Guide to the Full-Stack Deployment Portal](/akash-network/console/what-is-the-purpose-of-the-akash-console-monorepo)

Explore the Akash Console monorepo, a unified codebase for Akash Network's web portal, API, block indexer, and more. Learn how it streamlines full-stack deployment.

- Tags: getting-started
- Published: 2026-02-24

