Digital Planning Register Walkthrough
Step-by-step guide to exploring the Digital Planning Register used by UK councils
Great! You've deployed the demo
Now let's walk through what you just deployed and see it in action.
Start WalkthroughChoose your next step
Generate Evidence Pack
Create your business case documentation with what you've learned.
Generate Evidence PackTry the Digital Planning Register
10 minutes to explore the register
This walkthrough guides you through the Digital Planning Register as a resident would use it. You'll browse councils, search planning applications, and explore application details. Perfect for planning managers, digital transformation leads, and anyone evaluating public planning registers.
The Digital Planning Register is an open-source Next.js application built by TPXimpact as part of the Open Digital Planning ecosystem. It provides a unified, accessible interface for residents to search and view planning applications, connecting to council BOPS (Back Office Planning System) APIs.
What you'll do
In this 10-minute walkthrough, you'll:
- Access the register — Find the URL from CloudFormation outputs and open it (2 minutes)
- Explore councils — Browse the list of configured councils and understand the multi-council model (3 minutes)
- Search applications — Search for planning applications and explore application details (3 minutes)
- Review the architecture — Understand the AWS infrastructure and how it connects to BOPS (2 minutes)
Before you start
Deploy the Digital Planning Register scenario if you haven't already. Deployment takes 8 to 12 minutes.
Sample data check
What you'll learn
For planning managers
- How residents search and view planning applications
- Multi-council aggregation in a single register
- GOV.UK Design System accessibility patterns
- How the register connects to BOPS back-office systems
For technical staff
- ECS Fargate deployment for Next.js applications
- CloudFront HTTPS termination pattern
- Stateless container architecture (no database)
- API aggregation patterns
What's included
Your deployment includes:
- The full Digital Planning Register — the same application used by UK councils
- 9 council configurations — Barnet, Buckinghamshire, Camden, Gateshead, Lambeth, Medway, Newcastle, Southwark, South Gloucestershire
- GOV.UK Design System — fully accessible, WCAG 2.2 AA compliant interface
- CloudFront HTTPS — secure access via AWS-managed TLS certificate
View the source code on GitHub
Takes approximately 10 minutes