'use client'
import Link from 'next/link'
import { useAuth } from '@/lib/auth/context'
import { initiateOAuthFlow, initiateSignupFlow } from '@/lib/api/oauth'
import LoadingOverlay from '@/components/LoadingOverlay'
import SiteList from '@/components/sites/SiteList'
import { Button } from '@ciphera-net/ui'
import { BarChartIcon, LockClosedIcon, LightningBoltIcon } from '@radix-ui/react-icons'
export default function HomePage() {
const { user, loading } = useAuth()
if (loading) {
return
Respect your users' privacy while getting the insights you need. No cookies, no IP tracking, fully GDPR compliant.
We don't track personal data. No IP addresses, no fingerprints, no cookies.
Get the metrics that matter without the clutter. Page views, visitors, and sources.
Our script is less than 1kb. It won't slow down your site or affect your SEO.
Manage your analytics sites and view insights.