148 things you can hire a developer for
Each one is a fixed piece of work with a price and a timeline. Pick the closest and ask for a quote — no account needed.
AI features
See just these →Models wired into a product properly — cost controls, evaluation, and a fallback for when it is wrong.
Token budget and caching layer for your AI feature
Cut your model spend with caching, routing and per-user budgets, without changing what your users experience.
Harden your LLM feature against prompt injection
Close the gaps that let a crafted input make your agent leak data, call the wrong tool or ignore its instructions.
MCP server so agents can use your internal tools
Expose your internal APIs to coding and support agents safely, with scoped permissions and a full audit trail.
Streaming chat UI with tool calls and real error states
The front end your AI feature deserves: token streaming, cancellation, retries and messages that survive a refresh.
Evaluation harness so prompt changes stop regressing
A test suite for your AI feature that runs in CI and tells you when a prompt or model change makes things worse.
Make your RAG bot stop inventing answers
Diagnose why retrieval misses, then fix chunking, reranking and prompting until answers are grounded and citable.
Moderation for user-generated text and images
Automatic screening of uploads and posts with tunable thresholds, an appeals path and a queue for the grey area.
Meeting transcription with searchable summaries
Calls transcribed with speaker labels, summarised into decisions and actions, and searchable across every past meeting.
Replace keyword search with semantic search
Search that understands intent, with hybrid ranking so exact matches still win when users type an exact term.
Agent that triages support before you wake up
Incoming tickets classified, tagged, prioritised and drafted overnight so your morning starts with replies to approve.
Turn messy documents into structured data
Contracts, CVs or reports converted into validated JSON you can query, with a review queue for low-confidence fields.
RAG chatbot trained on your documentation
A support assistant that answers from your docs, cites its sources and says it does not know when it does not.
In-app copilot that walks new users through setup
A contextual assistant that knows the user's account state and can complete setup steps for them, not just explain them.
Recommendation engine built on embeddings, not rules
Replace hand-written if-statements with similarity and behaviour signals, measured against your current click-through.
Natural-language questions over your product data
Let your team ask questions in plain English and get charts backed by governed, read-only SQL they can inspect.
Contract comparison that flags what changed and why
Upload two versions of an agreement and get a clause-level diff with risk commentary your legal team can act on.
Fine-tuned small model to cut your inference bill
Move a high-volume, narrow task off a frontier model onto a tuned small model at a fraction of the cost per call.
Multi-agent workflow with human checkpoints
A durable pipeline where specialised agents research, draft and review, pausing for your approval at the steps that matter.
Private LLM deployment for data you cannot send out
An open-weight model running in your own environment, benchmarked on your tasks and sized to your real throughput.
Voice agent that handles routine inbound calls
A phone agent that answers, qualifies and books, then hands to a human the moment the conversation leaves its script.
Web apps
See just these →Dashboards, portals and internal tools that people use every day rather than once.
Discord bot for moderation and member roles
Automated onboarding, role assignment and moderation for a community that has outgrown manual admin.
CI/CD with preview deploys and one-command rollback
Every pull request gets its own environment, and a bad release can be reverted in under a minute.
Product analytics you can actually trust
A documented event taxonomy implemented consistently, so your funnels and retention numbers stop lying.
Chrome extension with a real settings page
A Manifest V3 extension with a popup, an options page and synced settings, published to the Web Store.
Automated invoices and PDF generation with VAT
Generate branded invoices, apply the right VAT rate and email them without touching a spreadsheet.
Playwright end-to-end tests for your critical flows
Automated browser tests over sign-up, checkout and the paths that cost you money when they break.
React performance rescue: faster loads, fewer re-renders
Profile the slow screens, kill the wasted renders and cut your bundle down to something reasonable.
Security review of a vibe-coded app before launch
Find the exposed keys, missing row-level policies and open endpoints before your users or a scanner do.
Slack bot that automates an internal workflow
Slash commands, modals and scheduled reminders that move a manual process into your team channel.
Stripe subscriptions with trials and a billing portal
Plans, upgrades, proration and dunning handled correctly, with webhooks that survive retries.
User onboarding flow that lifts activation
A guided first session with checklists, tooltips and empty states that gets new users to value faster.
Background jobs that do not fall over
Move slow work off the request path with retries, dead-letter handling and visibility into every run.
Authentication rebuilt with SSO and MFA
Replace a fragile hand-rolled login with managed auth, proper sessions and enterprise sign-on.
Scheduled scraper and data pipeline with alerts
Collect data from sites or APIs on a schedule, clean it, store it and tell you when a source breaks.
Typed API layer with generated documentation
A validated, end-to-end typed API between your front end and database, with docs that stay in sync.
Notification system: email, push and in-app inbox
One pipeline for every notification, with user preferences, digests and templates you can change without a deploy.
Rescue for an AI-generated codebase that stopped scaling
Untangle duplicated logic and inconsistent patterns so your agent can keep shipping without breaking things.
Realtime metrics dashboard your team checks daily
Live charts over your production data, with drill-downs, saved views and no manual spreadsheet exports.
Meeting transcription and summary app
Upload or stream audio, get speaker-labelled transcripts, action items and a shareable summary.
Internal admin panel over your Postgres
Give your operations team searchable tables, safe edits and audit logging instead of raw SQL access.
Firebase to Supabase migration without downtime
Move documents into relational tables, port your rules to row-level security and cut over with no data loss.
AI chatbot trained on your docs and help centre
A retrieval chatbot that answers from your own content, cites its sources and admits when it does not know.
AI agent that handles a repetitive back-office task
An agent that reads incoming documents or messages, extracts what matters and files it where it belongs.
Offline-first PWA for field teams
An installable app that keeps working with no signal and syncs cleanly the moment connectivity returns.
Scheduling app with Google and Outlook sync
Two-way calendar sync, timezone-correct availability and booking links that never double-book.
Client portal with roles, files and messaging
One place where clients see their project status, download deliverables and message your team.
Lightweight CRM for a small sales team
Contacts, deals and a pipeline board built around how your team actually sells, without the enterprise bloat.
Multi-tenant foundation with orgs, invites and RBAC
The account layer every B2B product needs, with data isolation enforced at the database level.
Cross-platform mobile MVP shipped to both stores
One React Native codebase, built and submitted to the App Store and Google Play with your accounts.
SaaS MVP with auth, billing and dashboard
A working product with sign-up, subscriptions and a real dashboard, ready to put in front of paying users.
Automation
See just these →The weekly job somebody does by hand, done by a machine that reports when it fails.
Live Stripe revenue board inside Notion
Your Stripe payments, refunds and MRR pushed into a Notion database that updates itself every hour.
Turn a Google Sheet into a proper API
A cached, rate-limited JSON API over a spreadsheet so your front end stops calling Google directly.
Slack alerts your team actually reads
Noisy alerts consolidated into grouped, actionable Slack messages with owners, severity and a mute path.
Booking flow that ends the scheduling ping-pong
Prospects book, pay a deposit and land in your CRM with reminders sent, without a single back-and-forth email.
Daily competitor price watch with change alerts
Track competitor prices and stock across the sites that matter and get a digest of every meaningful move.
CRM clean-up with dedupe rules that stay clean
One pass to merge duplicate companies and contacts, plus the guardrails that stop them coming back.
Move off Zapier and cut your automation bill
Your Zaps rebuilt as self-hosted n8n workflows, with the task-based pricing removed for good.
Branded PDF reports generated on a schedule
Client-ready PDFs built from your live data, delivered by email or dropped into cloud storage each period.
Lead enrichment pipeline that fills your CRM
Every inbound signup enriched with company size, funding and tech stack before your sales team opens it.
WhatsApp order updates customers actually open
Order confirmation, dispatch and delivery messages sent on WhatsApp with replies routed to your support inbox.
Airtable to Postgres pipeline before the base breaks
Move the data that outgrew Airtable into Postgres, keeping the base as a front end until you are ready.
Two-way stock sync between Shopify and your supplier
Stop overselling: supplier inventory feeds and Shopify levels reconciled every fifteen minutes with conflict rules.
Queue layer that stops third parties throttling you
A shared client with token buckets, backoff and idempotency so external APIs stop returning 429 during peaks.
Scraper that survives bot walls and layout changes
A production scraper with proxy rotation, schema validation and alerts when the target site changes shape.
Webhook receiver with retries, replay and DLQ
Stop losing third-party webhooks when your app is down: a durable ingest layer with replay from the dashboard.
Hands-off invoice capture into your accounting tool
Supplier invoices read from a mailbox, extracted, matched to purchase orders and filed in your accounting software.
Self-serve CSV import that handles messy files
An import flow your customers can use alone, with column mapping, validation preview and partial-failure recovery.
REST bridge over a legacy SOAP or FTP system
A clean, documented API in front of the supplier system nobody wants to integrate with twice.
Analytics warehouse with dbt models you can trust
Product, billing and marketing data landed in one warehouse with tested models behind every reported metric.
Ecommerce
See just these →Shops, checkouts, feeds and the plumbing between them and your suppliers.
Stripe checkout for a digital product, live this week
Sell a template, ebook or licence key with secure delivery and receipts, without setting up a full store.
Product feeds for Google Shopping and Meta
Clean, complete feeds that pass validation, so your catalogue stops getting items disapproved.
Shopify theme speed and conversion tune-up
Trim the apps, scripts and oversized images slowing your store, then fix the friction in the buying path.
Abandoned cart and post-purchase email flows
Six revenue-generating automations built, written and tested, from browse abandonment to winback.
One-click post-purchase upsells and bundles
Add revenue after the payment has cleared, with offers customers accept without re-entering card details.
Multi-currency pricing and EU VAT compliance
Sell across Europe with the right price, the right VAT rate and the paperwork your accountant needs.
Server-side tracking for GA4 and Meta
Recover the conversions browser blockers eat, with a server container and consent mode wired in properly.
WooCommerce to Shopify migration, redirects intact
Move products, customers and order history across without losing the search rankings you paid for.
Course and digital download store with gated access
Sell courses or downloadable products with student accounts, progress tracking and protected video.
Subscription box flow with pauses, swaps and dunning
Recurring orders customers can pause, skip or swap themselves, with failed payments recovered automatically.
Product configurator with live pricing and 3D preview
Let customers build their own version of your product, see it rendered and get an accurate price instantly.
Self-hosted Medusa store you fully control
An open-source commerce backend with no per-transaction fee and no limits on how far you can customise it.
Headless Shopify storefront under one second
Keep Shopify for orders and inventory, but serve a custom storefront that loads far faster than a theme.
B2B wholesale portal with tiered pricing
A trade channel with account-specific pricing, minimum orders, quick reorder and net payment terms.
Two-sided marketplace MVP with Connect payouts
Buyers, sellers, commission splits and automated payouts, built to the point where you can take a first transaction.
Growth
See just these →Getting found, getting understood, and getting the second visit.
Technical SEO audit for a JavaScript-heavy site
Find out what Google can actually see on your app, and fix the rendering and indexing problems stopping you ranking.
Newsletter funnel wired to your product data
Stop treating subscribers and users as separate worlds: one list, segmented by what people actually do in the product.
Fix Core Web Vitals before Google does it for you
Field data diagnosed and the layout shift, slow paint and input delay problems fixed on the pages that bring you traffic.
Cold outbound infrastructure that stays out of spam
Domains, authentication, warm-up and sending limits configured so your sequences reach inboxes rather than junk folders.
Product analytics set up to answer real questions
A tracking plan built backwards from the decisions you need to make, not a firehose of events nobody reads.
Get your product cited by AI search engines
Structure your content and data so assistants can quote you accurately, then track how often they actually do.
A/B testing you can trust on modest traffic
Flags, assignment and statistics set up properly, so you stop calling winners from a fifty-visitor sample.
Pricing page test that answers what to charge
Repackage tiers, test the presentation and read the result on revenue per visitor rather than click-through.
Lifecycle emails from signup to first payment
Behaviour-triggered sequences that move users through activation, driven by product events rather than a fixed schedule.
Landing page rebuilt around one conversion
A page with a single job, written and designed from your customer research, then measured against the current version.
Content engine that turns keywords into drafts
A pipeline from keyword research to a formatted draft in your CMS, with a human edit step that keeps quality honest.
Attribution dashboard that ends the guesswork
Ad spend, signups and revenue joined in one model so you can see which channels pay back and over what period.
Referral loop built into the product, not bolted on
Invite mechanics placed at the moment users get value, with reward fulfilment and fraud checks handled properly.
Programmatic SEO pages that actually get indexed
Hundreds of templated pages built on real data, with the internal linking and quality signals that keep them out of the thin-content bucket.
Rescue work
See just these →Someone else built it, or a model did. Now it needs to work.
Rotate leaked keys and purge secrets from your repo
API keys committed to git, hard-coded in the client or pasted into a chat: found, rotated and prevented from returning.
Second pair of eyes before you launch
An experienced review of what your agent built, focused on what breaks first when real users arrive.
Backups and restore drills for a database with none
Automated backups are half the job. I also prove a restore works, with the recovery time written down.
It works locally but dies in production
The gap between your laptop and your server, closed: environment, build, secrets and runtime differences found and fixed.
Lock down a Supabase database that is wide open
Row level security written properly, so one customer can never read another's data through your public anon key.
CI pipeline that stops your agent shipping bugs
Types, lint, tests and build checks running on every pull request, so broken generated code never reaches your main branch.
Untangle dependency hell and get the build green
Conflicting versions, abandoned packages and a lockfile nobody trusts, resolved into a build that installs cleanly.
Security audit of an app your agent wrote
Coding agents leave predictable holes. I look for them specifically, then hand you findings ranked by real exploitability.
Documentation for a codebase only your AI understood
Written so a new developer, or a fresh agent session, can be productive on day one instead of week three.
Kill the queries melting your database bill
The ORM calls your agent generated are hitting the database in loops. Found, fixed and indexed properly.
Fix a checkout that silently loses orders
Payments succeed at the provider but your database never hears about it. Webhooks, idempotency and reconciliation fixed.
Make a fast-built product GDPR-defensible
Consent, data export, deletion and processor records put in place before a customer's legal team asks for them.
Make a slow app fast again without a rewrite
Profiling first, then targeted fixes to the handful of things actually causing the wait your users complain about.
First real test suite for a codebase with none
Your agent wrote thousands of lines and zero tests. I cover the paths that lose you money if they break.
Replace hand-rolled auth before it costs you users
Sessions in local storage and passwords compared with equals signs, replaced by an auth setup that stands up to scrutiny.
Untangle thousands of lines of generated components
Nine near-identical components, props drilled six levels down and no naming logic. Consolidated into something you can edit.
Rescue a half-finished AI-built app
You shipped fast, then it stopped making sense. I map what exists, stabilise it and give you a plan to finish it.
Finish the last 20 per cent nobody wants to touch
The demo works. Billing edge cases, password resets, empty states and error handling do not. I finish that part.
Move from Firebase to Postgres without downtime
Document-shaped data reshaped into relational tables, migrated live, with reads switched over only once counts reconcile.
Migrate off Bubble before it caps your growth
Your no-code app hit its ceiling on performance, cost or hiring. Rebuilt on real code with your data carried across.
Websites
See just these →Sites that load fast, say what they are, and pass an audit.
Developer portfolio that gets you replies
A sharp personal site with case studies, a project grid and a contact form recruiters actually use.
GDPR consent banner and analytics done properly
A compliant cookie banner wired to consent mode, so your analytics stay accurate and your legal team stays calm.
Fast MDX blog with RSS, tags and reading time
A blog that scores full marks on Lighthouse and lets you write posts in Markdown from your editor.
Waitlist page with a built-in referral loop
Capture emails, give each signup a share link and rank them by referrals to build pre-launch momentum.
Public changelog and roadmap page
Show customers what shipped and what is coming, with upvoting and an email digest.
Landing page that converts, built in 48 hours
A single-page site with a tested copy structure, responsive design and analytics, live on your domain in two days.
Technical SEO fix pack with schema markup
Crawl issues, broken canonicals and missing structured data found and fixed inside your repository.
Photographer portfolio with protected galleries
Full-bleed image galleries that load fast on mobile, plus password-protected client delivery pages.
Core Web Vitals rescue for a slow site
Diagnose and fix the render-blocking, layout-shifting and oversized assets dragging your scores down.
Interactive pricing page with usage calculator
A pricing page where prospects model their own usage and see the exact cost before they contact sales.
Restaurant site with live menu and reservations
A fast, mobile-first site where staff update the menu themselves and diners reserve a table in three taps.
Figma to production Next.js, pixel-perfect
Your design file turned into clean, responsive React components that match the mockups at every breakpoint.
A CMS your client can edit without calling you
Structured content models and a friendly editing interface bolted onto your existing site.
Multilingual site in three languages, SEO-safe
Localised routing, hreflang tags and a translation workflow so each market gets its own indexed pages.
Gym site with class timetable and trial sign-ups
A weekly timetable, membership pricing and a free-trial funnel that fills your quiet classes.
Podcast site with searchable transcripts
Episode pages, an embedded player and machine transcripts that make every episode findable in search.
WCAG 2.2 AA audit and fixes for your site
An accessibility audit with the fixes actually implemented, not just a spreadsheet of problems.
Professional site for law and accountancy firms
A credible, compliant site with practice-area pages, partner profiles and a vetted enquiry funnel.
Conference site with schedule and speakers
A site attendees can navigate on the day, with a filterable agenda, speaker profiles and ticket links.
Developer docs site your users can actually search
A fast MDX documentation site with instant search, versioning and code samples in three languages.
Booking site for clinics and salons
A public site with an online diary, so clients book themselves in and your phone stops ringing.
Charity site with recurring donations
A donation flow that handles one-off and monthly giving, with receipts and a supporter dashboard.
Webflow site rebuilt in code you own
Escape the monthly Webflow bill with an identical site in Next.js that your developers can extend.
Estate agency site with listings and enquiries
Property pages that sync from your feed, with saved searches and enquiries routed to the right agent.
Searchable directory with filters and maps
A niche listings site with instant search, faceted filters and a map view of results.
Agency site with a case-study CMS
A portfolio site where new case studies take fifteen minutes to publish rather than a developer ticket.
Six-page marketing site for a seed-stage SaaS
Home, product, pricing, about, blog and contact, all editable by your team through a headless CMS.
Niche job board with paid listings
A searchable board where employers pay to post and candidates filter by role, salary and location.
Design system in Storybook your team will reuse
Tokens, primitives and documented components so every new page starts from the same building blocks.
WordPress to headless Next.js migration
Keep the WordPress editor your team knows, but serve a front end that loads in under a second.
Not on this list?
The catalogue covers the work that comes up again and again. Anything else is a conversation — describe it and sellers who do that kind of thing can answer.
Describe what you need