An interactive web application that outlines Ollion's comprehensive deployment strategy for DST's multi-cloud transformation. This application provides a detailed roadmap for implementing IaaS, Migration Services, Data Storage, and DRaaS, focusing on a phased journey from DST's UNN infrastructure to white-labeled offshore CSP environments.
- Interactive Navigation: Smooth section transitions and mobile-responsive navigation
- Dynamic Content: Expandable sections for detailed information
- Visual Roadmap: Interactive Gantt-like chart using Chart.js
- Responsive Design: Optimized for all device sizes using Tailwind CSS
- Modern UI: Clean, professional interface with smooth animations
- Frontend Framework: HTML5, CSS3, JavaScript (ES6+)
- CSS Framework: Tailwind CSS
- Charts: Chart.js
- Deployment: Vercel
dst_cloudzone/
├── public/
│ ├── index.html # Main HTML file
│ ├── styles.css # Custom styles
│ └── script.js # JavaScript functionality
├── vercel.json # Vercel deployment configuration
└── README.md # Project documentation
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Node.js and npm (for local development)
-
Clone the repository:
git clone [repository-url] cd dst_cloudzone -
Open
public/index.htmlin your browser or use a local server:# Using Python python -m http.server 8000 # Using Node.js npx serve public
-
Access the application at
http://localhost:8000
- Overview: Executive summary and strategic imperatives
- Landing Zones: Foundational deployment strategy
- Use Cases: Detailed implementation phases
- Roadmap: Visual project timeline
- Service Delivery: Multi-cloud integration details
- Governance: Project management framework
- Key Considerations: Strategic recommendations
- Glossary: Technical terms and definitions
To enable AI-powered risk analysis:
- Obtain a Gemini API key.
- Set the GEMINI_API_KEY environment variable in your Vercel project settings.
- The application uses a secure Vercel serverless function (
/api/generateInsights) to proxy requests to the Gemini API, so your API key is never exposed to the browser.
- Colors and themes can be modified in
styles.css - Chart configurations can be adjusted in
script.js - Content can be updated in
index.html
The application is configured for deployment on Vercel:
- Push your code to a Git repository
- Connect your repository to Vercel
- Deploy using either:
- Vercel Dashboard
- Vercel CLI (
vercelcommand)
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is proprietary and confidential. All rights reserved by Ollion and DST.
- Ollion - Initial work
- DST for collaboration
- Chart.js for visualization capabilities
- Tailwind CSS for the styling framework