AI Tools That Actually Work—Built Solo

My portfolio: api0.ai | cVenom (live) | Solanize (MVP) - All powered by my Rust 🦀 + AI tech

What I Build

AI tools that actually work, powered by Rust 🦀

LIVE

API0.AI

English → API magic, no docs needed

Rust-powered NLP routing

LIVE

CVENOM

CV + Job → Perfect match in seconds

AI resume optimizer, bypass ATS systems

MVP

SOLANIZE

Chat → Solana swaps instantly

MVP under heavy development

YOUR PROJECT

Custom AI with my Rust stack

Your product, my portfolio tech

BOOK 30MIN FREE

API0.AI - My Flagship Solution

My flagship solution that uses advanced NLP to match user inputs to API endpoints, reducing integration complexity for businesses.

  • âś“
    Minimal setup with JavaScript SDK
  • âś“
    Secure API key management with domain restrictions
  • âś“
    Scalable for enterprise traffic
  • âś“
    Powers all my portfolio tools
const api0 = await Api0.initialize({
  apiKey: "your-api-key",
  domain: "yourcompany.com"
});

Powers all my tools

30min FREE: Build your AI edge with my Rust portfolio

Book a free consultation to see how my proven AI tools can power your business

Get in Touch

Latest insights

Thoughts and tutorials on Rust, LLM integration and AI agent development.

rustNovember 2, 2025

Understanding Rust Move Closures: A Guide for JavaScript Developers

Learn how Rust move closures work compared to JavaScript closures - ownership, threading, and when to use the move keyword

rustOctober 23, 2025

Boosting Rust Hot Loops: Slashing Branch Mispredictions

Low-level optimization in Rust, focusing on minimizing branch mispredictions in performance-critical loops

rustOctober 1, 2025

SIMD in Rust: Optimizing Matrix Multiplication

Leveraging Rust’s SIMD support for accelerating matrix multiplication with considerations for portability and correctness