Powered by Amazon Bedrock · Native AWS Cloud Persistence

The AI-First Code Editor
Built for Velocity.

A clean, fast workspace for serious code. Agentic chat, deep codebase context, and instant DynamoDB backup powered by Amazon Bedrock.

Download for macOS & Windows
0:00
BuildeX Coder IDE — src/services/bedrockStream.ts
ap-south-1
src
services
TS bedrockStream.ts
TS dynamoStore.ts
TS authManager.ts
TS bedrockStream.test.ts
{} package.json
tsconfig.json
TS bedrockStream.ts
TS dynamoStore.ts
src services bedrockStream.ts streamBedrockCompletion()
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import { BedrockRuntimeClient, InvokeModelWithResponseStreamCommand } from "@aws-sdk/client-bedrock-runtime";
import { DynamoDBSessionStore } from "./dynamoStore";
 
export async function* streamBedrockCompletion(prompt: string, sessionId: string) {
  const client = new BedrockRuntimeClient({ region: "ap-south-1" });
  const context = await DynamoDBSessionStore.getContext(sessionId);
 
  // Optimized via Claude 3.5 Sonnet: Stream tokens with SigV4
  const command = new InvokeModelWithResponseStreamCommand({
    modelId: "anthropic.claude-3-5-sonnet-20241022-v2:0",
    contentType: "application/json",
    body: JSON.stringify({ prompt, max_tokens: 4096, prompt_cache: true })
  });
 
  const response = await client.send(command);
  for await (const chunk of response.body!) {
    yield JSON.parse(new TextDecoder().decode(chunk.chunk?.bytes)).delta?.text ?? "";
  }
}
zsh
Yusha@MacBook-Air:~/buildex-project (main)npm run test:bedrock
> buildex-aws@1.0.0 test:bedrock
> vitest run src/services/bedrockStream.test.ts
✓ src/services/bedrockStream.test.ts (3 tests) 318ms
   ✓ authenticate AWS SigV4 credentials (ap-south-1) (42ms)
   ✓ stream Claude 3.5 Sonnet tokens via Bedrock Runtime (186ms)
   ✓ persist session context in DynamoDB buildex_chats (89ms)
Test Files 1 passed (1) | Tests 3 passed (3) | Duration 412ms
B Bedrock Assistant
Claude 3.5 Sonnet
Refactor bedrockStream.ts to add streaming & token caching
Claude 3.5 Sonnet via Amazon Bedrock 184ms · 412 tok
Verified AWS SigV4 credentials. Optimized streaming pipeline using Amazon Nova Micro and DynamoDB token caching:
src/services/bedrockStream.ts Apply to Editor
+ import { InvokeModelWithResponseStreamCommand }
+ prompt_cache: true,
+ max_tokens: 4096
main* 0 0 ⚡ 500 / 500 Credits · DynamoDB Synced
TypeScript UTF-8 Ln 12, Col 4 BuildeX
Instant Monaco Workspace
Quick shortcuts (⌘ O, ⌘ S, ⌘ F) with zero startup lag
Bedrock AI Chat Assistant
Plan features, fix bugs, and refactor code in-editor
Integrated Terminal
Native PTY shell with full zsh/bash interactive support
Per-User Cloud Isolation
DynamoDB partitioned chats and 500 included credits

Engineered for Autonomous Coding

BuildeX marries the speed of Monaco Editor with native AWS cloud infrastructure.

Amazon Bedrock & Claude 3.5 Engine

Direct SigV4 bearer token authentication generates low-latency streaming inference without external proxies. Supports Amazon Nova Micro for lightning-fast autocomplete and Claude 3.5 Sonnet for deep architectural refactoring.

Autonomous Cloud Agents

Multi-step agentic workflows that plan features, review security vulnerabilities, run tests, and push Git commits automatically.

Per-User Data Isolation in DynamoDB

Each user account is partitioned cleanly in Amazon DynamoDB. Chat histories, custom credits, and user profiles stay isolated. Log out on any device, and your chats are restored from the cloud when you sign back in.

Native Windows & macOS Performance

Custom frameless titlebars with native Windows minimize/maximize/close buttons and macOS traffic lights. Integrated terminal (xterm.js) and 5 tuned dark themes with zero UI clipping.

BuildeX Cloud Agents

Run autonomous tasks in the cloud. Review PRs, execute test suites, and refactor architectures.

Signed-In Access Only

Launch Autonomous Agents from Any Browser

Connect your AWS credentials or use included Cloud Credits. Execute background agent workflows that sync directly into your BuildeX Desktop IDE workspace.

Explore Architecture

Transparent Plans

Start with generous included usage, or upgrade for cloud agent access and priority Bedrock inference.

Free

Essential AI assistance for individual developers and open-source creators.

₹0 / mo
  • 500 Cloud Credits included
  • Amazon Nova Micro fast chat
  • Full Monaco editor & 5 themes
  • DynamoDB cloud chat backups

Enterprise

Uncapped horsepower for high-scale teams and autonomous pipelines.

₹1,999 / mo
  • 10,000 Cloud Credits included
  • Bring Your Own AWS Credentials (BYOC)
  • Dedicated Agent Orchestration Nodes
  • Custom VPC Endpoint configuration

Download BuildeX

Available for macOS and Windows. Lightweight, native desktop performance.

macOS

Apple Silicon & Intel (.dmg · 120 MB)

Download .dmg

Windows

Windows 10 / 11 64-bit (.exe · 93 MB)

Download .exe (x64)

Overview

Your included usage
0% used
Resets next billing cycle
Start ₹649 /mo.

Intelligent coding from day one.

AWS Cloud Credits Balance
500
Credits remaining for Bedrock inference

Settings

Integrations

AWS Amazon Bedrock

Active in region ap-south-1

● Connected

Spending

Current Usage
₹0.00

Included in Free Tier

BuildeX

Sign In to Launch Cloud Agents

BuildeX Cloud Agents are accessible with an active developer account. Sign in with AWS Cognito to run autonomous workflows, manage usage, and sync with your desktop IDE.

BuildeX

Authorize BuildeX Desktop IDE

Your desktop application is requesting access to your BuildeX account.