struct Miruamel {
role: &'static str,
location: &'static str,
focus: Vec<&'static str>,
building: &'static str,
}
impl Miruamel {
fn new() -> Self {
Self {
role: "AI Framework & Tooling Engineer",
location: "Indonesia ๐ฎ๐ฉ",
focus: vec![
"AI Agents",
"AI Frameworks",
"Tooling",
"Infrastructure"
],
building: "Production-ready AI tools and frameworks",
}
}
fn say_hi(&self) -> &str {
"Thanks for stopping by! Let's build something amazing together."
}
}| Project | Description | Language | Stars |
|---|---|---|---|
| xingyu | Terminal AI coding agent: prompt in, verified codebase out. Bun-native, mock-first, spend-capped. | TypeScript | โญ 1 |
| xuan | Multi-provider LLM gateway: OpenAI-compatible chat endpoint with per-provider request/response translation and automatic fallback. | TypeScript | โญ 1 |
| shiyu | CLI DevTool ending Configuration Fatigue โ AST-safe path-alias sync from tsconfig to vite / vitest / webpack / rollup / eslint | TypeScript | โญ 1 |
- ๐จ xingyu โ Terminal AI coding agent: prompt in, verified codebase out. Bun-native, mock-first, spend-capped. (TypeScript)
- ๐จ xuan โ Multi-provider LLM gateway: OpenAI-compatible chat endpoint with per-provider request/response translation and automatic fallback. (TypeScript)
- ๐จ shiyu โ CLI DevTool ending Configuration Fatigue โ AST-safe path-alias sync from tsconfig to vite / vitest / webpack / rollup / eslint (TypeScript)


