ozgrozer/chatgpt-artifacts
A web application that brings Claude-style artifact rendering to ChatGPT, supporting multiple LLM backends including OpenAI, Ollama, Groq, and Azure OpenAI.

This project replicates Claude’s artifacts feature within a ChatGPT-style interface, allowing users to see rendered outputs like code snippets, HTML files, and other generated artifacts directly in the chat. Built with Next.js and JavaScript, it connects to various LLM providers via their APIs and streams responses to display formatted content. It supports local models through Ollama, cloud providers like Groq and Azure OpenAI, making it a flexible conversational AI frontend.