# Xedant > Welcome to My official website. ## Pages - [Remote Control](https://xedant.com/code/docs/remote-control): Remote Control lets you drive Xedant Code programmatically via a simple HTTP API. Create chats, send prompts, and retrieve AI... - [.xedant Folder](https://xedant.com/code/docs/xedant-folder): What Is the .xedant Folder? The .xedant/ folder is the configuration and data directory for Xedant Code. It's created automatically... - [Sound Feedback Validation](https://xedant.com/code/docs/validation/sound-feedback): Sound feedback lets you monitor build, deploy, commit and chat state by ear — without watching the screen. Xedant Code... - [Automated Prompt Builds](https://xedant.com/code/docs/validation/prompt-builds): Prompt-based builds are the most advanced validation mechanism in Xedant Code. Unlike command-based builds that run fixed shell commands, prompt... - [File Viewer & Script Runner](https://xedant.com/code/docs/validation/file-script): The file viewer and script runner provide manual validation capabilities alongside automated ones. While AutoFix handles automated error fixing and... - [Analytics & Observability](https://xedant.com/code/docs/validation/analytics-observability): Analytics and observability provide the macro-level validation: are your AI sessions efficient, cost-effective, and productive? While individual message inspection validates... - [Model Control with Hooks](https://xedant.com/code/docs/validation/hooks-control): Hooks are the enforcement layer of Xedant Code's validation system. While skills guide the model's behavior through instructions, hooks enforce... - [Docker Isolation & Skip Permissions](https://xedant.com/code/docs/validation/docker-isolation): Docker isolation is the foundation that enables safe skip-permissions mode. Without containerization, every tool call the AI makes could potentially... - [Model & Skills Control](https://xedant.com/code/docs/validation/model-skills): Model and skills control is about guiding the AI's behavior for more reliable output. The right model configuration ensures appropriate... - [Deploy Output Monitoring](https://xedant.com/code/docs/validation/deploy-output): Deploy output monitoring catches runtime errors that build-time validation cannot. While builds catch compile errors, type mismatches, and lint violations... - [Automated Build Validation](https://xedant.com/code/docs/validation/automated-build): ⚠️ build is just a descriptive name for any action automatically performed on certain events. These actions don't need to... - [Git Change Validation](https://xedant.com/code/docs/validation/git-change): Git change validation gives you immediate visibility into what the AI model changed on disk. While the chat output validation... - [Chat Output Validation](https://xedant.com/code/docs/validation/chat-output): Chat output validation is the first and most immediate layer of validation in Xedant Code. Every tool call the AI... - [Validation](https://xedant.com/code/docs/validation): AI code generation is abundant and cheap — the real bottleneck is validation. Xedant Code is built around deep, multi-layered... - [Mac Docker Desktop](https://xedant.com/code/mac-docker-desktop): Docker Desktop for Mac provides a graphical interface for managing Docker containers. This guide covers running Xedant Code using Docker... - [Windows Docker Desktop](https://xedant.com/code/windows-docker-desktop): Docker Desktop provides a graphical interface for managing Docker containers on Windows. This guide covers using Docker Desktop with WSL... - [Licensing](https://xedant.com/code/docs/licensing): The License Dialog shows your current license status and lets you update your license key. A valid license is required... - [Commits](https://xedant.com/code/docs/commits): Git functionality in Xedant Code is accessible through two places: the Git Sidebar in every chat view for day-to-day operations... - [Context Utilization](https://xedant.com/code/docs/context-utilization): Context utilization tracks how much of Claude's context window is consumed during a conversation. The context window is the total... - [Scripts](https://xedant.com/code/docs/scripts): Scripts are executable files in your repository that you can run on demand from Xedant Code. Shell scripts (.sh) show... - [Hooks](https://xedant.com/code/docs/hooks): Hooks let you intercept and control Claude Code's tool usage by defining rules that run automatically before specific actions. You... - [MCP Servers](https://xedant.com/code/docs/mcp-servers): MCP (Model Context Protocol) servers extend Xedant Code's capabilities by providing additional tools and data sources that the AI can... - [WSL Setup](https://xedant.com/code/wsl): WSL (Windows Subsystem for Linux) lets you run a Linux environment directly on Windows without a virtual machine. This makes... - [Theme Demo](https://xedant.com/theme-demo): Accordion title 1 This is a placeholder tab content. It is important to have the necessary information in the block,... - [Tips & Troubleshooting](https://xedant.com/code/docs/tips): Practical tips for getting the most out of Xedant Code, answers to common questions, and troubleshooting steps for when things... - [Shortcuts](https://xedant.com/code/docs/shortcuts): Keyboard shortcuts help you navigate and control Xedant Code without reaching for the mouse. Use this reference to speed up... - [Mobile](https://xedant.com/code/docs/mobile): Xedant Code works on mobile devices through a dedicated PWA (Progressive Web App) mode. Access your AI chat, monitor builds,... - [AutoFix](https://xedant.com/code/docs/autofix): AutoFix is the bridge between your builds and the AI model. When enabled, it watches build results for errors and... - [Analytics](https://xedant.com/code/docs/analytics): The analytics dashboard tracks your usage patterns over time — prompts sent, tokens consumed, costs incurred, AI response speed, and... - [Boards](https://xedant.com/code/docs/boards): Boards provide a quick note-taking space alongside your AI chat. Use them to jot down ideas, save reusable prompts, and... - [Environments](https://xedant.com/code/docs/environments): Xedant Code uses two kinds of environment variables that serve different purposes: App-level variables — configure Xedant Code itself (login... - [Skills](https://xedant.com/code/docs/skills): Skills are the primary mechanism for controlling what the AI knows about your task. Every interaction with the AI is... - [Settings](https://xedant.com/code/docs/settings): Customize your Xedant Code experience through the Settings dialog. Access it by selecting "Settings" from the main menu. The settings... - [Git](https://xedant.com/code/docs/git): The Git Panel The Git panel in the Status Panel provides a full Git interface for your project. It tracks... - [Build & Deploy](https://xedant.com/code/docs/build-deploy): What Are Builds? In Xedant Code, a "build" is an automated validator that checks what the AI has done. Despite... - [Files](https://xedant.com/code/docs/files): The Files dialog provides a comprehensive interface for managing your project files directly in the browser. View your file structure,... - [Chat](https://xedant.com/code/docs/chat): The chat interface is your primary way to interact with AI assistance. Send messages, request tasks, review responses, and track... - [Getting Started](https://xedant.com/code/docs/getting-started): Xedant Code runs on your own computer or server, giving you complete control over your development environment. Choose the installation... - [Docker Setup](https://xedant.com/code/docker): Docker enables full isolation of development environment for each project. Even when models misbehave, they could damage their container only.... - [Windows Setup](https://xedant.com/code/windows): Latest Version If you are new, download the latest version. It's an automated build of the most recent code and... - [Docs](https://xedant.com/code/docs): Getting Started Install, first login, interface overview, and sending your first message. Validation Multi-layered validation: chat output, git changes, builds,... - [FAQ](https://xedant.com/code/faq): Why don't you make all your products open source? I've already tried launching and supporting free products, more than 20... - [License](https://xedant.com/code/license): All licenses are lifetime — one-time payment, no subscriptions. Licensing runs offline, your key is truly lifetime. Every license includes... - [Xedant Code](https://xedant.com/code): Self-hosted web UI for Claude Code, auto-validates and auto-fixes code Docker Setup Windows Setup Documentation FAQ Licensing Why Xedant Code?... - [Xedant](https://xedant.com/): Data Extraction and Analysis Technologies Xedant Code Self-hosted web UI for Claude Code, auto-validates and auto-fixes code Learn More - [Contact the Author](https://xedant.com/contact): Xedant is a one-person software development company, ramen profitable. I'm almost always online and answer your questions within 12 hours... - [Privacy Policy](https://xedant.com/privacy): Who we are Our website address is: http://xedant.com. Comments When visitors leave comments on the site we collect the data... ## Product Categories _No Product Categories found._ ## Products _No Products found._ ## Blog Posts - [Hello world!](https://xedant.com/1): Welcome to WordPress. This is your first post. Edit or delete it, then start writing! ## Sitemap