Developers

Built for engineers who live in the terminal

SDK preview, API roadmap, and integration plans—designed for teams shipping Laravel, React, Next.js, and mobile apps.

Repo-aware chatPrompt generator for Cursor, Lovable, and v0Laravel/React/Next.js optimized workflowsBangla-English explanationsTest generationAPI documentation generator

SDK preview

TypeScript SDK for review, generation, and structured coding tasks. API keys and hosted endpoints roll out during beta.

API roadmap

REST endpoints for teams that want ArtixCode inside CI, internal tools, or custom dashboards—with rate limits and audit logs.

GitHub integration

Planned repo-aware context, pull request summaries, and safe diff-scoped suggestions—without training on private code by default.

Install

install.ts
npm install @artixcode/sdk

Initialize

initialize.ts
import ArtixCode from "@artixcode/sdk"

const client = new ArtixCode({
  apiKey: process.env.ARTIXCODE_API_KEY
})

Review

review.ts
await client.review({
  files: ["app/Http/Controllers/AuthController.php"],
  checks: ["security", "bugs", "performance"]
})

Choose the right model for the workflow

Planned model variants are designed for different developer workflows. All recommendations below are roadmap targets — not currently available unless marked otherwise.

On-device quick explanation

Mohuya NanoMohuya Lite

Local coding assistant

Mohuya Coder

Debugging and logs

Aziha Debug

Security review

Aziha Secure

Repository audit

Aronna AuditAronna Enterprise

Future model access

ArtixCode is planning developer access to upcoming roadmap models through public APIs, SDKs, and private team workflows. All items below are planned—not currently available.

  • PlannedPublic API access planned
  • PlannedSDK access planned
  • PlannedPrivate team model access planned
  • PlannedRepository scanning planned
  • PlannedVS Code workflows planned

Developer docs (coming during beta)

Full API reference, authentication guides, and VS Code extension documentation will ship alongside beta onboarding. Join the waitlist to get early access.

Build on ArtixCode early

Join the private beta to preview SDK endpoints, share integration feedback, and shape the developer platform.