live
owoode.com
A free tool suite for Nigerian businesses, built end to end by ruxox. Thirteen single-purpose tools covering invoices, proforma invoices, quotations, purchase orders, credit notes, waybills and payslips, alongside VAT, PAYE and withholding tax calculators updated for the Nigeria Tax Act 2025. Every document is generated client-side, so customer data never leaves the device, and each tool can hand off directly into ereQa for bookkeeping.
live
tax tools
client-side PDF
vat.js
const vat = net * 0.075
const gross = net + vat
buildPDF(doc) // on-device
live
boqqs.com
A specialist UK job platform for construction and healthcare, built end to end by ruxox. Hundreds of live listings with salary shown up front, multi-facet search and filtering, salary guides, sector calculators (NHS take-home, day rate, CIS tax), daily job alerts, and a public Jobs API for developers.
job platform
search & filters
public API
jobs.http
GET /api/jobs?sector=healthcare
→ 709 listings
→ salary shown up front
live
ereqa.com
An all-in-one finance platform for Nigerian businesses: invoicing and recurring billing, WhatsApp payment links (transfer, card, USSD), expense tracking, Nigerian bank reconciliation, contracts with e-sign, quotes, a client portal and AI monthly reviews with P&L and cash-flow reports. ruxox scoped, designed and shipped the production platform.
fintech platform
Nigeria
AI review
server.js
app.post('/records', auth,
async (req, res) => {
await save(req.body)
})
in development
viplisted.com
London nightlife booking platform for VIP tables and guestlists across Mayfair, Soho and St James's clubs — open-tonight filtering, verified venue profiles and one-tap WhatsApp booking. Currently in active development with further features being added; a full case study will follow at launch.
in development
nightlife booking
WhatsApp
venues.js
openTonight({ night: 'FRI' })
book('whatsapp')
// in development
live
ofluxury.co.uk
London luxury concierge and lifestyle-management platform — private jets and helicopters, yacht charter, villas, events access and art advisory, plus a searchable guide to 148 venues across 20 cities with dress-code and minimum-spend guidance, all arranged through a single 24/7 concierge chat. ruxox designed and built the full platform.
luxury concierge
148 venues
24/7 chat
concierge.js
enquire({ desk: 'jets', route: 'LON→NCE' })
venues({ city: 'Mykonos', type: 'beach club' })
// 148 venues · 20 cities
live
dweetle.com
Curated news and trends platform covering top stories, technology, sports and jobs. ruxox designed and shipped the WordPress-based media property — organised category sections, a reader-first editorial layout and a publishing workflow built for volume — live in production.
media platform
WordPress
editorial
index.php
<?php the_post(); ?>
publish → cache → CDN
// editorial at scale