Agents & Automation
I build custom workflows that move data, qualify leads, and run ops while you sleep. End-to-end in n8n, Make, or a custom agent.
I build n8n flows, agents, and full-stack web apps end-to-end, for founders who want output, not opinions.

I'm Nassim, a third-year CS student at École Nationale Supérieure d'Informatique (ESI), Algiers, freelancing on automations, agents, and web products.
I work fast and write clean code. I care about typography, motion, and the small details that decide whether a product feels considered or assembled.
I take on a small handful of projects per quarter, usually one big build and a couple of focused sprints. If yours is a fit, I reply within a day.
I build custom workflows that move data, qualify leads, and run ops while you sleep. End-to-end in n8n, Make, or a custom agent.
I build production-grade web apps and marketing sites with Next.js. Fast, accessible, and easy for your team to keep updated.
I design interfaces with hierarchy, restraint, and a point of view, from a single landing page to a full product design system.
30-min call. I map the bottleneck, the goal, and what success looks like in numbers.
I scope a clear plan: stack, architecture, screens, milestones, and a fixed price.
I send async updates every few days. Working previews from week one. No black box.
I deploy, document, and hand it off. Two weeks of free tweaks afterward.
I write code that other developers (and your future hires) can read at a glance. Strong conventions, small surface area, no clever tricks.
// app/api/qualify/route.ts
import { NextRequest } from "next/server";
import { agent } from "@/lib/agent";
export async function POST(req: NextRequest) {
const lead = await req.json();
const score = await agent.score(lead);
if (score >= 0.75) await notifySlack(lead, score);
return Response.json({ ok: true, score });
}I take a small handful of projects per quarter. Tell me what you're working on. I reply within a day.