Building automations & AI agents that actually ship.

I build n8n flows, agents, and full-stack web apps end-to-end, for founders who want output, not opinions.

View work
n8nn8n
OpenAIOpenAI
AnthropicAnthropic
LangChainLangChain
MakeMake
ZapierZapier
Next.jsNext.js
ReactReact
TypeScriptTypeScript
TailwindTailwind
FigmaFigma
PostgresPostgres
SupabaseSupabase
PythonPython
VercelVercel
n8nn8n
OpenAIOpenAI
AnthropicAnthropic
LangChainLangChain
MakeMake
ZapierZapier
Next.jsNext.js
ReactReact
TypeScriptTypeScript
TailwindTailwind
FigmaFigma
PostgresPostgres
SupabaseSupabase
PythonPython
VercelVercel
Nassim Baheddi, Algiers, Algeria
Nassim BaheddiAlgiers, Algeria
online
About

I design what I build.

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.

Services

Three things I do, all the way to production.

Trigger
Agent
Route
Log
01automation

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.

page.tsx
export default fn Page() {
return <Hero />
}
localhost:3000
02web

Web Development

I build production-grade web apps and marketing sites with Next.js. Fast, accessible, and easy for your team to keep updated.

Layers
Hero
Marquee
Services
CTA
Tokens
03design

UI / UX Design

I design interfaces with hierarchy, restraint, and a point of view, from a single landing page to a full product design system.

Selected Work

Things I've built that earned their keep.

See more
How I work

A pipeline, not a meeting schedule.

  1. 01

    Discover

    30-min call. I map the bottleneck, the goal, and what success looks like in numbers.

  2. 02

    Design

    I scope a clear plan: stack, architecture, screens, milestones, and a fixed price.

  3. 03

    Build

    I send async updates every few days. Working previews from week one. No black box.

  4. 04

    Launch

    I deploy, document, and hand it off. Two weeks of free tweaks afterward.

Craft

Clean code. Reusable building blocks.

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
TS
// 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 });
}
Let's talk

Got something to build?

I take a small handful of projects per quarter. Tell me what you're working on. I reply within a day.

nassimbaheddi@gmail.com