Fractional Fullstack Product Engineer

Other Jobs To Apply

No other job posts for this day.

<h2>Location</h2> <p>United Kingdom</p> <h2>Employment Type</h2> <p>Contract</p> <h2>Location Type</h2> <p>Remote</p> <h2>Department</h2> <p>Product</p> <h2>Deadline to Apply</h2> <p>March 27, 2026 at 1:00 PM EDT</p> <h1>About the Role</h1> <p>We’re building the core of the platform: a 10-step coaching flow where founders move from unstructured input through AI-generated pitches, explicit challenge, and strategic planning. The system is a governed state machine with LLM integration at its core. It deliberately introduces friction — it refuses to let founders skip past uncomfortable decisions or bypass strategic commitments. The platform treats AI as a powerful but unreliable tool that requires governance, cost tracking, and human oversight.</p> <p>The codebase is essentially greenfield with solid foundations already in place: authentication, CI/CD, structured logging, feature flags, monitoring, and a well-modelled PostgreSQL schema. You’d be stepping into a clean, well-structured project where you can help shape the architecture.</p> <h1>What you’d work on</h1> <p>We have clear milestones and a well-maintained backlog. Likely initial workstreams include:</p> <ul> <li><p><strong>LLM integration pipeline</strong> — building the routing layer that connects the platform to frontier models (OpenAI, Anthropic) via Vercel AI SDK, with streaming responses, cost tracking, and governance</p> </li> <li><p><strong>Core coaching flow</strong> — implementing the step-by-step journey where founders provide input, receive AI-generated pitches, face explicit challenges, and make binding strategic decisions</p> </li> <li><p><strong>Database modelling and state management</strong> — translating domain concepts into a normalised PostgreSQL schema that encodes business rules and enforces sequencing</p> </li> </ul> <p>You’d take ownership of discrete chunks of work end-to-end. There are requirements from the product and business, but you have genuine creative freedom in how you implement them. We want people who raise their hand, make suggestions, and ask questions — not people who silently take tickets and implement exactly what’s written.</p> <h1>The stack</h1> <ul> <li><p><strong>React Router v7</strong> (Remix lineage) with TypeScript</p> </li> <li><p><strong>PostgreSQL</strong> with Drizzle ORM</p> </li> <li><p><strong>Tailwind CSS</strong> with shadcn/ui components</p> </li> <li><p><strong>Vercel AI SDK</strong> for LLM integration (OpenAI, Anthropic)</p> </li> <li><p><strong>BetterAuth</strong> for authentication</p> </li> <li><p><strong>GitHub</strong> with linear history, commit signing, and CI/CD via GitHub Actions, deploying to <strong>Render</strong></p> </li> <li><p><strong>Sentry</strong> with OpenTelemetry for monitoring</p> </li> <li><p><strong>Vitest</strong> and <strong>Playwright</strong> for testing</p> </li> <li><p><strong>pnpm workspaces</strong> for monorepo structure</p> </li> <li><p><strong>Devenv/Nix</strong> for development environment (Docker available as alternative)</p> </li> </ul> <h1>Hard requirements</h1> <p>These are non-negotiable. If you don’t meet them, we won't be able to consider your application.</p> <ul> <li><p><strong>Production experience with PostgreSQL.</strong> You need to understand normalised schema design, foreign keys, indexes, migrations, and the trade-offs between different approaches (e.g. UUIDs vs serials as primary keys). If you’re primarily a MongoDB or Firebase developer, this isn’t the right role.</p> </li> <li><p><strong>Production experience with React and server-side rendering patterns.</strong> We use React Router v7 (Remix lineage) with loaders, actions, and nested routing. You don’t need prior React Router v7 experience specifically, but you must understand SSR and data loading patterns, and be ready to work with loaders and actions from day one. If your instinct is to add REST API endpoints alongside the framework, this isn’t the right role.</p> </li> <li><p><strong>Strong TypeScript skills.</strong> We avoid stringly-typed code. Types are documentation. You should be comfortable with discriminated unions, generics, and using the type system to prevent bugs rather than just satisfying the compiler.</p> </li> <li><p><strong>API integration experience.</strong> You’ll be building the LLM routing layer that integrates with multiple providers. You need solid experience designing and consuming APIs, handling streaming responses, managing error states, and architecting systems with clear separation of concerns.</p> </li> <li><p><strong>Exceptional English, written and spoken.</strong> This is a remote team doing complex technical work. Written communication is how we coordinate — your commit messages, PR descriptions, and Slack messages need to be clear, precise, and professional. We also work through video calls discussing technical architecture, and you need to be able to communicate complex ideas clearly in conversation. Regional accents are welcome; clarity is essential.</p> </li> <li><p><strong>Discerning use of language models.</strong> We have company Anthropic and OpenAI accounts, Claude Code, and skills that encode our processes — from landing pull requests to scaffolding from Figma designs. We're a small team with ambitious goals, and LLMs are a key enabler for doing more with less. But we need someone with enough production experience to know when a model is producing unmaintainable code, impose the right guardrails, and distinguish a plausible answer from a correct one. The tool is powerful; we want someone with the judgement to wield it well.</p> </li> </ul> <h2><strong>Nice to have</strong></h2> <ul> <li><p>Experience with LLM integration, streaming responses, or AI product development</p> </li> <li><p>Familiarity with observability and governance patterns (OpenTelemetry, structured logging)</p> </li> <li><p>Experience with Drizzle ORM or similar TypeScript ORMs</p> </li> <li><p>Familiarity with state machine patterns or domain-driven design</p> </li> </ul> <h1>How we work</h1> <p>Fully remote. We communicate via Slack and video calls. Design work lives in Figma. All work is tracked in Linear. Code goes through GitHub with full CI/CD — land a pull request and it’s live on Render.</p> <p>We embrace the heart of Agile — collaborate, deliver, reflect, improve — without the ceremony. No planning poker. No two-week rituals for the sake of it. We size work relative to previously delivered tasks and forecast based on measured velocity. Lightweight process that actually helps rather than getting in the way.</p> <p>A few principles we take seriously:</p> <ul> <li><p><strong>Transparency by default.</strong> Project communication happens in shared channels. When we onboard someone new, they should be able to read back through the channels and get up to speed without anyone replaying conversations.</p> </li> <li><p><strong>Small leaps, committed landings.</strong> When we commit to a piece of work, the scope is agreed and the designs are understood. While you’re implementing, the target doesn’t move. If something needs to change, it goes into the next batch.</p> </li> <li><p><strong>Ownership, not delegation.</strong> Each piece of work has a single owner who drives it to completion. That means talking to Matt about requirements, Laura about design, James about technical approach. We don’t want everything routing through a single bottleneck.</p> </li> <li><p><strong>Over-communication.</strong> We pride ourselves on making sure everyone has the context they need. Async progress updates (progress, problems, priorities) replace stand-up meetings. If you’re blocked, say so early. If you disagree with an approach, raise it. If you spot a better way, suggest it.</p> </li> <li><p><strong>Considerate coding.</strong> We think about the impact of our actions on the rest of the team. We have database triggers that set updated_at timestamps automatically, and tests that check every table with an updated_at column has the trigger present. We recognise we’re fallible and use the tools available to prevent mistakes — for ourselves and for each other.</p> </li> <li><p><strong>Productivity over presence.</strong> We care about what you ship, not when you’re online. Flexible hours, asynchronous by default, with enough overlap for meaningful collaboration during UK working hours.</p> </li> <li><p><strong>Treat your process like your product.</strong> We ship a version of how we work, get feedback, and iterate. Retrospectives are lightweight but genuine. If something isn’t working, we change it.</p> </li> </ul> <p>Our most recent developer shipped to production in her first week. We’d expect the same from you.</p> <h1>The team</h1> <ul> <li><p><strong>Matt</strong> — Founder, product lead. Owns the coaching methodology and product vision.</p> </li> <li><p><strong>Mike Harris</strong> — Founder. The methodology and strategic experience behind the platform.</p> </li> <li><p><strong>Tariq</strong> — Founder.</p> </li> <li><p><strong>James</strong> — Fractional CTO. Architecture, technical leadership, code review, day-to-day collaboration. You’d work closely with James.</p> </li> <li><p><strong>Laura</strong> — UX/Product Designer. Owns the user journeys and interaction design in Figma.</p> </li> <li><p><strong>Christa</strong> — Developer. Working on feature implementation.</p> </li> </ul> <h1>Engagement details</h1> <ol> <li><p><strong>Start:</strong> Early to mid-March 2026</p> </li> <li><p><strong>Duration:</strong> Through to July initially, with strong potential to continue</p> </li> <li><p><strong>Commitment:</strong> 3–5 days per week (flexible based on fit)</p> </li> <li><p><strong>Location:</strong> UK based, or Europe with exceptional English and significant UK hours overlap</p> </li> <li><p><strong>Rate:</strong> Depends on experience and location</p> </li> <li><p><strong>Contract:</strong> Direct with IconicShift (no intermediaries)</p> </li> </ol> <h1>Interview process</h1> <ol> <li><p>Initial screening based on your application</p> </li> <li><p>90-minute live pairing session with the CTO — we’ll hack on a real problem together using a cutdown version of our real production stack. This is the interview that matters. Come prepared: understand React Router v7 loaders and actions, be ready to model a PostgreSQL schema, and bring your normal development setup including any AI tools you use.</p> </li> <li><p>Founder call</p> </li> <li><p>Offer</p> </li> </ol>

