Welcome to your new Next.js project setup. Explore interactive features, instant code preview tabs, server actions, and theme styling below.
Switch tabs to inspect code patterns and live preview behaviors
import Layout from "./layout";
export default function Page() {
return (
<div className="welcome-container">
<h1>Welcome, {"Developer"}!</h1>
</div>
);
}Every folder in src/app defines a route segment. Next.js handles layouts, error boundaries, and loading states automatically!
Click to increment welcome state counter and unlock achievement ranks.
Choose an accent color theme palette for your Next.js application workspace.