Intelligent Engineering. We build AI/ML systems that work.
A modern AI/ML engineering studio website built with Next.js 14.
π Status: Deploying to Google Cloud Run...
Modern Next.js website for Artimech - an AI/ML engineering studio based in San Francisco, specializing in complex engineering challenges for data-intensive enterprises.
- Modern Tech Stack: Next.js 14, TypeScript, Tailwind CSS
- Dynamic UI: Rotating text animations, responsive design
- Blog System: MDX-powered blog with technical case studies
- SEO Optimized: OpenGraph tags, structured data, RSS feeds
- Production Ready: Docker containerization, Cloud Run deployment
- Font: JetBrains Mono for a distinctive techy aesthetic
- Theme: Clean, minimal design inspired by modern tech companies
- Responsive: Mobile-first approach with perfect desktop scaling
- Accessibility: WCAG compliant with proper semantic HTML
- Scaling ML inference for real-time recommendations - Performance optimization case study
- The art of minimal AI architectures - Philosophy on simple, effective AI systems
- From prototype to production in 30 days - Computer vision deployment success story
Comprehensive overview of Artimech's services including:
- Large Language Models (LLMs) fine-tuning
- Vision model development
- MLOps and infrastructure
- Enterprise AI solutions for legal tech, finance, and more
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env.local
# Add your Google Analytics 4 tracking ID
# Run development server
npm run dev
# Build for production
npm run buildVisit http://localhost:3000 to see the site.
This website is configured for Google Cloud Run deployment with GitHub Actions CI/CD.
- Production: TBD (will be available after deployment)
- Repository: github.com/sdntsng/artimech-website
- Prerequisites: Google Cloud project with billing enabled
- Setup: Follow the detailed guide in DEPLOYMENT.md
- Configure: Add GitHub secrets for GCP credentials
- Deploy: Push to
mainbranch triggers automatic deployment
βββ app/ # Next.js 14 app directory
β βββ blog/ # Blog system with MDX posts
β βββ components/ # Reusable React components
β βββ layout.tsx # Root layout with metadata
β βββ page.tsx # Homepage with dynamic content
βββ .github/workflows/ # CI/CD pipeline
βββ Dockerfile # Production container setup
βββ DEPLOYMENT.md # Detailed deployment guide
βββ next.config.js # Next.js configuration
- Framework: Next.js 14 with App Router
- Styling: Tailwind CSS with custom design system
- Content: MDX for blog posts with frontmatter
- Analytics: Vercel Analytics & Speed Insights
- Deployment: Docker + Google Cloud Run
- CI/CD: GitHub Actions
NODE_ENV: production/developmentNEXT_TELEMETRY_DISABLED: Disable Next.js telemetry
- Multi-stage build for optimized production images
- Standalone output for minimal container size
- Non-root user for security
- Lighthouse Score: 95+ across all metrics
- Core Web Vitals: Optimized for performance
- Bundle Size: Minimal with code splitting
- Images: Optimized with Next.js Image component
- HTTPS Only: Enforced on Cloud Run
- Security Headers: CSP, HSTS, and more
- Dependencies: Regularly updated and audited
- Container Security: Non-root user, minimal attack surface
- Web Analytics: Vercel Analytics integration
- Performance: Speed Insights tracking
- Cloud Monitoring: GCP logging and metrics
- Error Tracking: Production error monitoring
This is the official Artimech website. For updates:
- Create feature branch from
main - Make changes and test locally
- Submit pull request for review
- Automatic deployment on merge to
main
- Website: artimech.com (coming soon)
- Email: hello@artimech.com
- Location: San Francisco, CA
This website features a comprehensive analytics and SEO automation system designed to optimize performance and track technical engagement.
Features:
- Custom event tracking for technical content engagement
- Code snippet interaction monitoring
- Blog reading progress tracking
- Geographic intelligence and market analysis
- Conversion funnel optimization
- Performance monitoring with Core Web Vitals
Setup:
- Create a Google Analytics 4 property
- Add your tracking ID to
.env.local:NEXT_PUBLIC_GA_ID=G-XXXXXXXXXX - Deploy and verify tracking in GA4 Real-time reports
Custom Events Tracked:
code_snippet_copy- When users copy code blockscode_snippet_view- When code blocks come into viewblog_post_read- Blog engagement trackingreading_progress- Scroll depth and time spenttechnical_engagement- Interactions with technical contentconversion_funnel- User journey progressionperformance_metric- Site performance monitoring
Phase 2: Automated SEO Optimization
- Dynamic meta tag generation
- Schema.org structured data
- Lighthouse CI integration
Phase 3: Geographic Intelligence System
- Location-aware content optimization
- Regional market analysis
- Edge computing optimization
Phase 4: Automated Reporting & Optimization
- Weekly SEO health reports
- Smart content recommendations
- Performance alerts
Phase 5: ML-Powered SEO
- AI content optimization
- Predictive analytics
- Competitive intelligence
Built with β€οΈ by Artimech - Where AI meets engineering excellence.