Shashogo Woreda Integrated Digital System (SWIDS) is a secure e-government platform that connects citizens and government offices, enabling online services, digital records, and efficient public service delivery in Shashogo Woreda, Ethiopia.
# Vibe Coding Platform
An end-to-end coding platform where users enter text prompts and an AI agent generates full-stack applications in a sandboxed environment with live preview, file explorer, and command logs.
## Features
- Multi-model support via AI Gateway (Claude, GPT, Grok)
- Secure code execution with Vercel Sandbox
- Real-time live preview of generated apps
- File explorer for browsing project files
- Command logs and error monitoring
- One-click deploy to Vercel
## Tech Stack
- Next.js with Turbopack
- AI SDK v6
- Vercel AI Gateway
- Vercel Sandbox
- Tailwind CSS
- shadcn/ui
## Getting Started
### Run Locally
```bash
pnpm install
pnpm dev
```
Open
localhost.
## Supported Models
- Claude Opus 4.6
- Claude Sonnet 4.6
- GPT-5.3 Codex
- Grok 4.1 Reasoning
## Deploy
Click the deploy button above or run:
```bash
vc deploy
```