The AI Lua SDK Generator for Embedded & Gateway APIs
Generate lightweight Lua client packages optimized for LuaJIT, OpenResty gateway proxies, game engines, and LuaRocks.
OpenResty Ready
Native non-blocking cosockets (ngx.socket.tcp) for massive concurrency in Nginx gateways.
Zero Memory Bloat
Ultra-small footprint ideal for embedded devices, Redis Lua scripts, and game engines.
LuaRocks Packaging
Auto-generated .rockspec file ready for instant luarocks upload.
Idiomatic Code Output
Clean Lua Client Implementation
local ShipSDK = require("shipsdk")
local client = ShipSDK.new({ api_key = "sk_live_9981" })
local res, err = client.metrics:track({ event = "signup" })
if res then
print("Event logged successfully")
end
Join the ShipSDK Waitlist
Get early access to generate production-ready SDKs, ADKs, and embeddable JS widgets in seconds.
Application Submitted!
Thank you for applying. We've received your details and will email your early access credentials shortly.