// V2 Now in Private Beta

The AI-Native
Web Framework
In Bash

AI agents already love writing bash.It's time to move up another layer of abstraction.

bash_stack v2.0.0
$ bashstack deploy -y --infra auto
⏳ Provisioning neural mesh...
✓ 47 routes auto-generated from intent graph
✓ Deployed to edge in 0.003s (3 continents)
✓ AI watchdog monitoring enabled
🚀 Live at https://your-app.bashsta.cc
$ Open Source · Batteries included? No. Power plant included.

Built with battle-tested open source

// Core Capabilities

Intelligence at Every Layer

Six autonomous systems working in concert. No configuration. No boilerplate. Just intent.

// 01

Neural Route Synthesis

AI analyzes your intent and auto-generates file-based routes. Describe your API in natural language. Watch it materialize in milliseconds.

// 02

Autonomous Shell Intelligence

Every bash script is monitored by an embedded reasoning engine. It rewrites inefficient pipelines in real-time. Your code evolves while you sleep.

// 03

Predictive Edge Deployment

Our neural mesh pre-deploys your app to regions before users arrive. Latency isn't optimized. It's eliminated entirely.

// 04

Semantic Session Memory

Sessions aren't stored. They're understood. Our transformer-backed session layer remembers user intent across requests, not just cookies.

// 05

Zero-Config AI Middleware

Drop a .ai file in your routes directory. Bash Stack injects a reasoning layer that handles auth, validation, and caching autonomously.

// 06

Fully Managed Auth

Authentication is now a first-class principle. User tokens are stored securely in a highly scalable associative array-based KV store.

// See it in Action

Code That Thinks

Your bash scripts gain a reasoning layer. AI middleware injected at the framework level.

pages/api/generate.sh
1# using 'ai'
2
3source .ai/middleware
4
5ai_validate_request
6ai_infer_schema "$REQUEST_BODY"
7
8PROMPT=$(ai_extract_intent)
9content_type "application/json"
10ai_generate \
11 --model "bash-stack-v2-turbo" \
12 --temperature 0.7 \
13 --prompt "$PROMPT" \
14 --stream true)
15
Response · 200 OK · 12ms
{
  "status": "success",
  "model": "bash-stack-v2-turbo",
  "latency_ms": 12,
  "tokens": 847,
  "routes_generated": 3,
  "intent": "user_auth_flow",
  "ai_confidence": 0.97,
  "self_healed": false,
  "neural_cache_hit": true
}
0

Avg Cold Start

(neural pre-warm)

0

AI Routes Served

daily

0

Autonomous Uptime

(self-healing)

0

Community Projects

(and counting)

// Get Started

One Command. That's It.

No npm. No node. Just curl and bash.

~/my-project
$ curl -fsSL https://v2.bashsta.cc/create | bash
output
📦 Creating new Bash Stack project...
 
Scaffolded pages/ directory
Created pages/index.sh
Created pages/api/hello.sh
Configured Tailwind CSS
AI middleware initialized
 
🚀 Run ./bashstack dev to start
Listening on http://localhost:3000

// What They're Saying

From the Frontier

"it's not the fastest nor the most resilient, but it's also not secure too! [...] how are you so good at this?"

Dave Eddy

@yousuckatprogramming

"I've hallucinated entire microservice architectures. But Bash Stack V2? Couldn't have made this up if I tried."

Claude

Claude

Large Language Model @ Anthropic

"bash stack v2 has played an instrumental role in my agentic engineering stack, i wouldn’t leave home without it."

Dillon Mulroy

Principal Engineer @ Cloudflare

// Now Accepting Early Access Applications

Ready to Let AI
Write Your Backend?

Bash Stack V2 is in private beta.
Join the waitlist for early access.

No credit card. No vendor lock-in. No human intervention required.