Getting Started

Documentation

AICODESIT Docs

Everything you need to build, deploy, and manage your projects.

Getting Started

What is AICODESIT

AI Codes It is a browser-based full-stack development platform. Just say what you want to build — AI writes the code, sets up the database, handles auth, and ships it live. All without leaving your browser.

  • Monaco-powered code editor with syntax highlighting for 10+ languages
  • Real-time dev preview with hot reload — isolated container per project
  • Built-in AI assistant (Neural Link) that reads your files and writes code on request
  • One-click publish to yourproject.aicodesit.app or your own custom domain
  • Built-in PostgreSQL database with REST API and SQL console
  • Edge functions — deploy serverless JavaScript that runs on the platform
  • Secrets manager — store API keys and credentials server-side, never in git
  • GitHub auto-deploy — push to GitHub and your site updates automatically

Create your first project

From the Dashboard, click New Project. Type your project name — the subdomain is auto-generated as you type (e.g. "My App" → my-app). You can customize the subdomain before creating. Once created, you're dropped straight into the IDE.

NoteSubdomains must be lowercase letters, numbers, and hyphens only. They can be changed later in Domain Settings.