Public
Like
untitled-9291
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: v8View latest version
A modern web application for IDES INTERIOR featuring IDESA, a virtual interior design assistant.
├── backend/
│ ├── index.ts # Main API entry point with Hono
│ └── README.md
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main application component
│ │ ├── Header.tsx # Header component
│ │ ├── Footer.tsx # Footer component
│ │ ├── Hero.tsx # Hero section component
│ │ ├── Services.tsx # Services section component
│ │ ├── Portfolio.tsx # Portfolio section component
│ │ ├── About.tsx # About section component
│ │ ├── Contact.tsx # Contact section component
│ │ └── ChatAssistant.tsx # IDESA chat assistant component
│ ├── assets/
│ │ └── logo.svg # Logo SVG
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend JS entry point
│ └── README.md
├── README.md
└── shared/
├── README.md
└── types.ts # Shared types
- Modern, responsive design using React and Tailwind CSS
- IDESA virtual design assistant powered by OpenAI
- Interactive sections showcasing IDES INTERIOR services and portfolio
- Contact form for client inquiries
- Frontend: React, Tailwind CSS
- Backend: Hono (API framework)
- AI Integration: OpenAI API
- Deployment: Val Town