Hire someone who ships with AI.

148 services from developers who build with coding agents. Fixed scopes, honest ranges, no discovery call to find out the price.

  • Rescue & fixes

    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.

    • Full history scan listing every secret ever committed
    • Rotation checklist executed provider by provider with owners recorded
    • Git history rewritten or repository replaced, with the old one revoked

    From

    600

    2-4 days

    gitleaksGitHub ActionsDoppler
  • Rescue & fixes

    Second pair of eyes before you launch

    An experienced review of what your agent built, focused on what breaks first when real users arrive.

    • Line-level review of the critical paths with comments in your repository
    • Written report with prioritised findings split into blockers and later
    • Scalability notes on the parts that will fail at one hundred times traffic

    From

    600

    2-5 days

    TypeScriptESLintSemgrep
  • Rescue & fixes

    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.

    • Automated encrypted backups with off-site retention
    • Point-in-time recovery configured and verified
    • Documented restore drill executed end to end with the elapsed time recorded

    From

    700

    2-5 days

    PostgreSQLpgBackRestAWS S3
  • Rescue & fixes

    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.

    • Diagnosis of the exact difference causing the production failure
    • Reproducible build that behaves identically locally and deployed
    • Environment variable and secret handling documented per environment

    From

    900

    3-6 days

    DockerGitHub ActionsVercel
  • Rescue & fixes

    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.

    • Table-by-table review of current policies and exposed views
    • Row level security policies covering every table with data in it
    • Policy tests proving cross-tenant reads and writes are rejected

    From

    900

    3-5 days

    SupabasePostgreSQLpgTAP
  • Rescue & fixes

    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.

    • CI workflow running type checks, linting, tests and build on every PR
    • Branch protection requiring green checks before merge
    • Preview deployments per pull request with a shareable URL

    From

    900

    3-6 days

    GitHub ActionsTurborepoDocker
  • Rescue & fixes

    Untangle dependency hell and get the build green

    Conflicting versions, abandoned packages and a lockfile nobody trusts, resolved into a build that installs cleanly.

    • Dependency audit flagging abandoned, duplicated and vulnerable packages
    • Upgrade path executed in reviewable steps rather than one giant commit
    • Clean install verified from a fresh clone with a pinned lockfile

    From

    900

    3-6 days

    pnpmRenovateTypeScript
  • Rescue & fixes

    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.

    • Manual review of authentication, authorisation and data access paths
    • Automated scanning for injection, secrets and vulnerable dependencies
    • Written report with prioritised findings, severity and reproduction steps

    From

    1,200

    4-8 days

    SemgrepBurp SuiteTypeScript
  • Rescue & fixes

    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.

    • Architecture overview with diagrams of the main data and request flows
    • Local setup guide verified on a clean machine from scratch
    • Decision records explaining why the odd parts are the way they are

    From

    1,200

    4-8 days

    MarkdownMermaidTypeDoc
  • Rescue & fixes

    Kill the queries melting your database bill

    The ORM calls your agent generated are hitting the database in loops. Found, fixed and indexed properly.

    • Slow query analysis ranked by total time consumed, not just duration
    • N+1 patterns eliminated with eager loading or batched fetches
    • Index review with unused indexes dropped and missing ones added

    From

    1,400

    4-8 days

    PostgreSQLPrismapg_stat_statements
  • Rescue & fixes

    Fix a checkout that silently loses orders

    Payments succeed at the provider but your database never hears about it. Webhooks, idempotency and reconciliation fixed.

    • Reconciliation of provider records against your database to find lost orders
    • Webhook handling rebuilt with signature checks, retries and idempotency
    • State machine for order status that cannot reach an impossible state

    From

    1,400

    4-8 days

    Stripe APINode.jsPostgreSQL
  • Rescue & fixes

    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.

    • Data map listing what you store, where it lives and how long you keep it
    • Working data export and account deletion including downstream processors
    • Consent banner that genuinely blocks scripts before opt-in

    From

    1,600

    5-9 days

    Next.jsPostgreSQLCookiebot
  • Rescue & fixes

    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.

    • Profiling report identifying the top five bottlenecks with measurements
    • Fixes applied with before-and-after timings for each
    • Caching strategy documented with invalidation rules

    From

    1,700

    5-10 days

    ReactPostgreSQLSentry
  • Rescue & fixes

    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.

    • Test strategy naming what is worth testing and what is deliberately not
    • Unit and integration tests over the critical business logic
    • End-to-end tests for signup, payment and the main user journey

    From

    2,000

    6-12 days

    VitestPlaywrightGitHub Actions
  • Rescue & fixes

    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.

    • Migration to a maintained auth library with existing users preserved
    • Secure session handling, password reset and email verification flows
    • Rate limiting and lockout on login and reset endpoints

    From

    2,000

    6-12 days

    Better AuthNext.jsPostgreSQL
  • Rescue & fixes

    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.

    • Duplication report showing which components are genuinely the same
    • Consolidated component set with a documented props contract
    • State management untangled with a single source of truth per concern

    From

    2,600

    8-15 days

    ReactTypeScriptESLint
  • Rescue & fixes

    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.

    • Architecture map of what the code actually does, not what it was meant to do
    • Prioritised list of what is broken, what is dead code and what is load-bearing
    • Critical path fixed so the core user journey works end to end

    From

    3,500

    10-20 days

    Next.jsTypeScriptSupabase
  • Rescue & fixes

    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.

    • Gap list of everything between the current build and a launchable product
    • Billing, subscription and refund edge cases implemented and tested
    • Empty, loading and error states designed and built across the app

    From

    5,000

    14-25 days

    Next.jsTypeScriptStripe API
  • Rescue & fixes

    Move from Firebase to Postgres without downtime

    Document-shaped data reshaped into relational tables, migrated live, with reads switched over only once counts reconcile.

    • Relational schema designed from your actual Firestore documents
    • Dual-write phase keeping both stores consistent during transition
    • Backfill with per-collection reconciliation counts before cutover

    From

    5,000

    14-24 days

    FirebasePostgreSQLPrisma
  • Rescue & fixes

    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.

    • Feature inventory mapping every Bubble workflow to its replacement
    • Data migration with row counts reconciled and a rehearsed rollback
    • Rebuilt application with the same URLs and no user-visible break

    From

    7,000

    20-35 days

    BubbleNext.jsSupabase
Marketplace — hire someone who ships with AI | FlowKy | FlowKy