BojaLabs is a cloud architecting and hands-on lab platform that allows teams to design, visualize, deploy, and optimize cloud-based solutions using an interactive UI. The platform integrates AI-powered auto-segmentation, infrastructure automation (Terraform/CDK), and predictive analytics to enhance cloud deployments.
β Core Functionalities π¨βπ» Cloud Architecture Builder: Drag-and-drop UI for designing AWS-based infrastructure.
π Auto-Generated IaC (Terraform/CDK): Converts designs into deployable code.
π€ AI-Driven Segmentation: Auto-segments cloud data, logs, and costs using ML.
π AI Insights & Optimization: AI suggests cost optimizations and security improvements.
π Monitoring & Anomaly Detection: AI tracks deployments, detects security issues, and predicts cost trends.
π₯ Team Collaboration & Multi-User Editing: Real-time updates for cloud teams.
βοΈ Integrations with AWS, GitHub, and CI/CD Pipelines: Seamless workflow automation.
π Secure Access Control: IAM-based role management for cloud deployments.
- Chalice API Setup: Deploy the Chalice API first (see
data-segmentation-api/README.md) - Environment Configuration: Create a
.env.localfile with your Chalice API URL:
# Chalice API Configuration
NEXT_PUBLIC_CHALICE_API_URL=https://your-chalice-api-url.execute-api.eu-west-1.amazonaws.com/apiReplace the URL with your actual Chalice API Gateway URL after deployment.
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.