CHI
Press Ctrl K for menu

Project · 2025

A studio site built for real traffic.

The production website and blog platform for a development studio. Reusable components, a content system that scales as the library grows, and performance work that shows up in the numbers.

Project
SW Habitation
Role
Web Developer
Year
2025
  • Next.js
  • TypeScript
  • Tailwind CSS
  • SEO
swhabitation.com
Screenshot of SW Habitation

What it is

SW Habitation is the production website and blog platform for a development studio. It is a real, live site with real traffic, not a demo: it serves the studio's marketing pages and a growing library of blog content.

Engineering decisions

The site is built on Next.js with TypeScript and Tailwind CSS. I focused on reusable components and a content system that scales as the article library grows, so adding a post never means touching layout code.

Performance and SEO were first-class requirements. The work shows up in the numbers: fast loads and search-friendly pages that keep the studio discoverable.

More projects

  • Local RAG App: An offline retrieval-augmented generation (RAG) document chatbot built by Om Patel with Python, FastAPI, Ollama, and ChromaDB: local LLM answers with source citations and no data leaving the machine.
  • Legal One: A real-time legal consultation web platform Om Patel designed, built, and deployed solo: encrypted Socket.IO messaging, role-based access for clients, lawyers, and admins, and GraphQL on Next.js, Prisma, and MongoDB.
  • Drug Repurposing: Machine learning research by Om Patel ranking drug and disease associations across large biomedical datasets: feature pipelines, gradient-boosted rankers with XGBoost, CatBoost, and LightGBM, PyTorch networks, and Top-K validation.