Built with Duct
Explore real-world websites and applications built with Duct UI. These examples showcase various features and patterns you can learn from and apply to your own projects.
Duct UI Documentation & Demo
The official Duct UI documentation site and component demos. A comprehensive showcase of all Duct features.
All Features
- Component LibraryInteractive demos of all Duct components
- Static Site GenerationDocumentation built with Duct SSG
- Content ManagementMarkdown-based documentation system
- Theme SystemLight/dark mode with DaisyUI integration
- Code HighlightingSyntax highlighting with Prism.js
- NavigationSidebar navigation with active state management
- Blog SystemFull blog with pagination and tagging
- Selective ReanimationStatic pages with interactive components
Duct UI Starter Template
A feature-rich starter template demonstrating best practices for building websites with Duct.
All Features
- Blog SystemComplete blog with pagination and excerpts
- Contact FormInteractive form with modal feedback
- Theme TogglePersistent theme switching
- Responsive DesignMobile-first responsive layout
- Content CollectionsOrganized markdown content
- SEO OptimizationMeta tags and Open Graph support
- Container PatternAdvanced component composition
- DaisyUI ComponentsSemantic color system throughout
Navilan.in
A multilingual personal website showcasing advanced Duct features in production.
All Features
- Multi-language SupportEnglish and Tamil content
- Advanced PaginationDynamic page generation based on content
- Custom Markdown ParserEnhanced markdown with plugins
- Custom Nunjucks FiltersTemplate processing extensions
- Content Co-locationImages stored with markdown files
- Bilingual NavigationLanguage-aware routing
- Production DeploymentReal-world performance optimization
- Clean URL StructureSEO-friendly paths
💡 Tip: Study these projects to see different approaches to building with Duct:Framework documentation,Starter template, andProduction website
Share Your Project
Have you built something with Duct? Share it in our Show and Tell discussions and it might be featured here!
When sharing, include:
- Link to your live website
- Source code (if available)
- Key features you’ve implemented
- What you learned building with Duct
🎯 What to Look For
- How different projects organize their
content/
directories - Various approaches to theme implementation and customization
- Different navigation patterns and user interface designs
- How static site generation is configured for different use cases
- Integration patterns with external services and APIs
- Multi-language content management strategies
- Performance optimization techniques in production