By Sagittarius1 · Developer Toolchain

Aquarius
Coder.

// The IDE that thinks with you.

A premium browser-based IDE with Monaco editor, multi-file workspace, live preview, and Aquarius AI built right in — no install, no friction, no limits.

0
Languages
Files per Project
0ms
Install Time
AI
Always Available
scroll
Premium Browser IDE

Code anywhere.
Ship faster.

Aquarius Coder brings the power of a desktop IDE to your browser — Monaco editor, intelligent AI assistance, live preview, and a complete multi-file project manager. Zero setup, instant start.

Open Aquarius Coder
Core 01
Monaco Editor Engine
The same editor powering VS Code, running fully in your browser with syntax highlighting, IntelliSense, bracket pairing, error lens, and diff view.
Core 02
Alpanzo AI — 3 Models
Inline AI with full codebase context. Choose from Alpanzo, Alpanzo Deep, or Alpanzo R8 — debug, optimize, explain, and stream responses with reasoning transparency.
Core 03
Multi-File Project Manager
Create, rename, duplicate, and switch between unlimited files with a full tab system, searchable tree sidebar, folder support, and one-click ZIP export.
Capabilities

Built for real work.

Every feature is purpose-built for productivity. No bloat, no friction — just the tools that matter when you're in the zone.

Live Preview

Instant side-by-side rendering for HTML, CSS, and JavaScript as you type. Resizable pane with debounced updates — see changes in real time without lifting a finger.

Multi-Language Runner

Run JavaScript, HTML, CSS, Python (via Pyodide), and SQL (via AlaSQL) in an isolated output window. Full console capture with error reporting and line highlighting.

AI Diff View

When AI suggests a fix, review it in a side-by-side Monaco diff editor. Apply or cancel in one click — never blindly accept AI edits again.

Error Lens

Errors are highlighted inline at the exact line, with the message rendered right beside the code. The AI Fix button auto-activates to resolve issues instantly.

ZIP Export

Download your entire multi-file project as a ZIP archive with one click — or export individual files. Built on JSZip with no size limits imposed by the IDE.

Theme Switcher New

Three built-in themes — Dark, Light, and High Contrast — instantly switchable from the header. Monaco editor theme syncs automatically with your selection.

File Tree with Folders New

Organize your project with a hierarchical file tree. Use folder/file.js naming to automatically group files into collapsible folder nodes in the sidebar.

Reasoning Transparency New

Alpanzo Deep and R8 expose their thinking process in collapsible <think> blocks rendered live as the response streams in.

Mobile-First Design

A quick-access symbol keyboard, collapsible file sidebar, floating AI button with first-use tooltip, and full-screen preview overlay make Aquarius Coder fully usable on any touch device.

Documentation

Build with Aquarius.

Everything you need to get productive fast — from first keypress to AI-assisted refactoring, all documented here.

Getting Started
Quick Start
Editor Features
AI Integration
AI Assistant
AI Tools
File Management
File Tree & Folders
Export & Download
Customization
Themes
Keyboard Shortcuts
Advanced
API Reference
Supported Languages
PWA & Offline
Quick Start

Start coding in seconds

Aquarius Coder runs entirely in the browser — no installation required. Open it, sign in, and you're writing code with full AI assistance within moments.

1
Open the IDE — Navigate to aquariuscoder.pages.dev in any modern browser.
2
Sign In — Use your Sagittarius1 account. No account? Create one free at Sagittarius1-auth.pages.dev.
3
Select a language — Use the language picker in the header to choose from 36+ supported languages. Monaco loads instantly.
4
Open the AI panel — The AI sidebar is open by default on desktop. On mobile, tap the floating bot button in the bottom-right corner.
5
Choose your model — Select Alpanzo, Alpanzo Deep, or Alpanzo R8 from the dropdown in the AI panel header.
Editor Features

Monaco Editor Capabilities

Powered by Monaco Editor — the engine behind VS Code. All its power, directly in the browser with the custom Aquarius dark theme.

