Bini Labs
VENTURE STUDIO
Home/Stack
STACK · TECHNOLOGIES

The tools we build with.

We're not married to any tool. We pick the right stack for each product, with a strong bias for TypeScript, edge-first and zero-runtime when possible. Here's what shows up most in our repos.

Frontend
FE/01
Next.jsApp Router
React19+
TypeScriptStrict
Tailwind CSSZero-runtime
Framer MotionMotion
Backend & APIs
BE/02
Node.jsRuntime
Pythonasync
FastAPI / ExpressHTTP
tRPCType-safe
Pydantic / ZodSchema
OpenAPISpec
Data & Storage
DB/03
PostgreSQLPrimary
FirestoreNoSQL
RedisCache/Queue
Drizzle / PrismaORM
SQLAlchemyPython ORM
GCSObject
AI & ML
AI/04
OpenAI / Anthropic / GeminiProviders
ADKAgent SDK
Vercel AI SDKStreaming
LlamaIndexRAG
EmbeddingsSearch
Function callingTools
Cloud & DevOps
OPS/05
Google CloudPrimary
Cloud RunContainer
VercelEdge
DockerBuild
GitHub ActionsCI/CD
CloudflareCDN/DNS
Quality
QA/06
Vitest / JestJS Unit
PytestPy Unit
PlaywrightE2E
ESLint 9 / RuffLint
SentryErrors
Lighthouse 90+Perf
90+
Lighthouse
0
Active CVEs
<200ms
Avg TTFB
GCP
Primary cloud
ENGINEERING PRINCIPLES
01
End-to-end type safety
From DB schema to component. The earlier the error shows up, the cheaper it is.
02
Edge-first
Low latency, zero cold-start. Compute close to the user.
03
Intentionally boring tech
Postgres, Redis, REST. Innovation belongs to the product, not the infra.
04
Zero-runtime CSS
Tailwind 4 + tokens. Small bundle, fast render, consistent design.
05
Observability from day 1
Structured logs, traces and error tracking before first deploy.
06
Artisanal code
Every PR is reviewed. Every feature has an owner. Zero vulnerabilities, always.