Levelbrook Consulting — senior Rails and PHP contract engineering · Pacific Time, US-based Booking new engagements · levelbrookteam@gmail.com
00 / Senior Rails engineering, on contract

Senior Ruby on Rails
engineering, on contract.

Rails hands for the work most teams would rather hand off — performance and scaling, zero-downtime migrations, N+1 hunts, real-time Hotwire without a SPA. Shipped production systems at enterprise scale and helped grow a startup's revenue several-fold. Tested, maintainable code with the decisions written down. Python and Node too when the problem calls for it. Billed corp-to-corp.

Email us directly — levelbrookteam@gmail.com  ·  C2C · 1099 · contract-to-hire · MSA / NDA / COI ready
Track recordEnterprise scale · startup revenue grown several-fold
RateNegotiable · C2C
Availability30–40 hrs/week
LocationRemote · Pacific Time
StackRuby · Python · Node · AWS
Open sourceLinguaGuessr · hey-claude · gems
EntityUS-based LLC
01 / Selected work & open source
Work you can click, code you can read.

Judge the engineer by what he ships. Three live apps you can use right now, plus four open-source Ruby gems & tools — MIT-licensed, on GitHub, and backed by 100 passing tests. Read the code; run the demos.

live demo · LinguaGuessr

LinguaGuessr

“GeoGuessr for the ear” — hear real speech, guess the language, place it on a map. 40 languages, a Whisper-verified corpus, served from the edge.

live viewer · applied ML

Equipment Cluster

An unsupervised photo-clustering pipeline for heavy equipment — DINOv2 embeddings, UMAP, HDBSCAN, and CLIP labelling, surfaced through an interactive React viewer you can explore in the browser.

open-source tool · hey-claude

hey-claude

An on-device voice wake word for macOS: say “Hey Claude…” and it dispatches a background coding agent. Fully local — openWakeWord + MLX Whisper on Apple Silicon.

pipx Homebrew macOS
live demo · Rails 8 + AI streaming

Hotwire Showcase — eight live apps

Eight production-shaped interfaces in one Rails 8 codebase, no SPA. The flagship, Relay, streams a live Google Gemini response token-by-token to the browser over the Vercel AI SDK protocol — encoded by our own ai_stream gem, with a live wire-inspector and tool-calls. Plus drag-and-drop Kanban synced across browsers, real-time chat, a ⌘K palette, and interactive playgrounds for our open-source gems.

Ruby gem · ai_stream

ai_stream

A pure-Ruby encoder for the Vercel AI SDK Data Stream Protocol — the wire format behind useChat/useObject. No Ruby implementation existed; now a Rails backend can drive an AI SDK frontend directly.

RubyGems
Ruby gem · fzy_score

fzy_score

A faithful Ruby port of the fzy/fzf fuzzy-matching algorithm — returns a relevance score and the matched character positions for highlighting. Built for command palettes and CLI pickers.

RubyGems
Ruby gem · picoglob

picoglob

Compiles bash-style glob patterns — *, **, {a,b}, extglobs — into reusable Ruby Regexps. The missing Ruby counterpart to JavaScript's picomatch / minimatch.

RubyGems

Engineering deep-dives on each gem: ai_stream · fzy_score · picoglob


Paperwork Contract-ready MSA · SOW · mutual NDA · COI
Billing Corp-to-corp Through Levelbrook LLC
Response One business day Every brief gets a real reply
Onboarding VMS-friendly Vendor-portal ready
02 / Services
Three engagement shapes.

Pick the shape that matches the problem — language-agnostic; we work in your stack, not ours. Each is built around the way real product work actually breaks down, not generic "consulting hours." Scoped up front. No surprise bills.

S/01

Drop-in senior engineer

A drop-in seat on your team, in your stack. We pick up tickets, ship features, review PRs, and carry pager weight — same as a full-time senior, on a contract.

  • Rails · Python · Node feature work
  • Front-end (Hotwire / React / RN)
  • API design (REST + GraphQL)
  • 3–12 month engagements
S/02

Performance & scalability

Slow queries, noisy-neighbor problems, a Postgres that's outgrown itself, an S3 bill that's outgrown the company. We diagnose, then fix.

  • Query & index optimization
  • N+1 audits, RDS read-replica strategy
  • Background pipeline rebuilds (Sidekiq)
  • AWS spend reductions (S3 / RDS)
S/03

Platform & integration builds

A real REST/GraphQL API for your customers, a third-party data import that has to actually work, an OAuth/SSO story that holds up to security review.

  • Public API design & rollout
  • Third-party data integrations
  • OAuth / JWT / SSO
  • Audit-grade logging

03 / PHP staff augmentation
Senior PHP help for modern and legacy codebases.

