import { PublicLayout } from '@/components/layout/public-layout' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import Link from 'next/link' import { Button } from '@/components/ui/button' export default function GuidesPage() { return (

Conceptual Guides

Architecture Overview Understanding the Sankofa Phoenix architecture

Learn about the multi-tier architecture, global deployment model, and how components work together to deliver sovereign cloud infrastructure.

Well-Architected Framework Best practices for building on Sankofa Phoenix

Guidelines for building reliable, secure, performant, and cost-effective applications on the Phoenix platform.

Best Practices Recommended patterns and practices

Learn from real-world examples and recommended patterns for common use cases and scenarios.

) }