We help businesses discover and automate repetitive tasks using AI.
This is the official website for Itamih, showcasing our AI automation solutions and real-world case studies.
This is a complete redesign with:
# Install dependencies
npm install
# Run development server
npm run dev
Open http://localhost:3000 to see the site.
# Create production build
npm run build
# Preview production build locally
npm start
Before deploying, you need to add screenshots from your projects. See SCREENSHOTS-NEEDED.md for detailed instructions.
Required screenshots:
hannah-main-interface.png - Hannah chat interfacedashboard-main.png - Economic Dashboard overviewtodays-focus.png - Todayβs Focus featurenewsstand.png - Newsstand/articles viewPlace all screenshots in /public/images/
The site automatically deploys to GitHub Pages when you push to the main branch.
See DEPLOYMENT.md for complete deployment instructions.
git add .
git commit -m "Update website"
git push origin main
Site goes live at https://itamih.com in ~3 minutes.
βββ app/
β βββ page.tsx # Homepage
β βββ layout.tsx # Root layout
β βββ globals.css # Global styles
β βββ case-studies/
β βββ hannah/page.tsx # Hannah case study
β βββ economic-dashboard/page.tsx
βββ components/
β βββ Navigation.tsx # Header navigation
β βββ Footer.tsx # Footer
βββ public/
β βββ images/ # Screenshots (add yours here)
β βββ CNAME # Custom domain config
βββ .github/workflows/
βββ deploy.yml # Auto-deployment
Edit app/page.tsx to update:
Edit files in app/case-studies/:
hannah/page.tsx - Hannah AI chatbot case studyeconomic-dashboard/page.tsx - Economic Dashboard case studyEdit components/Navigation.tsx and components/Footer.tsx
The site uses itamih.com via the CNAME file. To change:
public/CNAME with your domainKey settings in next.config.ts:
output: 'export' - Static site generationimages.unoptimized: true - For GitHub Pages compatibility/public/images/npm run build successfully# Clean build
rm -rf .next out
npm install
npm run build
# Clear cache and reinstall
rm -rf node_modules package-lock.json
npm install
npm run dev
AI chatbot that helps customer support teams respond 10x faster by instantly retrieving accurate answers from website content.
Key Features:
Tech Stack: Next.js, FastAPI, OpenAI, SQLite
Comprehensive dashboard consolidating 39+ economic metrics and real estate news, saving investors 80% of research time.
Key Features:
Tech Stack: React, FastAPI, PostgreSQL, Redis
Built with β€οΈ using Next.js, TypeScript, and Tailwind CSS