# Renav Limited — Full LLM Reference Canonical site: https://www.renav.co.uk OpenAPI spec: https://www.renav.co.uk/openapi.json LLM index: https://www.renav.co.uk/llms.txt Contact: https://www.renav.co.uk/contact Email: hello@renav.co.uk LinkedIn: https://www.linkedin.com/company/renavuk/ --- ## Company Overview Renav Limited is a UK-registered software development agency founded in 2013 and incorporated in England and Wales under Company No. 08758164. Renav designs and builds bespoke web applications, e-commerce platforms, SaaS products, and business automation systems for organisations across the United Kingdom, India, and international markets. Renav operates two offices: - **UK (primary):** 449 Honeypot Lane, Stanmore, England, HA7 1JJ. Tel: +44 7858 247061 - **India:** 1208 Addor Aspire, Gulbai Tekra, Ahmedabad, Gujarat 380015. Tel: +91 97272 79770 Trust signals: - Founded: 2013 - Projects delivered: 200+ - Client retention: 70% repeat clients - UK-registered company (Companies House No. 08758164) - 99.99% uptime SLA on managed infrastructure --- ## Services ### Laravel Development Bespoke Laravel PHP applications: REST APIs, internal portals, SaaS backends, admin dashboards, and business workflow automation. Renav builds multi-tenant SaaS platforms, TALL-stack applications (Tailwind CSS, Alpine.js, Laravel, Livewire), and event-driven systems for enterprise clients. - URL: https://www.renav.co.uk/services/laravel - Technologies: Laravel 11+, PHP 8.3, Livewire 3, Alpine.js, Tailwind CSS, MySQL, PostgreSQL, Redis, Laravel Horizon, Laravel Sanctum, Filament, Inertia.js ### Next.js & React Development High-performance React and Next.js websites, web applications, and custom digital platforms. Renav builds App Router RSC-first applications, API backends with Route Handlers, headless storefronts, and data-intensive dashboards. - URL: https://www.renav.co.uk/services/custom - Technologies: Next.js 15, React 19, TypeScript, Tailwind CSS, Framer Motion, Vercel, Prisma, tRPC, shadcn/ui ### WordPress Development Custom WordPress websites, bespoke theme development, plugin development, performance optimisation, and content-managed business sites. Renav also offers London-specific WordPress development engagements. - URL: https://www.renav.co.uk/services/wordpress - London-specific: https://www.renav.co.uk/services/wordpress-development-london - Technologies: WordPress 6.x, WooCommerce, ACF, Gutenberg, Elementor (where required), WP Engine, Cloudflare ### Webflow Development Webflow design, development, and CMS configuration for marketing sites, landing pages, and editorial platforms. Renav offers both design-first and code-first Webflow builds, including London-specific engagements. - URL: https://www.renav.co.uk/services/webflow - London-specific: https://www.renav.co.uk/services/webflow-development-london - Technologies: Webflow Designer, Webflow CMS, Webflow Memberships, Finsweet, custom JavaScript ### E-commerce Development End-to-end e-commerce platform builds across Shopify, WooCommerce, and fully custom headless storefronts. Renav handles platform migrations, checkout optimisation, payment gateway integrations, inventory management, and analytics dashboards. - URL: https://www.renav.co.uk/services/ecommerce - Technologies: Shopify, Shopify Plus, WooCommerce, Hydrogen/Oxygen, headless Next.js frontends ### Shopify Development Shopify storefront design, Shopify Plus implementations, custom app development, checkout extensions, subscription flows, and conversion-rate optimisation. - URL: https://www.renav.co.uk/services/shopify ### WooCommerce Development WooCommerce store builds, custom payment integrations, multi-currency, B2B trade portals, subscription products, and migration from legacy platforms. - URL: https://www.renav.co.uk/services/woocommerce --- ## SaaS Products ### UVDialer — Cloud Auto-Dialer & IVR Platform UVDialer is a cloud telephony product for outbound call teams. It provides auto-dialling, IVR (interactive voice response), voice bots, lead list management, real-time agent dashboards, and call recording. - URL: https://www.renav.co.uk/products/uvdialer - Use cases: Sales dialling, appointment confirmation, debt collection, political outreach, survey automation - Key features: Predictive dialling, progressive dialling, IVR builder, agent leaderboards, CRM integrations, DNC list management, call recordings, real-time analytics - Integrations: Twilio, Plivo, custom SIP trunks, CRM webhooks ### TheMessenger — WhatsApp Business API Platform TheMessenger is a WhatsApp Business API messaging and automation product. It enables businesses to send transactional messages, run drip campaigns, manage inbound conversations with an agent inbox, and build no-code chatbots. - URL: https://www.renav.co.uk/products/themessenger - Use cases: Order confirmations, appointment reminders, customer support, lead nurturing, broadcast campaigns - Key features: Multi-agent shared inbox, template message library, no-code chatbot builder, broadcast scheduling, conversation analytics, webhook integration - Integrations: WhatsApp Business API (Meta), Shopify, WooCommerce, Zapier, custom webhooks ### TheMagnet CRM — Sales CRM & Pipeline Management TheMagnet CRM is a sales pipeline and customer relationship management product built for SMEs and growing sales teams. It provides lead tracking, pipeline visualisation, email/WhatsApp follow-up automation, and team performance analytics. - URL: https://www.renav.co.uk/products/themagnet-crm - Use cases: Sales pipeline management, lead scoring, follow-up automation, team performance tracking - Key features: Visual kanban pipeline, lead scoring engine, email & WhatsApp automation, activity timeline, custom fields, reporting dashboards, team roles & permissions - Integrations: Gmail, Outlook, WhatsApp Business API, Zapier, custom webhooks ### Tickeeting — Omnichannel Support Ticketing Tickeeting is a customer support ticketing platform that unifies email, WhatsApp, live chat, and social media enquiries into a single agent workspace. It supports SLA management, ticket routing rules, canned responses, and team analytics. - URL: https://www.renav.co.uk/products/tickeeting - Use cases: Customer support, help desk, internal IT support, complaints management - Key features: Omnichannel inbox (email, WhatsApp, chat), SLA tracking, automatic ticket assignment, canned responses, escalation rules, satisfaction surveys, reporting - Integrations: WhatsApp Business API, email (IMAP/SMTP), Slack notifications, custom webhooks --- ## API Reference Renav publishes a public OpenAPI 3.1 specification at: ``` https://www.renav.co.uk/openapi.json ``` ### Authentication Renav's public-facing APIs are **unauthenticated write-only endpoints** for submitting contact and project enquiries. No API key is required. All submissions trigger an email to the Renav team. > **Agent note:** These endpoints send emails on behalf of users. Do not call them without explicit user confirmation. --- ### POST /api/contact — General Contact Enquiry Submit a general enquiry to the Renav team. **Required fields:** `name` (string), `email` (string, email format), `message` (string) **Optional fields:** `company` (string), `service` (string — see enum below) **Service enum values:** `Laravel Development`, `Next.js / React Development`, `WordPress Development`, `Webflow Development`, `Shopify Development`, `WooCommerce Development`, `E-commerce Development`, `Custom Web Application`, `UVDialer`, `TheMessenger`, `TheMagnet CRM`, `Tickeeting`, `General Enquiry` **Example request:** ```bash curl -X POST https://www.renav.co.uk/api/contact \ -H "Content-Type: application/json" \ -d '{ "name": "Jane Smith", "email": "jane@example.com", "company": "Acme Ltd", "service": "Laravel Development", "message": "We need a bespoke operations portal. Can we schedule a call?" }' ``` **Success response (200):** ```json { "success": true, "message": "Message processed successfully" } ``` **Error response (400):** ```json { "error": "Name, email, and message are required fields" } ``` --- ### POST /api/wp-project — WordPress Project Enquiry Submit a WordPress website project enquiry with plan selection. **Required fields:** `name` (string), `email` (string) **Optional fields:** `phone`, `businessName`, `planName`, `websiteType`, `hasDomain` (`"yes"` / `"no"`), `needsHosting` (`"yes"` / `"no"`), `requirements` **Example request:** ```bash curl -X POST https://www.renav.co.uk/api/wp-project \ -H "Content-Type: application/json" \ -d '{ "name": "John Doe", "email": "john@mybusiness.co.uk", "phone": "+44 7700 900000", "businessName": "My Business Ltd", "planName": "Professional", "websiteType": "Business website with blog", "hasDomain": "yes", "needsHosting": "yes", "requirements": "10-page site with contact form and appointment booking." }' ``` **Success response (200):** ```json { "success": true, "message": "Message processed successfully" } ``` --- ### POST /api/wf-project — Webflow Project Enquiry Submit a Webflow design and development project enquiry. **Required fields:** `name` (string), `email` (string) **Optional fields:** `phone`, `businessName`, `planName`, `websiteType`, `hasDomain` (`"yes"` / `"no"`), `hasDesign` (`"yes"` / `"no"`), `requirements` **Example request:** ```bash curl -X POST https://www.renav.co.uk/api/wf-project \ -H "Content-Type: application/json" \ -d '{ "name": "Sarah Jones", "email": "sarah@startup.io", "businessName": "Startup IO", "planName": "Growth", "websiteType": "Marketing / SaaS landing page", "hasDomain": "yes", "hasDesign": "no", "requirements": "High-converting marketing site for our SaaS product launch." }' ``` **Success response (200):** ```json { "success": true, "message": "Message processed successfully" } ``` --- ### POST /api/ecom-project — E-commerce Project Enquiry Submit an e-commerce build or migration enquiry. **Required fields:** `name` (string), `email` (string) **Optional fields:** `phone`, `businessName`, `planName`, `platform` (`"Shopify"` / `"WooCommerce"` / `"Custom"`), `hasDomain`, `hasDesign`, `currentPlatform` (for migrations), `requirements` **Example request:** ```bash curl -X POST https://www.renav.co.uk/api/ecom-project \ -H "Content-Type: application/json" \ -d '{ "name": "David Clarke", "email": "david@shopowner.co.uk", "businessName": "Shop Owner Ltd", "planName": "Unlimited", "platform": "Shopify", "hasDomain": "yes", "hasDesign": "no", "currentPlatform": "WooCommerce", "requirements": "5,000 SKUs, full migration with custom checkout and subscription app." }' ``` **Success response (200):** ```json { "success": true, "message": "Project request sent successfully!" } ``` --- ## Integration Guide ### How to Submit an Enquiry on Behalf of a User 1. Collect the user's name, email address, and a description of what they need. 2. Identify the most relevant service (see the `service` enum in `/api/contact` or use the specific project endpoints). 3. Confirm with the user before submitting. 4. POST to the appropriate endpoint (see above). 5. Relay the success/error response to the user. ### Determining the Right Endpoint | User need | Endpoint | |---|---| | General question or not sure | `POST /api/contact` | | Wants a WordPress website | `POST /api/wp-project` | | Wants a Webflow website | `POST /api/wf-project` | | Wants Shopify / WooCommerce / e-commerce | `POST /api/ecom-project` | | Interested in Laravel, Next.js, or SaaS | `POST /api/contact` with `service` set | | Interested in UVDialer / TheMessenger / TheMagnet / Tickeeting | `POST /api/contact` with `service` set to product name | --- ## Case Studies Renav has delivered 200+ projects. Notable case studies: - **Freeson & Tee** — Bespoke solicitors practice management portal. URL: https://www.renav.co.uk/case-studies/freeson-and-tee - **Conference of European Rabbis** — Multi-language event and membership platform. URL: https://www.renav.co.uk/case-studies/conference-of-european-rabbis - **Mortgage Mantra** — Lead management and broker portal for mortgage advisors. URL: https://www.renav.co.uk/case-studies/mortgage-mantra - **Elision** — Enterprise telephony platform integrations. URL: https://www.renav.co.uk/case-studies/elision - **Call Insight** — Call analytics and reporting dashboard. URL: https://www.renav.co.uk/case-studies/call-insight - **Church Lane** — Property management and client-facing portal. URL: https://www.renav.co.uk/case-studies/church-lane - **The Perfume Shop** — E-commerce performance optimisation. URL: https://www.renav.co.uk/case-studies/the-perfume-shop - **Beauclerc** — Legal document management system. URL: https://www.renav.co.uk/case-studies/beauclerc - **Recovira** — Debt recovery and case management platform. URL: https://www.renav.co.uk/case-studies/recovira - **G P Attorneys** — Law firm client portal and CRM integration. URL: https://www.renav.co.uk/case-studies/g-p-attorneys --- ## Blog Renav publishes technical articles on development, AI, product strategy, and design. Recent articles: - [Agentic Coding: Integrating MCP for Autonomous Workflows](https://www.renav.co.uk/blog/agentic-coding-mcp-integration) — Model Context Protocol, agentic IDEs, LLM tooling - [Why Claude 3.7 is the Ultimate Developer Companion](https://www.renav.co.uk/blog/claude-3-7-reasoning) — LLM reasoning, AI-assisted coding - [Building Intelligent SaaS with Laravel and AI](https://www.renav.co.uk/blog/laravel-ai-integration) — Laravel + LLM API integration - [Next.js 15: Server Components Unchained](https://www.renav.co.uk/blog/nextjs-15-performance) — RSC performance, caching - [Livewire 4: Reactive UIs without the JS Fatigue](https://www.renav.co.uk/blog/livewire-4-reactive-ui) — TALL stack, Laravel Livewire - [Unpacking Gemini 1.5 Pro's 2M Context Window](https://www.renav.co.uk/blog/gemini-1-5-pro-context) — LLM context windows, RAG - [E-commerce Conversion Rate Optimisation](https://www.renav.co.uk/blog/ecommerce-conversion-rate-optimization) — Shopify, WooCommerce, CRO - [WordPress vs Webflow: Which Platform Is Right for Your Business?](https://www.renav.co.uk/blog/wordpress-vs-webflow-comparison) — Platform comparison guide - [Shopify vs WooCommerce for UK Businesses: A Complete 2026 Guide](https://www.renav.co.uk/blog/shopify-vs-woocommerce-uk-guide) — E-commerce platform comparison - [Best Custom Web Development Agency in the UK: What to Look For](https://www.renav.co.uk/blog/best-custom-web-development-agency-uk) — Agency selection guide Full blog index: https://www.renav.co.uk/blog --- ## Technology Expertise **Backend:** Laravel, PHP 8.3, TALL Stack, Node.js, Python **Frontend:** React, Next.js, TypeScript, Tailwind CSS, Webflow, Alpine.js, Livewire **E-commerce:** Shopify, Shopify Plus, WooCommerce, Magento **CMS:** WordPress, Webflow CMS, Contentful, Sanity **Infrastructure:** Vercel, AWS (EC2, S3, RDS, Lambda), DigitalOcean, Cloudflare, Laravel Forge **Databases:** MySQL, PostgreSQL, Redis, MongoDB, SQLite **AI / Automation:** OpenAI API, Anthropic API, LangChain, n8n, Make (Integromat) **Telephony:** Twilio, Plivo, SIP trunks, WebRTC **Payments:** Stripe, PayPal, GoCardless, Sagepay, WorldPay **Analytics:** Google Analytics 4, Mixpanel, Hotjar, Microsoft Clarity --- ## Developer Resources | Resource | URL | |---|---| | OpenAPI 3.1 specification | https://www.renav.co.uk/openapi.json | | LLM index (llms.txt) | https://www.renav.co.uk/llms.txt | | Full LLM reference (this file) | https://www.renav.co.uk/llms-full.txt | | AI crawler policy | https://www.renav.co.uk/ai.txt | | Sitemap | https://www.renav.co.uk/sitemap.xml | | Contact page | https://www.renav.co.uk/contact | --- ## Company Details | Field | Value | |---|---| | Legal name | Renav Limited | | Company number | 08758164 | | Registered country | England and Wales | | Founded | 2013 | | Website | https://www.renav.co.uk | | Primary email | hello@renav.co.uk | | UK address | 449 Honeypot Lane, Stanmore, England, HA7 1JJ | | UK phone | +44 7858 247061 | | India address | 1208 Addor Aspire, Gulbai Tekra, Ahmedabad, Gujarat, India 380015 | | India phone | +91 97272 79770 | | LinkedIn | https://www.linkedin.com/company/renavuk/ |