'use client'; import Link from 'next/link'; import Navbar from '@/components/Navbar'; import Footer from '@/components/Footer'; import FeatureCard from '@/components/FeatureCard'; interface FeatureItem { icon: string; label: string; premium?: boolean; } interface FeatureSection { id: string; title: string; description: string; icon: string; features: FeatureItem[]; } export default function FeaturesPage() { const features: FeatureSection[] = [ { id: 'deployment', title: 'App Deployment', description: 'Deploy your favorite applications instantly from our library of 50+ pre-configured Docker templates. No manual configuration neededโjust click, deploy, and go live.', icon: '๐', features: [ { icon: 'โก', label: 'One-click deployment' }, { icon: '๐ฆ', label: '50+ app templates' }, { icon: 'โ๏ธ', label: 'Auto-configuration' }, ], }, { id: 'ssl-security', title: 'SSL & Security', description: 'Enterprise-grade security built in. Automatic SSL certificates, TOTP 2FA, encrypted credentials, and comprehensive audit logs to track every action.', icon: '๐', features: [ { icon: '๐', label: 'Automatic SSL certificates' }, { icon: '๐ฑ', label: 'TOTP 2FA authentication' }, { icon: '๐', label: 'Encrypted credentials' }, { icon: '๐', label: 'Audit logs' }, ], }, { id: 'dns', title: 'DNS Management', description: 'Manage all your app subdomains from one dashboard. Automatic DNS record creation with Technitium DNS integration makes domain management effortless.', icon: '๐', features: [ { icon: 'โจ', label: 'Automatic DNS records' }, { icon: '๐', label: 'Technitium integration' }, { icon: '๐', label: 'Subdomain management' }, { icon: '๐ฏ', label: 'Zero DNS config' }, ], }, { id: 'monitoring', title: 'Monitoring & Health', description: 'Real-time visibility into your infrastructure. Monitor container health, response times, and resource usage with detailed metrics and alerts.', icon: '๐', features: [ { icon: '๐ข', label: 'Real-time status' }, { icon: 'โฑ๏ธ', label: 'Response time tracking' }, { icon: '๐พ', label: 'Resource monitoring' }, { icon: '๐', label: 'Performance metrics' }, ], }, { id: 'docker', title: 'Docker Management', description: 'Control your entire Docker environment visually. View, manage, and scale containers, access logs, and perform updates without touching the command line.', icon: '๐ณ', features: [ { icon: '๐ฎ', label: 'Container control' }, { icon: '๐', label: 'Live logs access' }, { icon: '๐', label: 'Auto-updates' }, { icon: '๐', label: 'Resource monitoring' }, ], }, { id: 'premium', title: 'Premium Features', description: 'Advanced features for power users and production deployments. SSO integration, multi-container recipes, and Docker Swarm orchestration.', icon: 'โญ', features: [ { icon: '๐', label: 'Auto-Login SSO', premium: true }, { icon: '๐', label: 'Recipes (stack deployment)', premium: true }, { icon: '๐', label: 'Docker Swarm orchestration', premium: true }, { icon: '๐', label: 'Priority support', premium: true }, ], }, ]; return (
Everything you need to manage Docker applications professionally. From deployment to monitoring, SSL to securityโit's all included.
{feature.description}
{/* Feature Grid */}Start with the free tier and upgrade anytime when you need advanced features.
Get advanced features designed for power users and production deployments. Auto-Login SSO, stack recipes, Docker Swarm orchestration, and priority support.
Deploy apps with automatic single sign-on integration.
Deploy multi-container stacks with one click.
Orchestrate multi-node clusters effortlessly.
Get faster responses from our support team.
Check our documentation or contact support.