Government

Why Nigerian Government Agencies Are Moving to Custom Digital Platforms

A look at the shift in Nigerian government from static brochure websites to AI-powered civic engagement platforms — what changed, what it costs, and how to do it right.

A Nigerian state government website used to be a single page with a phone number that nobody answered. In December 2025 the Rivers State House of Assembly launched a digital platform that does AI-powered legislative search, exposes every committee’s work in real time, and meets WCAG 2.1 accessibility standards. We built it. Vanguard, THISDAY and StartupInsights covered the launch.

That platform is not an outlier any more. It’s the new bar. Across Nigerian government — federal ministries, state assemblies, agencies, regulators — the conversation has shifted from “do we need a website?” to “how do we deliver actual digital services to citizens?”

This piece is for anyone — public servants, agency heads, procurement officers, journalists — trying to understand what’s changed, what good looks like, and what it costs to do it right.

What changed

Three forces converged:

1. Citizen expectations stopped being polite

Nigerians who use Bolt, Opay, and JUMIA every day stopped accepting that their government interactions had to live in WhatsApp screenshots and PDFs. The minimum bar is whatever a private-sector app does — searchable, fast, accessible, real-time.

2. Ministerial priorities moved up the digital ladder

The federal “National Digital Economy” framework, the National Information Technology Development Agency’s (NITDA) push on Nigeria-developed software, and the visible success of e-government wins (FIRS TaxPro, NIBSS, JAMB CAPS) made digital platforms a political asset, not a cost centre.

3. The tech is finally mature enough

Five years ago, “AI search over legislative documents” required a research team. In 2026 it requires a small engineering team using vendor APIs like Anthropic’s Claude or OpenAI, plus a competent retrieval system. The hard parts have been commoditised.

What a serious government platform actually includes

The bar in 2026 isn’t a “website with a contact form.” It’s a multi-module digital service. For a legislative body specifically (which is what we built for Rivers State), the modules are:

Member & constituency directories

Every honourable member, with full profile, constituency, committee memberships, attendance records, and direct contact. Citizens should be able to find their representative in three clicks.

Legislative tracking

Every bill, every motion, every resolution — with status, sponsor, full document, and history. A journalist or activist should be able to see, today, what’s on the order paper without phoning anyone.

Committee structures

Standing committees, ad-hoc committees, scope of work, members, schedules, current proceedings. Public unless explicitly closed.

Press & media accreditation

Online accreditation forms, press releases, structured archives, and contact channels for journalists.

Citizen self-service

Submit petitions, request information, follow specific bills or members, subscribe to alerts.

This is the modern unlock. A citizen types: “What bills has my representative sponsored on education?” — and gets a grounded, cited answer pulled from the corpus. No hallucinations. Every claim links back to the source document.

We use a retrieval-augmented generation (RAG) system: the AI doesn’t pretend to know — it searches the indexed legislative documents and answers from what it finds. If the answer isn’t in the documents, the AI says so.

Accessibility — properly

WCAG 2.1 AA compliance is non-negotiable. Screen readers must work. Keyboard navigation must work. Colour contrast must pass. Pages must load on a 3G connection in under three seconds. None of these are nice-to-haves; they are the price of being a public service.

Security & uptime

Government platforms are targets. The platform we built sits behind Cloudflare with WAF, automatic DDoS protection, and TLS 1.3 only. Every admin action is audit-logged. Backups are encrypted and off-site. Penetration testing happens before launch.

What it costs and how it’s procured

A platform of the scope described above costs in the range of ₦40M–₦150M depending on number of modules, AI features, integrations, and accessibility scope. This is one-off build cost.

Ongoing operating cost — hosting, AI inference, monitoring, patching — runs ₦400k–₦1.5M per month depending on traffic.

Procurement reality:

  • Most Nigerian government IT procurement still flows through the Bureau of Public Procurement (BPP) or its state equivalent. Open competitive bidding is the default. Direct procurement requires specific justifications.
  • Pricing should be fixed-fee where scope is well-defined, time-and-materials where it’s not. Hybrid contracts often work best — a fixed-price phase 1, T&M for ongoing improvements.
  • The agency should retain ownership of the code, the database, and the cloud accounts. Avoid contracts where the vendor owns the platform “as a managed service” with no exit path.
  • Insist on a 6-month maintenance and bug-fix warranty as standard, separate from any optional ongoing support contract.

How we built the Rivers State House of Assembly platform

The full case study is at hoa.rv.gov.ng and in our portfolio, but the technical sketch:

  • Backend: Laravel 11 + PHP 8.2 + MySQL. Standard, boring, well-supported. The whole codebase will run on cPanel-class hosting if Cloudflare goes away.
  • Frontend: Server-rendered HTML with light interactivity via Alpine.js. No SPA. Loads on 3G in 1.8 seconds.
  • AI search: Anthropic Claude 3.5 Sonnet with a custom retrieval layer. Documents are chunked, embedded, and indexed. Every answer cites its source documents. Cost is negligible at the platform’s traffic level.
  • Hosting: Cloudflare in front of a Hetzner-class VPS. CDN handles 95% of asset traffic. Origin handles dynamic queries.
  • Accessibility: WCAG 2.1 AA compliance, tested with axe-core in CI plus manual screen-reader testing. Keyboard navigation works on every flow.
  • Security: TLS 1.3, HSTS, CSP, full audit logs, RBAC, automated daily backups, weekly restore drills.

Build time was 12 weeks, end to end, with a team of six.

Why it matters

This is bigger than one platform. Three implications:

Civic engagement is now a software product

When citizens can search legislation, follow committees, and contact representatives directly through a platform, the relationship between government and governed becomes measurable, navigable, and improvable. That’s a different kind of accountability than was possible with paper.

Public-sector software in Nigeria is finally credible

For years, the joke was that you couldn’t get a Nigerian government website to load on Sundays. The Rivers State HoA platform — and the federal-level wins coming behind it — kills that perception. Public-sector software in Nigeria can be world-class. The press coverage is starting to reflect that.

The vendor pool is expanding

Lagos has a deep bench of software development teams who can build at international quality. Government procurement is starting to find them. That’s good for citizens, good for the cost-quality curve, and good for Nigeria’s tech industry.

What other agencies should consider

If your agency is thinking about a digital platform — not just a website refresh — start here:

  1. Define the public-facing services first. What can a citizen actually do on the platform? Information lookup, submission, tracking, alerts? Be specific.
  2. Plan for accessibility from week 1. Retrofitting accessibility is twice the cost of building it in.
  3. Pick a vendor who has shipped at scale. Government traffic is bursty (a viral bill, a controversial committee). The platform must hold up. Ask for evidence of high-traffic past deployments.
  4. Insist on code ownership and a clean exit path. Future-you will thank present-you.
  5. Budget for ongoing operations, not just the build. A government platform that works 99.9% of the time has a maintenance team behind it.
  6. AI is now table stakes for search and citizen Q&A. Don’t ship a 2018 platform in 2026.
  7. Talk to your peers who’ve shipped. Rivers State HoA, FIRS, NIBSS — agencies that have done it well are usually willing to share lessons.

If your agency is scoping a digital platform, we’d be glad to help you scope it. We’ve done it. We’re doing it. We’ll tell you what’s realistic before you go to procurement.

#government#civic-tech#ai#nigeria#digital-transformation

Need help with what you just read?

Whether it's an MVP, a migration, or a production AI feature — we ship.

Talk to us
Chat with us