Public
Likechatpapp
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v24View latest version
An AI-powered chat application designed to help students learn cloud networking concepts through interactive Q&A.
- Real-time chat interface for cloud networking questions
- AI-powered responses using OpenAI GPT-4
- Specialized knowledge base for cloud networking topics
- Clean, responsive UI with chat history
- Student-friendly explanations with examples
├── backend/
│ └── index.ts # Main Hono server with chat API
├── frontend/
│ ├── index.html # Main chat interface
│ ├── index.tsx # React chat components
│ └── style.css # Custom styling
├── shared/
│ └── types.ts # Shared TypeScript types
└── README.md
- Set your OpenAI API key in environment variables:
OPENAI_API_KEY - The app will be available at the HTTP endpoint once deployed
Students can ask questions about:
- Cloud networking fundamentals
- AWS, Azure, GCP networking services
- VPCs, subnets, routing, security groups
- Load balancers, CDNs, DNS
- Network security and best practices
- Troubleshooting common networking issues
The AI assistant provides educational responses with examples and explanations tailored for learning.