import type { Metadata } from 'next' import './globals.css' export const metadata: Metadata = { title: 'llm.energy | Extract Documentation for AI Agents', description: 'Fetch and organize llms.txt files into downloadable markdown documents ready for Claude, ChatGPT, and other AI assistants.', keywords: ['AI', 'LLM', 'documentation', 'llms.txt', 'markdown', 'Claude', 'ChatGPT'], } export default function RootLayout({ children, }: { children: React.ReactNode }) { return (
{/* Skip link for keyboard users */} Skip to main content