import { AskAi } from "@/components/space/ask-ai"; import { redirect } from "next/navigation"; export default function Home() { redirect("/projects/new"); return ( <>
✨ DeepSite Public Beta

Code your website with AI in seconds

Vibe Coding has never been so easy.

Community Driven

Deploy your website in seconds

Features that make you smile

); }