Nexus-Setu is an AI-powered infrastructure coordination platform designed to help government and public organizations visualize, schedule, and optimize infrastructure projects.
- Interactive map for visualizing infrastructure projects
- Project creation and management workflow
- AI-powered conflict detection and scheduling suggestions
- Modern and responsive UI with React and TailwindCSS
- Frontend: React, Vite, TailwindCSS, Lucide-React, React Router DOM, TypeScript
- Build Tools: Vite, ESLint
- AI Integration: (Planned) Bolt AI APIs / OpenAI
git clone https://github.com/Di49v/nexus-setu.git
cd nexus-setunpm installnpm run devOpen http://localhost:5173 to view it in your browser.
npm run dev— Start development servernpm run build— Production buildnpm run preview— Preview production buildnpm run lint— Lint the codebase
nexus-setu/
├── .bolt/ # Bolt configuration and deployment files
├── src/ # Main application source code
│ ├── assets/ # Images and static resources
│ ├── components/ # Reusable UI components
│ ├── pages/ # Route-based page components
│ ├── App.tsx # Main app component with routes/layout
│ ├── main.tsx # App entry point
│ └── index.css # Global styles (TailwindCSS)
├── index.html # HTML entry point
├── package.json # Project metadata and dependencies
├── package-lock.json # Dependency lock file
├── eslint.config.js # ESLint configuration
├── tailwind.config.js # TailwindCSS configuration
├── postcss.config.js # PostCSS configuration
├── tsconfig.json # TypeScript configuration
├── tsconfig.app.json # TypeScript app configuration
├── tsconfig.node.json # TypeScript node configuration
├── vite.config.ts # Vite build tool configuration
├── .gitignore
└── README.md # This file
- Built for deployment on Bolt.new, Vercel, or Netlify.
- [Optional] Add your custom domain after deployment.
- [Add your YouTube/Vimeo demo video link here]
Pull requests are welcome! For major changes, please open an issue first.
- Di49v Divleen Kaur
- Gurnadarkaur471 Gurnadar Kaur