import Link from 'next/link' import { Button } from '@/components/ui/button' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Header } from '@/components/layout/header' import { Key, Terminal, FileText, Activity, Code, Settings } from 'lucide-react' export default function DeveloperPortalPage() { return ( <>
{/* Hero */}

Developer Portal

Manage API keys, test environments, and developer resources

{/* Developer Tools */}

Developer Tools

API Keys Create and manage API keys for your applications

Generate keys, set permissions, and monitor usage

Test Environments Provision and manage sandbox environments

Instant provisioning with automatic cleanup

API Logs View and analyze API request logs

Real-time log streaming and search

Usage Analytics Monitor API usage and performance

Track requests, errors, and quotas

Documentation API references and integration guides

Comprehensive guides and examples

Settings Configure developer account settings

Manage preferences and notifications

{/* Quick Actions */}

Quick Actions

Get Started

New to Phoenix Nexus? Create your first API key and start building.

Need Help?

Check the documentation or contact our developer support team.

) }