FeatureDescription
Syntax HighlightingCustom Aquarius theme with full token colorization for all supported languages
IntelliSenseAuto-completion, parameter hints, and hover documentation inline
Error LensInline error display at exact line with AI Fix button activation
Diff ViewSide-by-side Monaco diff editor for reviewing AI suggestions safely
Multi-File TabsUnlimited files with persistent localStorage state and auto-save
Find & ReplaceFull regex-capable find/replace panel (Ctrl+F)
Word WrapToggle word wrap on/off via toolbar or Alt+Z
Font ZoomIncrease or decrease editor font size (10px–24px) from the toolbar
Go to LineJump directly to any line number via the toolbar or Ctrl+G prompt
Auto-SaveSaves to localStorage automatically on every keystroke (800ms debounce)
AI Assistant

Alpanzo AI — Three Models, Built In

The AI panel has full context of your open file and maintains a rolling conversation history of the last 10 turns. Choose your model from the dropdown, then use quick action buttons or chat freely. All responses stream in real time with Markdown and code block rendering.

ModelEndpointBest For
Alpanzo/api/chatFast completions, quick edits, simple questions
Alpanzo Deep/api/deepComplex refactoring, architecture, multi-step reasoning (default)
Alpanzo R8/api/r8Advanced analysis, algorithmic problems, deep explanation

Quick action buttons in the AI panel:

ActionDescription
ReviewReview code for best practices, potential bugs, and security issues
ExplainPlain-English explanation of what your code does, step by step
Debug & FixIdentify bugs and return a corrected version — uses last Error Lens error if available
Review DiffAny AI suggestion containing code opens in the diff viewer for safe inspection before applying
Apply to EditorReplace editor contents with the AI-suggested code in one click
Stop GenerationCancel an in-progress AI response at any time with the ■ button

The AI panel also renders reasoning blocks — when Alpanzo Deep or R8 exposes a <think> tag, it appears as a collapsible "Thinking Process" detail block that pulses while still streaming, then collapses when complete.

AI Tools New

AI Write, Format & Convert

Three powerful AI-powered editor tools accessible from the editor toolbar or menus — these go beyond chat to directly transform your code.

ToolHow It Works
AI WriteOpens a prompt modal. Describe what you want to build and the AI generates a complete file from scratch in the current language, replacing the editor contents.
AI FormatReformats the current file to enforce best practices, clean indentation, and idiomatic patterns for the selected language. Triggered via ShiftAltF.
Convert LanguageOpens a language picker grid. Select a target language and the AI rewrites the code using idiomatic patterns. The result is saved as a new file tab (e.g. converted.py).

All three tools show an editor overlay with animated loading dots while the AI is working. If the response contains a code block, only the code is extracted and applied — no markdown artifacts left in the editor.

File Tree & Folders New

Hierarchical File Tree

The file sidebar renders a live tree view of your project. Files are automatically grouped into folder nodes based on their name — no separate folder creation step needed.

1
Create a folder structure — Name a file components/Button.jsx and the sidebar will automatically create a components/ folder node containing it.
2
Expand/collapse folders — Click any folder header to toggle it open or closed. State persists during the session.
3
Search across all files — Type in the search box at the top of the sidebar to filter files by name. Folders auto-expand when a search is active.
4
Per-file actions — Each file in the tree shows Rename, Duplicate, Download, and Delete buttons on hover.

Files are sorted alphabetically within each folder, with folder nodes always listed above files.

Export & Download

Saving Your Work

Aquarius Coder auto-saves everything to localStorage on every keystroke. For portable exports, two download options are available.

MethodDescription
Single File DownloadClick the download icon next to any file in the sidebar to save it as a plain text file with the correct extension.
Download ZIPDownloads all project files as a aquarius_project.zip archive. Accessible via the "⋯ More Actions" menu or the mobile actions menu. Powered by JSZip.
Duplicate FileCreates an in-editor copy of any file with _copy appended to the filename, switchable instantly.
Themes New

