We're a family-owned boutique technology firm. Since 2013 we've crafted
software with care and dedication — "Made with heart ",
as we like to say. In 2025 we begin our journey to create our first consumer applications, and it’s our hope that you feel our care and dedication in every interaction with our products.
We’d love to hear your product suggestions or feedback at [email protected]
— Austen Conrad, Founder
Made with Heart
Coming Soon
piggy+
Shop on-line often? Piggy+ is the budget app that automatically logs email receipts.
At Conrad Research we LOVE Temporal. It gives us a high velocity in development because our code doesn’t have to worry as much about implementing retry logic. We also are heavy users of Cloudflare workers. The combination of these two is awesome, but not straightforward. Let’s dig in:
I recently was reviewing the error logs on a Cloudflare Worker that had only been active for a week and was surprised to see the extent of attacks occurring that were sniffing for leaked credentials. Let’s take a look at some of the URLs that were being accessed.
I’ve been writing webpage copy for the pricing page of a SAAS product and decided it would be interesting to compare ChatGPT 4, Claude 3.5, and Grok 2 LLM AI models while doing so (in hindsight I should have also included llama).
Using HTMX and Cloudflare Workers is a great way to sprinkle in some dynamic functionality into your Cloudflare Pages static site. Let’s look at an example of handling a form submission.