Public website for TeeBotAcadion ERP showcasing the platform, admissions information, academics pages, and school-facing marketing content.
- Marketing landing pages
- Admissions pages (how to apply, requirements, fees)
- Program/faculty/department public listings
- Application tracking pages
- Tenant-aware rendering by domain
- Next.js
- React
- TypeScript
- Install dependencies: npm install
- Configure environment variables:
copy
.env.exampleto.env.localand fill values - Start dev server: npm run dev
Use NEXT_PUBLIC_API_BASE_URL (preferred) or NEXT_PUBLIC_BACKEND_URL (legacy fallback).
See .env.example and docs/PUBLICSITE_VERCEL_ENV.md.
- Hosted on Vercel
- Designed for multi-tenant domain-based public content
- Includes production env guards and smoke checks