Websites
Landing pages, business sites and portfolios. Responsive, fast and built around your content, not a template.
Websites, web applications and cross-platform desktop apps on Electron. Designed with care — built with code.
Landing pages, business sites and portfolios. Responsive, fast and built around your content, not a template.
Configurators, dashboards, forms and custom interfaces — pages that work as a tool, not just a brochure.
Cross-platform apps on Electron for Windows, macOS and Linux — built with web technologies, installed like any regular program.
Clean, documented code that can be updated and extended after launch — by me or by your own team.
// A few lines of math draw the whole picture.
// Move the pointer over the result.
function draw(time) {
ctx.clearRect(0, 0, width, height);
for (let i = 0; i < 22; i++) {
ctx.beginPath();
for (let x = -8; x <= width + 8; x += 8) {
const wave = Math.sin(x / 46 + time / 900 + i / 3);
const bump = Math.exp(-((x - mouseX) ** 2) / 6000) * 22;
ctx.lineTo(x, 60 + i * 13 + wave * (6 + i / 2) - bump);
}
ctx.lineTo(width + 8, height + 20);
ctx.lineTo(-8, height + 20);
ctx.fillStyle = "#22272e";
ctx.strokeStyle = `hsl(208 50% ${28 + i * 2.6}%)`;
ctx.fill();
ctx.stroke();
}
frame = requestAnimationFrame(draw);
}
Move or drag across the waves
Seven stages, one person, no handoffs lost in translation. Async by default, weekly syncs, every decision documented in the repo — not buried in a chat history.
Discovery call, goals, audience and competitors — so we solve the right problem, not just a nice one.
Brief & scopeSitemap, content model and user flows — the skeleton everything else has to agree with.
WireframesType, color, spacing and tone locked into tokens — a system, not a one-off set of screens.
Design tokensHigh-fidelity screens for every breakpoint and state — loading, empty, error included.
Clickable prototypeSemantic markup, component architecture, small reviewable commits — no framework left un-questioned.
Git historyCross-browser passes, accessibility checks and a Lighthouse run for websites — and test builds on each target OS for Electron apps.
Lighthouse 95+Deployment to your hosting or ready-to-install builds for Windows, macOS and Linux. CI/CD, monitoring and a short handover doc — so you're never locked to me.
Live site or installerTell me what you need — a website, a web app or an Electron desktop app. A few lines are enough to start. You'll get a reply from the developer directly, usually within 12 hours.
{
"email": "hello@fijman.tech",
"telegram": "@fijman",
"response_time": "< 12h",
"timezone": "UTC+3",
"status": "available",
"services": ["websites", "web apps", "electron"],
"platforms": ["web", "windows", "macos", "linux"],
"handwritten_code": true
}