Selected Works
Web AppsScalApp
Automated Venture Management
Full-featured platform built for ScalApp, a France-based no-code development agency. The project includes a premium showcase website with smooth animations, an investment management dashboard enabling real-time portfolio tracking for clients, and automated API bridges connecting multiple financial data sources. The custom admin interface provides a consolidated performance overview. Pixel-perfect design crafted in Figma, then developed on Webflow with constant attention to detail and user experience.
Web AppsImmoPrive
Real Estate Marketplace
Comprehensive real estate marketplace connecting buyers and sellers in real time on the French market. The platform features advanced geolocation search with an interactive map, detailed property listings with HD photo galleries, a built-in messaging system between buyers and sellers, and secure payments via Stripe. The back-office allows agents to manage their listings, track leads, and analyze performance metrics. Over 200 active listings within the first month of launch. Entirely built on Bubble.
Web AppsYalee Creek Ranch
Property Management
Turnkey property management application built for Yalee Creek Ranch, a Texas-based estate. The owner dashboard centralizes reservation tracking with an interactive calendar, automated rent collection, dynamic generation of custom lease contracts, and automated payment reminders via email. The system also handles maintenance requests and a complete history for each tenant. Built on Bubble with a Figma design, streamlining daily multi-unit rental management without any technical skills required.
Web AppsAlchiimy
AI Dating App
Next-generation dating app that goes beyond appearances. Alchiimy uses an advanced matching algorithm based on emotional and intellectual compatibility, analyzing each user's interests, values, and life goals. The platform offers verified profiles, a step-by-step guided conversation system to build authentic connections before the first date, and themed group events. The UX was entirely designed to encourage real-life meetups over endless swiping. Built on Bubble with special attention to data privacy and security.
Web AppsArtigen
AI Image Generator
AI-powered image generator — completely free with no creation limits. Users describe their idea in text and receive an HD image in seconds. The fullstack architecture relies on Next.js for the frontend and FastAPI (Python) for the backend, with a smart queue system capable of handling 50 to 100 concurrent users even on free-tier hosting. The project includes a generation history, artistic style presets, and a high-resolution mode. Deployed on Vercel (frontend) and Render (API), achieving near-permanent uptime with zero infrastructure costs.
Web AppsFactumation
Invoicing Software
Online invoicing software designed for freelancers, self-employed professionals, and SMBs in Madagascar and Europe. Factumation lets you create polished invoices and quotes in seconds with an intuitive editor, export them as professional ready-to-send PDFs, and connect your business tools via Webhook for automated accounting. The software is 100% free, with no complex signup and no credit card required. It features multi-currency support (Ariary, Euro), payment tracking, and automated reminders. A flagship project entirely built with Claude Code and automated via N8N, showcasing the power of AI in software development.
N8N WorkflowsScraping FlowRemote
Job Listing Automation
Comprehensive N8N workflow that automatically scrapes new remote job listings published on FlowRemote. The system extracts HTML data from each listing (title, company, salary, location, publication date), structures it cleanly, then filters results based on custom criteria. Relevant offers are sent daily via Gmail with professional formatting. The workflow includes a date filter to surface only recent listings and avoid duplicates. Zero manual intervention required — the pipeline runs continuously and adapts automatically to site structure changes.
Visitor Tracking
Real-time Analytics
Real-time visitor tracking system designed to monitor website traffic without relying on Google Analytics. Every visit is automatically captured via a webhook, precisely geolocated (country, city, IP address, ISP), and stored in a structured Airtable database. The N8N workflow filters known IPs to avoid duplicates, enriches data with Webflow CMS information, and feeds an Airtable dashboard with advanced filters. Ideal for analyzing traffic in real time, identifying returning visitors, understanding the geographic origin of your audience, and optimizing conversion rates.
Web AppsAnimation Web
Production-ready Animation Library
Open-source library of 13 production-ready web animations with live previews, one-click copyable code snippets, and configurable props. Each animation is a standalone, documented React component ready to drop into any project. The catalog covers diverse effects: interactive 3D tilt, SVG path draw, animated flow lines, spinning borders, infinite marquee, cursor-following eye tracking, 3D card carousel, asymmetric anti-grid bento layout, and more. Built on Next.js 16 with TypeScript and Tailwind CSS, delivering near-instant load times and smooth navigation between demos. Deployed on Vercel with full source code available on GitHub.
Web AppsPoker Mada
Real-time Multiplayer Poker Game
Real-time Texas Hold'em multiplayer poker game built for Malagasy players. The platform features a lobby system with multiple tables at different skill levels (beginner, intermediate, expert), live gameplay via WebSocket with instant synchronization of every player action, a chip management system, and a global leaderboard. Authentication is handled by Supabase Auth with Google login. The game includes a smart bot system with 3 difficulty levels (easy, medium, hard) that adapts based on the selected table — the easy bot often calls, while the hard bot uses pot odds for its decisions. The responsive interface works on desktop and mobile with smooth animations for every action (bet, raise, fold). Full-stack TypeScript architecture with Next.js client and Node.js server using Socket.io.
Web AppsZeroClaw Agent
Ultra-lightweight Autonomous AI Agent in Rust
Customized fork of ZeroClaw, an autonomous AI agent infrastructure written in 100% Rust. The single binary uses less than 5 MB of memory with sub-10ms cold start, making it one of the most performant AI agents available. The agent supports over 28 AI providers (OpenAI, Anthropic, Groq, Mistral, Cohere, etc.) and connects to 15+ messaging channels simultaneously: Telegram, Discord, Slack, WhatsApp, Matrix, and more. The zero-overhead architecture guarantees maximum performance without a garbage collector or heavy runtime. Deployed on Render with Groq integration for ultra-fast responses. The project demonstrates advanced Rust proficiency, distributed architectures, and multi-platform AI agent integration.
Web AppsPortfolio Webflow MCP
AI-driven Portfolio via MCP
Webflow portfolio entirely built and managed by Claude AI in real time via the MCP (Model Context Protocol). This project demonstrates how AI can drive a Webflow site end-to-end: CMS collection creation, dynamic content addition, application of 13 custom styles, SEO optimization (meta tags, Open Graph, sitemap), and automatic publishing. The architecture combines two MCP servers — MCP Webflow for accessing Webflow's Designer and Data APIs, and MCP Chrome DevTools for real-time navigation, screenshots, and DOM analysis. In a single session, the AI performed competitor SEO audits, identified target keywords (n8n, claude code, no-code, automation), created a complete "Projects" CMS collection, and published the site. The project also documents discovered Webflow API limitations.
Web AppsFacebook AI Agent
AI-powered Facebook Automation Agent
AI-powered Facebook automation agent capable of automatically managing interactions on Facebook pages. The system relies on a RAG (Retrieval-Augmented Generation) architecture that indexes business documents (FAQs, product catalogs, policies) to generate contextual and accurate responses. The FastAPI backend receives Facebook events via webhooks, analyzes comment and Messenger message content, searches for relevant information in the vector database, then generates a personalized response via Anthropic Claude or OpenAI. The project includes a complete Next.js dashboard for monitoring conversations, visualizing engagement statistics, and configuring auto-reply rules. The agent also handles intelligent post scheduling and audience analysis. Designed for Malagasy businesses looking to automate their Facebook presence without sacrificing interaction quality.
PaidMada
Madagascar Mobile Money Payment API
Unified REST API for mobile money payments in Madagascar, centralizing the country's three operators into a single interface: MVola (Telma, prefixes 034/038), Orange Money (prefixes 032/037), and Airtel Money (prefix 033). The system automatically detects the provider from the phone number and routes the transaction to the correct operator. The architecture includes a ready-to-use TypeScript client SDK, webhook callbacks for real-time transaction tracking, a mock mode for testing without connecting to real APIs, HMAC signature verification for security, and rate limiting for abuse protection. Each provider implements a common abstract class (BaseProvider), ensuring a consistent interface. Data validation is handled by Zod with strict schemas for every request. Specifically designed for the Malagasy market, PaidMada drastically simplifies mobile money payment integration in any web or mobile application.
GEO SEO Boost
Claude Code Skill for GEO+SEO Auditing
Open-source Claude Code skill that automates GEO (Generative Engine Optimization) and SEO audits with real Google Search Console data. The tool offers 13 sub-commands covering the full optimization spectrum: comprehensive audit, AI citability analysis, AI crawler verification (robots.txt, meta tags, HTTP headers), llms.txt file generation, brand mention scanning, platform-specific analysis (Google AI Overviews, ChatGPT, Perplexity, Gemini, Bing Copilot), schema markup audit, technical SEO analysis, E-E-A-T content evaluation, and professional PDF report generation. The system produces dual scoring: GEO Score (0-100) for AI visibility and SEO Health Score (0-10) for traditional search ranking. The architecture relies on 5 specialized parallel agents, Python scripts (BeautifulSoup, ReportLab), and native Google Search Console API integration via MCP.