About Economic Agents

Economic Agents Logo

Economic Agents is at the forefront of AI-powered economic simulations and analysis. Our platform enables researchers, economists, and businesses to create and deploy advanced AI agents for a wide range of economic scenarios.

Founded in 2023, our team of expert data scientists, economists, and software engineers is dedicated to pushing the boundaries of what's possible in economic modeling and forecasting.

Our mission is to democratize access to sophisticated economic tools, making it easier for organizations of all sizes to leverage the power of AI in their decision-making processes.

Our Technology

We leverage cutting-edge web technologies to create a seamless and powerful experience. Here's a glimpse of the code powering our main page:


import { Button } from "@/components/ui/button"
import { NavBar } from "@/components/navbar"
import { Slideshow } from "@/components/slideshow"
import { EconomicDashboard } from "@/components/economic-dashboard"
import Link from "next/link"
import Image from "next/image"

export default function Home() {
  return (
    <div className="min-h-screen bg-black">
      <NavBar />
      <main>
        <div className="container mx-auto px-4 pt-28 pb-16 relative">
          <div className="flex justify-between items-start">
            <div className="max-w-3xl pt-4">
              <h1 className="text-4xl md:text-6xl lg:text-8xl font-bold mb-8 animate-title bg-clip-text text-transparent bg-gradient-to-r from-white via-gray-300 to-gray-500 tracking-tight leading-tight">
                Economic Agents
              </h1>
              <p className="text-xl text-gray-300 mb-10 max-w-lg mt-4">
                Create and deploy advanced AI agents for economic simulations and analysis
              </p>
              <Button
                variant="outline"
                className="text-white border-white hover:bg-white/10 rounded px-6 py-2 transition-all duration-300"
                asChild
              >
                <Link href="/create">Create Agent</Link>
              </Button>
            </div>
            <div className="hidden lg:block">
              <Image
                src="/logo.png"
                alt="Economic Agents Logo"
                width={400}
                height={400}
                className="w-[400px] h-[400px] opacity-90 animate-float"
              />
            </div>
          </div>
        </div>
        <EconomicDashboard />
        <Slideshow />
      </main>
    </div>
  )
}

Join the Future of Economic Modeling

Experience the power of AI-driven economic simulations. Create your first agent today and revolutionize your approach to economic analysis and forecasting.

Get Started