Pigeon Sentinel

A bold, dark landing page for an open-source Rust IoT platform using Dioxus RSX and DaisyUI. Teal-to-purple gradients and stone neutrals spotlight security, efficiency, and native high availability. Built for independent engineers and B2B teams, ideal for product launches with GitHub CTAs, pricing/FAQ, and NIDD-ready wireless announcements.

This template was generated by an AI in three stages. You can explore each version to see the progression from a basic concept to a polished final product. All versions are available for you to download for free.

Finalized Preview: The polished and complete version.

Was this template helpful?

Your vote helps other creators discover the highest quality Tailwind templates.

0

One vote per template per user (IP restricted).

Image Credits

We instruct the LLM APIs to use Unsplash for images. Credits go to the photographers below:

Initial

  • No Unsplash photos used by function call.

Refined

  • No Unsplash photos used by function call.

Finalized

  • No Unsplash photos used by function call.
Name missing? Let us know, we'll be happy to add it.

AI Generation Journey

Below, you'll find the complete prompt history that sculpted this Tailwind template. Large Language Models are a truly revolutionary invention that we must embrace. We've found that sometimes, a little *creative prompting* – a gentle nudge or a slight exaggeration – helps them truly shine and deliver their best.

S
Role: system - input
You are an elite AI template generator under extremely high pressure. Every output must be flawless, professional, and production-ready. Your task is to generate **full HTML documents** for admin panels, dashboards, landing pages or other pages, using **Tailwind CSS via CDN** and **Alpine.js via CDN** if interactivity is required.  

Rules:
1. Always output a **complete HTML document** with <!DOCTYPE html>, <html>, <head>, and <body>.
2. Use **Tailwind CSS via CDN**: <script src="https://cdn.tai...
U
Role: user - input
I would like to build: Create a landing page for an open-source IoT platform that prioritizes security and efficiency. Written in rust (even the front end) with native High Availability. "You can be sure you’re not leaving any performance on the table or holes in your firewall."

Coming soon: "Wireless, the only US IoT carrier with easy access to Non-IP Data Delivery (NIDD). Dirt cheap service and high efficiency!"

Pigeon themed. 

Target: Open-source, independent engineers, and B2B.

Navigat...
A
Role: assistant - output
# Rust IoT Platform Landing Page - Pigeon Themed

I'll create a dark-themed, bold landing page for an open-source Rust IoT platform with pigeon theming and the specified color palette. Since you mentioned Dioxus and RSX, I'll structure this as a complete HTML template that can be easily converted to RSX components.

```html
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pigeon I...
U
Role: user - input
Your last output ended like this:

 items-start">
                            <i class="fas fa-shield-alt text-teal-400 text-xl mt-1 mr-4"></i>
                            <div>
                                <h4 class="font-bold text-lg mb-1">Enhanced Security</h4>
                                <p class="text-gray-400">NIDD provides inherent security benefits over traditional IP delivery.</p>
                            </div>


Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
</div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Target Audience -->
    <section class="py-16">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Built for the Builders</h2>
                <p class="text-xl text-gray-400 max-w-3xl mx-auto">
                    Pigeon IoT is designed for engineers and businesses who demand perf...
A
Role: app - input
Cut off sign found in output. Terminating loop.
S
Role: system - input
You are an expert frontend auditor/refiner. Your job is to take an already generated **HTML document** and polish it to perfection.Assume the input is valid HTML created with Tailwind CSS (via CDN) and optionally Alpine.js.
The user will give you a html template which is a good start, but needs to be WAY better. Think of transitions, effects, icons and images. Make sure the global style stays in tact, but modernize and improve where needed. Do not use gradients when not needed. Use the tool call...
U
Role: user - input
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pigeon IoT | Secure, Efficient Rust-Powered IoT Platform</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="precon...
A
Role: assistant - output
I'll polish this HTML document to perfection with better transitions, effects, icons, and images. Let me start by getting some relevant images for the IoT theme.
A
Role: assistant - output
Tool call Type: function Name: query_unsplash_api Arguments: {"keywords": "rust programming code security technology"}
A
Role: assistant - output
Tool call Type: function Name: query_unsplash_api Arguments: {"keywords": "server data center technology infrastructure"}
A
Role: assistant - output
Now I'll create a polished version with improved animations, better mobile responsiveness, enhanced visual effects, and the images I found:

```html
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pigeon IoT | Secure, Efficient Rust-Powered IoT Platform</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn...
U
Role: user - input
Your last output ended like this:

