import { LayoutTemplate, Sparkles } from 'lucide-react'; import { Button } from '@/components/ui/button'; interface BlueprintEmptyStateProps { onCreate: () => void; canCreate: boolean; } export function BlueprintEmptyState({ onCreate, canCreate }: BlueprintEmptyStateProps) { return (
A Blueprint is a docker-compose.yml plus a node selector. Sencho ensures the matching nodes always run that stack at the latest revision and tells you when reality drifts from the plan.