Three Editor Themes

Switch between three full-IDE themes from the sun/moon icon in the header. Your selection is remembered across sessions via localStorage.

Dark Default
Light
High Contrast

Theme changes apply across all UI surfaces simultaneously — the sidebar, panels, modals, status bar, and Monaco editor all update together.

Keyboard Shortcuts

Keyboard Shortcuts

Aquarius Coder supports standard Monaco shortcuts plus custom global shortcuts for key IDE actions. The chat input supports command history navigation with and .

Run current file
F5
Save to localStorage
CtrlS
Find / Replace
CtrlF
Undo / Redo
CtrlZ / Y
Toggle line comment
Ctrl/
AI Format Code
ShiftAltF
Toggle Word Wrap
AltZ
Toggle Live Preview
AltP
Close modals / menus
Escape
Chat history (prev/next)

On mobile, a quick-key toolbar provides instant access to common symbols: ( ) { } [ ] ; = " '

API Reference

Backend Endpoints

Aquarius Coder connects to Sagittarius1-managed Cloudflare Worker endpoints for AI inference and authentication. All requests use session-based authentication managed by session.js.

POST/api/chatAlpanzo — fast inference (SSE streaming)
POST/api/deepAlpanzo Deep — reasoning model (SSE streaming)
POST/api/r8Alpanzo R8 — advanced analysis (SSE streaming)
POST/api/authLogin with email + password
POST/api/auth?restoreBackground session validation
GET/api/authSession lookup & user data refresh

All chat endpoints accept a history array (last 10 turns) and a prompt string that includes the editor's current language and file contents automatically. Streaming responses are parsed as SSE — each data: line is decoded as a JSON delta chunk.

Supported Languages

36+ Languages

All Monaco-compatible languages with full syntax highlighting and IntelliSense where available. Language is auto-detected from the file extension when a file is renamed or created.

JavaScriptTypeScriptPythonHTMLCSS / SCSS / LessSQL / MySQLJSONJavaC / C++C#GoRustPHPRubySwiftKotlinYAMLMarkdownDockerfileShellPowerShellGraphQLRLuaPerlF#VBClojureCoffeeScriptHandlebarsPugini / bat / xml+ more

Extension auto-detection mappings: .js → javascript, .py → python, .rs → rust, and 15 more. Switching language from the picker also auto-renames the active file's extension.

PWA & Offline

Install as a Progressive Web App

Aquarius Coder is a fully compliant PWA with a registered Service Worker. You can install it to your device's home screen and use the editor entirely without a network connection.

FeatureDetails
Install PromptAn install button appears in the header when your browser detects the PWA is installable. Tap to add it to your home screen or desktop.
Service WorkerRegistered at /sw.js with scope /. Handles offline caching of IDE assets automatically.
Auto-UpdateAn update banner appears when a new version of the SW is detected. Click "Update" to reload to the latest build without losing your work.
Persistent FilesAll files and settings survive offline sessions — stored in localStorage and rehydrated on every load.
Theme ColorNative OS chrome tinted to #00d4c8 when launched in standalone mode.
What's New

Changelog.

A running log of features shipped, improvements made, and issues resolved across each Aquarius Coder release.

v2.4
2026
New Improved
  • Three AI models — Alpanzo, Alpanzo Deep, and Alpanzo R8 are selectable inline from the AI panel header dropdown.
  • Reasoning blocks — <think> tags from Deep/R8 rendered as live collapsible "Thinking Process" details, pulsing while streaming.
  • Stop Generation button — Cancel any in-progress AI response immediately with the ■ button; aborted responses are preserved in the chat.
  • Theme switcher — Dark, Light, and High Contrast themes for the full IDE, persisted in localStorage and synced to Monaco editor theme.
  • Hierarchical file tree — Sidebar now renders folder nodes from slash-delimited file names with expand/collapse and search auto-expand.
  • Floating AI button on mobile now shows a first-use tooltip with pulse animation, hidden after first interaction.
