Frontend built by Claude Code + Antigravity.
1. Clone the repo
git clone https://github.com/yourusername/superplaced-ai.git
cd superplaced-ai[folder name] try with ls\\then folder name\....
2. Install dependencies
npm install
3. Set up environment variables
cp .env.local.example .env.local
4. Run development server
npm run dev
Open http://localhost:3000 in your browser.
├── app/ │ ├── layout.tsx │ ├── page.tsx │ └── api/og/route.tsx ├── components/ │ ├── sections/ │ ├── canvas/ │ └── ui/ ├── lib/ │ └── animations.ts └── public/
npm run build
npm start
The easiest way to deploy is via the Vercel Platform. Check the Next.js deployment documentation for more details.
NEXT_PUBLIC_SITE_URL=https://your-site-url.com
NEXT_PUBLIC_WAITLIST_EMAIL=hello@your-domain.com