Browse newly registered UK companies by date range and industry to spot emerging market trends
Subscribe to weekly email alerts for specific industry codes to track new entrants in your sector
Use the demo mode with sample data to preview and customize the dashboard before adding a live Companies House API key
Deploy a market-intelligence tool on Cloudflare Workers with Stripe-powered subscriptions and no user login system
Requires a Companies House API key and Cloudflare account, Stripe and Resend API keys are needed for the paid alert feature.
UK Company Radar is a web dashboard for browsing and analyzing newly registered UK companies. It pulls data from Companies House, the UK government's official company registrar, and presents it in a searchable, sortable table with date filters. You can narrow results to today, yesterday, the past seven days, or the past thirty days and page through whatever comes back. The summary panel at the top shows total company count, the top city for new registrations, the most common industry code, and the most active sector for the selected period. Below that, a set of insight cards breaks the data down by top industries, regions, cities, growth trends, company types, and keyword signals. Charts are rendered with Recharts. A paid alert feature lets users subscribe to weekly email digests for specific industry codes. The signup flow is intentionally simple for this first version: you enter an email address, select up to three industry codes, and pay a monthly fee through Stripe Checkout. No account or login is required. After payment is confirmed via a Stripe webhook, a scheduled job runs weekly and sends matching new company listings to your email through Resend. Subscriptions and tracked codes are stored in a Cloudflare D1 database. All requests to the Companies House API are made server-side, so the API key is never sent to the browser. A demo mode is available: if no API key is set, the dashboard falls back to local sample data so the interface can be previewed without a live key. The app is built with Next.js 15, TypeScript, and Tailwind CSS, and is designed to deploy on Cloudflare Workers using the OpenNext adapter.
← mso96 on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.