Laravel and Symfony builds, Slim APIs, custom WordPress plugin work, and the harder maintenance work inside older CodeIgniter, CakePHP, and PHP 5/7 applications. The proof is live: one small app built six ways, deployed on six subdomains, plus original PHP packages on GitHub.

LaravelSymfonyCodeIgniterCakePHPSlimWordPress

04 / Engineering blog
Field notes from real work.

War stories and architectural decisions from real Rails work — zero-downtime migrations, N+1 hunts, Sidekiq reliability, real-time Hotwire without a SPA, Postgres at scale — plus the AWS, ML, and AI tooling around it. 24 essays and counting.

Browse all essays →

05 / The practice
A small practice.
No junior hand-offs.

Every engagement is led by the same senior engineer who answers your first email — someone who has shipped production systems at enterprise scale and built the scaling work that helped grow a startup's revenue several-fold. It's principal-led: when scope demands it, vetted specialists are brought in, and the principal stays accountable for delivery. You get tested, maintainable code, real PRs, decisions written down, and a clean exit when the work is done — the codebase is better and clearer than we found it.

Enterpriseshipped at scale
Principal-led delivery
6+years senior

06 / How we engage
Low friction from brief to ship.
  • 01Brief — 30 minutes. Send the codebase shape and the problem; you get an honest read and a quote within one business day.
  • 02Trial week, optional. First week on a no-strings rolling contract. Either side can walk away. Most engagements that pass week one run 6+ months.
  • 03Async-first. Real PRs in Git, decisions written down, two recurring syncs per week max. We work Pacific Time with flexible overlap.
  • 04Clean paperwork. Levelbrook LLC contracts C2C — MSA, SOW, mutual NDA, and COI (GL + Professional Liability, $1M / $1M) ready on day one.

07 / Stack
Rails first. Polyglot when it helps.

Ruby on Rails is the deepest track and the default — years of senior Rails in production, the gnarly performance and scaling work included. Python and Node are real second languages we reach for when a problem fits them better. The engineering standard — tested, reviewed, maintainable — doesn't change with the language.

L/01 · Ruby

Ruby & Rails

The deepest track — years of senior Rails in production, from feature delivery to the gnarly performance and scaling work most teams would rather hand off.

  • Rails 5–8 · Hotwire / Turbo / Stimulus
  • PostgreSQL · Sidekiq · Redis
  • REST & GraphQL APIs
L/02 · Python

Python

When the work is better in Python, we ship it: FastAPI & Django services, data pipelines & automation, and applied AI/LLM & vision-ML tooling — deployed, not slideware.

  • FastAPI · Django · Flask
  • Data pipelines & automation
  • AI / LLM & vision-ML tooling
Python practice page →
L/03 · Node

Node & TypeScript

Full-stack JavaScript when that's the right tool — typed Node services, React & React Native front ends, and real-time features that have to hold up under load.

  • Node.js · TypeScript
  • React · React Native
  • Real-time · SSE / WebSockets
Ruby on Rails 5–8 Python · FastAPI · Django Node · TypeScript · React Hotwire · Turbo · Stimulus PostgreSQL Sidekiq · Redis GraphQL · REST AWS · S3 · RDS · Lambda · SQS · SES Docker · Kubernetes OAuth · JWT · SSO Cloudflare Pages / Workers Stripe

08 / Engagement
Built to be easy to hire.

Most of our work comes through staffing partners and direct clients who need a senior engineering seat filled cleanly. Here's how that works.

How do you contract?

Corp-to-corp through Levelbrook LLC is the default — 1099 and contract-to-hire are fine too. We sign your MSA & SOW or provide ours, carry a mutual NDA, and supply a Certificate of Insurance (General & Professional Liability, $1M / $1M) on request. We onboard through vendor-management systems without friction.

What does an engagement cost?

Rates are negotiable and depend on scope and engagement length — corp-to-corp for ongoing work, with fixed-scope projects and longer retainers quoted per engagement. We'd rather understand the problem on a short call than quote blind — you'll have a number within a business day of the brief.

How fast can you start?

Typically within the week. The trial-week structure means you can see real PRs before committing to a longer term — and walk away at no cost if the fit isn't there.

Who actually does the work?

A principal senior engineer leads every engagement end-to-end — no bait-and-switch to juniors. It's principal-led: when scope demands it, vetted specialists are brought in, and the principal stays accountable for delivery.

Do you work with recruiters and staffing firms?

Yes — recruiters, staffing partners, and end-clients are all welcome. Send the role or the brief and we'll tell you honestly whether it's a fit.

09 / Available now
Have an engineering problem you'd rather not own? Hand it over.

Recruiters and staffing partners welcome. Direct clients welcome. End-clients welcome. We respond to every brief inside one business day.

Or copy our address: levelbrookteam@gmail.com