Itamih

Itamih - AI Business Automation

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.

🌟 What’s New

This is a complete redesign with:

πŸ—οΈ Tech Stack

πŸ“¦ Getting Started

Prerequisites

Installation

# Install dependencies
npm install

# Run development server
npm run dev

Open http://localhost:3000 to see the site.

Build for Production

# Create production build
npm run build

# Preview production build locally
npm start

πŸ“Έ Adding Screenshots

Before deploying, you need to add screenshots from your projects. See SCREENSHOTS-NEEDED.md for detailed instructions.

Required screenshots:

  1. hannah-main-interface.png - Hannah chat interface
  2. dashboard-main.png - Economic Dashboard overview
  3. todays-focus.png - Today’s Focus feature
  4. newsstand.png - Newsstand/articles view

Place all screenshots in /public/images/

πŸš€ Deployment

The site automatically deploys to GitHub Pages when you push to the main branch.

See DEPLOYMENT.md for complete deployment instructions.

Quick Deploy

git add .
git commit -m "Update website"
git push origin main

Site goes live at https://itamih.com in ~3 minutes.

πŸ“ Project Structure

β”œβ”€β”€ 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

🎨 Design System

πŸ“ Content Updates

Homepage

Edit app/page.tsx to update:

Case Studies

Edit files in app/case-studies/:

Edit components/Navigation.tsx and components/Footer.tsx

πŸ”§ Configuration

Custom Domain

The site uses itamih.com via the CNAME file. To change:

  1. Update public/CNAME with your domain
  2. Configure DNS records (see DEPLOYMENT.md)

Next.js Config

Key settings in next.config.ts:

βœ… Before Going Live

πŸ› Troubleshooting

Build Errors

# Clean build
rm -rf .next out
npm install
npm run build

Development Server Won’t Start

# Clear cache and reinstall
rm -rf node_modules package-lock.json
npm install
npm run dev

πŸ“š Documentation

🎯 Case Studies

Hannah: AI-Powered Knowledge Assistant

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


Economic Intelligence Dashboard

Comprehensive dashboard consolidating 39+ economic metrics and real estate news, saving investors 80% of research time.

Key Features:

Tech Stack: React, FastAPI, PostgreSQL, Redis


πŸ“ž Contact


πŸŽ‰ Launch Checklist


Built with ❀️ using Next.js, TypeScript, and Tailwind CSS