Skip to content
FarmAI Venture logoFarmAI Venture
Updates

Release notes from the team in Lomé. Concrete, dated, and honest about what is done.

Platform

The corporate site is live on Vercel

The FarmAI Venture website now runs on Vercel with global edge delivery: solutions, features, partner and investor pages, lead capture forms, and the full design system sampled from our brand.

Dark mode, full-site search (press Ctrl+K), and a print-friendly layout ship with this release.

Engineering

End-to-end browser test coverage

The site is now covered by a Playwright suite: every page is checked at phone, tablet and desktop widths for overflow, keyboard focus visibility, image accessibility, and contrast. The critical journeys (lead capture with success and failure paths, OTP sign-in) are tested against the documented API contract.

API

Lead capture endpoints and the public API surface

The API exposes public, rate-limited endpoints for contact, newsletter, and partnership requests, with admin triage behind role guards. Every submission is audited. The lead endpoint contract:

POST /api/v1/leads/contact
curl -X POST https://api.farmaiventure.com/api/v1/leads/contact \
  -H "Content-Type: application/json" \
  -d {"fullName":"Kossi Adjé","email":"kossi@example.tg","message":"Pilot request for Kara"}
Mobile

Farmer app core flows hardened

The farmer mobile app now restores sessions securely from device keychain, refreshes expired tokens transparently, registers farms by walking the boundary with GPS (area computed server-side via PostGIS), and shows the last synced dashboard when the network drops, clearly labeled.

Want these by email? The footer newsletter is the same list our pilots use. Or talk to the team directly.