v2.3
2025
New Improved
  • AI Write modal — Describe a program in plain language and generate a complete file from scratch via prompt.
  • AI Format — Reformat and clean code with best-practice enforcement (Shift+Alt+F).
  • Language Converter — Convert code to any of 36+ languages; result opens as a new file tab.
  • Multi-turn conversation memory — AI retains the last 10 turns of context across Quick Actions and chat messages.
  • Command history in chat — Use ↑/↓ arrow keys in the chat input to navigate previously sent messages.
  • Code blocks in AI responses now show a copy button on hover.
  • AI responses containing code blocks display Review Diff and Apply to Editor action buttons.
v2.2
2025
New Security
  • PWA support — Service Worker registration, offline caching, install-to-home-screen prompt, and auto-update banner.
  • Background session validation — Auth is rehydrated from cache instantly; server validates in background and only logs out on explicit 403 or suspension.
  • Account suspension handling — Blocked accounts are detected server-side and immediately logged out with an informative message.
  • User chip & dropdown — Signed-in user shown in header with avatar, full name, handle, email, and sign-out button.
  • Language auto-detection on file rename — changing a file's extension now switches the Monaco language mode automatically.
v2.1
2025
Improved Fix
  • Live Preview resizer — Drag the divider between editor and preview to any width; constrained between 120px and edge.
  • AI panel resizer — Drag the AI sidebar to up to 60% of screen width on desktop.
  • Editor toolbar — Dedicated row with Font Zoom, Word Wrap, Find, Go to Line, AI Format, and Live Preview toggle.
  • Status bar — Real-time display of language, line count, byte size, cursor position, and save state indicator (saved/dirty dot).
  • Diff view correctly disposes old Monaco models before creating new ones, preventing memory leaks.
  • Pyodide runner now loads packages from imports before executing Python, reducing import errors.
v2.0
2024
New
  • Multi-file workspace — Unlimited file tabs with localStorage persistence, rename-on-double-click, and ZIP export.
  • Monaco Diff Editor — AI suggestions open in a side-by-side diff view before being applied.
  • Error Lens — Runtime errors are pinned inline at the offending line with AI Fix button activation.
  • Python runner — Full Pyodide integration with package auto-import, stdout/stderr capture, and HTML output rendering.
  • SQL runner — AlaSQL-powered in-browser SQL execution with multi-statement support and formatted table output.
  • Custom Aquarius Monaco theme with purple/pink/gold token colors and full bracket highlighting.
Infrastructure

Engineered for
the edge.

Aquarius Coder runs on Cloudflare's global edge network. Every request is routed to the nearest PoP for near-zero latency, enterprise-grade protection, and bulletproof reliability.

Built on Cloudflare Workers

Our security infrastructure runs on Cloudflare.

Every AI request, code execution, and user session is handled by Cloudflare Workers across 300+ global data centers. This isn't just a CDN — it's a security-first, serverless architecture that makes Aquarius Coder one of the fastest and most resilient browser IDEs available.

DDoS Protection

Unmetered, always-on DDoS mitigation at the network edge. The IDE stays available no matter what traffic is thrown at it.

Edge Inference

AI requests are routed to the nearest Cloudflare PoP, delivering sub-100ms response starts for most global users.

Secure Auth

Token-based authentication with background session validation. Credentials are never stored in plaintext and sessions are re-verified on every load.

Persistent Storage

Files, settings, and theme preferences are saved to localStorage automatically. Your work is never lost — even if the tab closes unexpectedly.

Offline-Ready PWA

Aquarius Coder is a Progressive Web App with a Service Worker. Install it to your home screen and keep coding without a connection.

Privacy by Design

No tracking, no ads, no data brokers. Your code and conversations stay private. Sagittarius1 products are ad-free by principle.

Open your
editor.

Aquarius Coder is live, free to use, and waiting for your first keystroke. No install. No friction. Just code.

Launch Aquarius Coder Visit Sagittarius1