{"id":21074139,"url":"https://github.com/13point5/open-artifacts","last_synced_at":"2025-05-16T06:31:07.487Z","repository":{"id":248332149,"uuid":"828409210","full_name":"13point5/open-artifacts","owner":"13point5","description":"🦉 Open Source clone of Claude.ai that can generate Artifacts","archived":false,"fork":false,"pushed_at":"2024-07-24T14:54:27.000Z","size":3032,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-25T09:52:29.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openartifacts.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/13point5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-14T04:06:37.000Z","updated_at":"2024-07-25T08:35:45.000Z","dependencies_parsed_at":"2024-07-14T05:24:38.622Z","dependency_job_id":null,"html_url":"https://github.com/13point5/open-artifacts","commit_stats":null,"previous_names":["13point5/open-artifacts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fopen-artifacts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fopen-artifacts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fopen-artifacts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/13point5%2Fopen-artifacts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/13point5","download_url":"https://codeload.github.com/13point5/open-artifacts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225411520,"owners_count":17470245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T19:14:43.152Z","updated_at":"2024-11-19T19:14:43.866Z","avatar_url":"https://github.com/13point5.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 🦉 Open Artifacts\n\n![Supabase](https://img.shields.io/badge/Supabase-3ECF8E?style=for-the-badge\u0026logo=supabase\u0026logoColor=white) ![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge\u0026logo=next.js\u0026logoColor=white) ![Shadcn](https://img.shields.io/badge/shadcn%2Fui-000000?style=for-the-badge\u0026logo=shadcnui\u0026logoColor=white)\n\n![Open Artifacts Demo](public/demo.png)\n![Open Artifacts Demo 2](public/crop-and-talk.png)\n\nOpen Artifacts is a free, open-source project that clones the functionality of [Claude](https://claude.ai) while supporting the generation of Artifacts with [Anthropic](https://www.anthropic.com/) and [OpenAI](https://openai.com/) LLMs using the user's API keys.\n\nThe Artifact viewer is implemented using [Open Artifacts Renderer](https://github.com/13point5/open-artifacts-renderer).\n\n## Features\n\n- 🎨 Generate Artifacts with [Anthropic](https://www.anthropic.com/) and [OpenAI](https://openai.com/) LLMs\n- 📸 Crop and 🔊 Talk to iteratively edit Artifacts\n- 🎛️ Utilizes user's API keys for interactions\n\n## Tech Stack\n\n- [Next.js](https://nextjs.org/) - React framework\n- [Supabase](https://supabase.io/) - Database and Auth System\n- [Claude API](https://www.anthropic.com/) - LLM API\n- [shadcn/ui](https://ui.shadcn.com/) - Component Library\n- [Vercel AI SDK](https://sdk.vercel.ai/docs/introduction) - Toolkit for building AI-powered applications\n\n## Getting Started\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/13point5/open-artifacts.git\n   ```\n\n1. Navigate to the project directory:\n\n   ```\n   cd open-artifacts\n   ```\n\n### Supabase Setup\n\n1. Install the [Supabase CLI](https://supabase.com/docs/guides/cli/getting-started#installing-the-supabase-cli)\n\n1. Create a Supabase project\n\n1. Initialize Supabase locally\n\n   ```\n   supabase init\n   ```\n\n1. Link your local project to your remote Supabase project\n\n   ```\n   supabase link --project-ref \u003cyour-project-ref\u003e\n   ```\n\n1. Apply Migrations\n\n   ```\n   supabase db push\n   ```\n\n1. Copy env variables from your Supabase project\n\n   ```\n   NEXT_PUBLIC_SUPABASE_URL=\n   NEXT_PUBLIC_SUPABASE_ANON_KEY=\n   ```\n\n### App Setup\n\n1. Install dependencies:\n\n   ```\n   npm install\n   ```\n\n1. Run the development server:\n\n   ```\n   npm run dev\n   ```\n\n1. Setup [Open Artifacts Renderer](https://github.com/13point5/open-artifacts-renderer) and set the `NEXT_PUBLIC_ARTIFACT_RENDERER_URL` env variable to the URL of the renderer.\n\n   ```\n   NEXT_PUBLIC_ARTIFACT_RENDERER_URL=\n   ```\n\n1. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- Inspired by [prompt2ui](https://github.com/sullyo/prompt2ui) by [sullyo](https://github.com/sullyo), from which code has been used in this project\n- Anthropic for the Claude API and for doubling the token limit\n- The open-source community for the amazing tools and libraries used in this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F13point5%2Fopen-artifacts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F13point5%2Fopen-artifacts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F13point5%2Fopen-artifacts/lists"}