Artificial Integration is a two‑person engineering studio. We build production AI systems, bespoke Shopify apps, and the infrastructure underneath them.
2026/In-house system
StoryForge
An automated pipeline that produces fully illustrated, personalised children's books from a short intake questionnaire. Built originally for When I Grow Up, where it now runs the entire fulfilment chain.
Intake to print-ready PDF runs end-to-end without human intervention. Claude generates the narrative; fal.ai produces character-consistent illustrations across 24 scenes; Playwright handles layout, typesetting, and final compile. The whole pipeline orchestrates on Cloudflare Workers.
intake
→
claude
→
fal
→
playwright
→
pdf
qc · prompt-based page edits route back into the pipeline
A bundled QC tool lets us review books page by page. Edits are issued as natural-language prompts; the system regenerates only the affected pages and recompiles. No manual rendering, no manual stitching.
TypeScriptCloudflare WorkersClaude APIfal.aiPlaywrightD1 + R2
2026/Studio product
Approval Flow
A Shopify app for personalised-product merchants. Customers approve their proof through a signed link before fulfilment; merchants get a one-screen queue for upload, send, and approval.
Built end-to-end in five days. OAuth, webhook handlers, signed customer sessions, transactional email, file storage. Deployed at the edge.
TypeScriptHonoD1 + R2Shopify OAuthResend