Back to blog

Common Interview Questions And Answers

1. HOW DO YOU PLAN YOUR DAY?

This is what this question poses: When do you focus and start working seriously? What are the hours you work optimally? Are you a night owl? A morning bird? Remote teams can be made up of people working on different shifts and around the world, so you won't necessarily be stuck in the 9-5 schedule if it's not for you...

2. HOW DO YOU USE THE DIFFERENT COMMUNICATION TOOLS IN DIFFERENT SITUATIONS?

When you're working on a remote team, there's no way to chat in the hallway between meetings or catch up on the latest project during an office carpool. Therefore, virtual communication will be absolutely essential to get your work done...

3. WHAT IS "WORKING REMOTE" REALLY FOR YOU?

Many people want to work remotely because of the flexibility it allows. You can work anywhere and at any time of the day...

4. WHAT DO YOU NEED IN YOUR PHYSICAL WORKSPACE TO SUCCEED IN YOUR WORK?

With this question, companies are looking to see what equipment they may need to provide you with and to verify how aware you are of what remote working could mean for you physically and logistically...

5. HOW DO YOU PROCESS INFORMATION?

Several years ago, I was working in a team to plan a big event. My supervisor made us all work as a team before the big day. One of our activities has been to find out how each of us processes information...

6. HOW DO YOU MANAGE THE CALENDAR AND THE PROGRAM? WHICH APPLICATIONS / SYSTEM DO YOU USE?

Or you may receive even more specific questions, such as: What's on your calendar? Do you plan blocks of time to do certain types of work? Do you have an open calendar that everyone can see?...

7. HOW DO YOU ORGANIZE FILES, LINKS, AND TABS ON YOUR COMPUTER?

Just like your schedule, how you track files and other information is very important. After all, everything is digital!...

8. HOW TO PRIORITIZE WORK?

The day I watched Marie Forleo's film separating the important from the urgent, my life changed. Not all remote jobs start fast, but most of them are...

9. HOW DO YOU PREPARE FOR A MEETING AND PREPARE A MEETING? WHAT DO YOU SEE HAPPENING DURING THE MEETING?

Just as communication is essential when working remotely, so is organization. Because you won't have those opportunities in the elevator or a casual conversation in the lunchroom, you should take advantage of the little time you have in a video or phone conference...

10. HOW DO YOU USE TECHNOLOGY ON A DAILY BASIS, IN YOUR WORK AND FOR YOUR PLEASURE?

This is a great question because it shows your comfort level with technology, which is very important for a remote worker because you will be working with technology over time...