Now
What I'm building on the side right now.
fleeex lets your users pay for their own AI.
fleeex is a standalone API that sits between an app and the AI models it calls. The app integrates it once, and from then on its users pay for their own AI usage from a single prepaid wallet that works across every app built on fleeex. Behind each call, fleeex meters the exact cost, debits the wallet, and keeps a margin, so the app never has to build or run AI billing of its own.
Arthur Robine and I are building it as a standalone service that any app can integrate. The calls run through an OpenAI-compatible endpoint, so you can point the official OpenAI SDK straight at it.
architecture
It's a containerized NestJS server on AWS ECS, with DynamoDB for the append-only usage ledger and wallet, and AWS Bedrock behind the model endpoint. Rollups and reconciliation run off the hot path on EventBridge → SQS → Lambda, top-ups go through Stripe, and the whole stack is provisioned with Terraform.
- NestJS
- AWS ECS
- DynamoDB
- AWS Bedrock
- EventBridge · SQS · Lambda
- Stripe
- Terraform
- OpenAI-compatible API
also in flight
AI site-generator. Polishing my generator that ships full gîte websites in about 25 minutes, plus its mobile-app spin-off.
Adventure journal. Shipping Quentin Hunckler's self-hosted adventure journal.
Inspired by the /now page movement.