Product Configuration & Augmented-Reality Platform
Customer-facing platform for configuring products and visualising them in augmented reality, built with Next.js, React and TypeScript across implementation and delivery work.
Overview
Configurable physical products are hard to communicate on a screen. This platform lets customers configure a product and then see it in place through augmented reality in the browser, which turns an abstract specification into something you can look at before committing to it.
Contribution
Implementation
- UI/UX for product selection and configuration flows, including calls-to-action
- Lead-capture and sales workflows
- Authentication and session management
- Database-backed user preferences and saved configurations
CI/CD and quality
- GitHub Actions pipelines for automated build, type-check and deployment
- Contributed to quality and security review: input validation, authentication hardening, dependency review
Project execution
- Coordinated across product, technical and sales requirements
- Translated stakeholder feedback into prioritised implementation work
Technical notes
A Next.js/React/TypeScript application deployed on Vercel, TypeScript strict mode enforced throughout — a TypeScript/Node stack end to end.
Approach to AI-assisted development
The project made deliberate use of agentic coding tools to accelerate implementation, under a standing rule that all generated or suggested code was reviewed before merging. The aim was a codebase that stayed maintainable, secure and testable rather than opaque.