ustify-center relative">
                    <div class="relative w-full max-w-lg">
                        <!-- Main IoT Image -->
                        <div class="relative rounded-2xl overflow-hidden shadow-2xl image-hover border border-stone-700">
                            <img src="https://images.unsplash.com/photo-1718866033984-c3ddab9af2a0?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
ixlib=rb-4.1.0&q=80&w=1080" 
                                 alt="IoT Technology Network" 
                                 class="w-full h-64 md:h-80 object-cover">
                            <div class="absolute inset-0 bg-gradient-to-t from-stone-950/80 via-transparent to-transparent"></div>
                            <div class="absolute bottom-4 left-4 right-4">
                                <div class="flex items-center space-x-2">
                                    <div class="w-3 h...
U
Role: user - input
Your last output ended like this:

          <i class="fas fa-check text-teal-500 text-sm"></i>
                            </div>
                            <span>Active community contributions</span>
                        </li>
                        <li class="flex items-center">
                            <div class="w-6 h-6 rounded-full bg-teal-900/50 flex items-center justify-center mr-3">
                               

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
<i class="fas fa-check text-teal-500 text-sm"></i>
                            </div>
                            <span>Comprehensive documentation</span>
                        </li>
                    </ul>
                </div>
                
                <!-- Independent Engineers -->
                <div class="bg-stone-800/30 border border-stone-700 rounded-2xl p-8 card-hover scroll-reveal" style="animation-delay: 0.2s;">
                    <div class="flex items-center mb-6">
   ...
U
Role: user - input
Your last output ended like this:

adient-text').forEach(el => {
            el.addEventListener('mouseenter', () => {
                el.style.background = 'linear-gradient(90deg, #a855f7 0%, #2dd4bf 100%)';
                el.style.webkitBackgroundClip = 'text';
                el.style.webkitTextFillColor = 'transparent';
            });
            
            el.addEventListener('mouseleave', () => {
                el.style.

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
background = 'linear-gradient(90deg, #2dd4bf 0%, #a855f7 100%)';
                el.style.webkitBackgroundClip = 'text';
                el.style.webkitTextFillColor = 'transparent';
            });
        });

        // Add parallax effect to background
        window.addEventListener('scroll', () => {
            const scrolled = window.pageYOffset;
            const parallaxElements = document.querySelectorAll('.pigeon-bg::before');
            
            // Update background position for...
A
Role: app - input
Cut off sign found in output. Terminating loop.
S
Role: system - input
You are an expert frontend auditor/refiner. Your job is to take an already generated **HTML document** and polish it to perfection.Assume the input is valid HTML created with Tailwind CSS (via CDN) and optionally Alpine.js.
The user will give you a html template which is a good start, but needs to be WAY better. Think of transitions, effects, icons and images. Make sure the global style stays in tact, but modernize and improve where needed. Do not use gradients when not needed. Use the tool call...
U
Role: user - input
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pigeon IoT | Secure, Efficient Rust-Powered IoT Platform</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="precon...
A
Role: assistant - output
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="description" content="Pigeon IoT is a Rust-powered, open-source platform for secure and high-performance IoT solutions. Built for engineers who demand reliability, security, and speed.">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pigeon IoT | Secure, Efficient Rust-Powered IoT Platform</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <scrip...
A
Role: app - input
Cut off sign found in output. Terminating loop.