Build and Deploy Claude Artifacts on Replit

preview_player
Показать описание
🚀 Build and deploy Claude Artifacts with Replit in minutes.

Join Matt Palmer, DevRel Engineer at Replit, as he demonstrates how to create a beautiful to-do app using Claude 3.5 Sonnet and deploy it instantly. Perfect for beginners and experienced developers alike.

🔑 Key Topics:
• Replit & Claude artifacts introduction
• Vite-React project setup
• shadcn/ui & TailwindCSS integration
• AI-assisted development with Claude
• One-click deployment with Replit

🔗 Important Links:

🔥 Get started:
Want to get started with all Replit has to offer? Check out Replit Core:

📚 Chapters:
00:00 Introduction
00:57 Getting Started with Replit
01:53 Creating a New Repl
02:55 Understanding the Replit Environment
04:44 Generating a To-Do App with Claude
06:43 Configuring shadcn/ui and TailwindCSS
09:57 Building the To-Do Application
12:11 Improving the App with Claude
15:39 Deploying the Application
18:30 Final Thoughts and Next Steps

👨‍💻 Code Snippets:

Installation:
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}

import path from "path"
import { defineConfig } from "vite"

export default defineConfig({
plugins: [react()],
resolve: {
alias: {
},
},
})

🐦 Follow Matt for more AI-powered dev content:

#Replit #ClaudeAI #WebDevelopment #AIAssisted
Рекомендации по теме
Комментарии
Автор

this was great! know i will try to replicate the same inside replit. excited about the opportunity to learn how to build with replit

josueramirez
Автор

Nice video, could please you also make a video about replit and cursor ai, connecting cursor with ssh. I saw another video where cursor is writing and updating the files automatically. So no need for copying and pasting. Would be great to see your approach on this!

ejk
Автор

thanks for this! Is the AI chat here a complete replacement for Cursor AI?

samds
Автор

Does replicate have Canadian hosted options?

lakergreat
Автор

I inspect to see something like aider with claude sonnet, it suggess the code and write it in the file directly with possibility to undo...

alycheikhouldsmail
Автор

Can it auto-create / auto-insert new files created by claude?

thyagtubes
Автор

Can it build full blown enterprise application?

GrayCommit
Автор

So you still copy and pasting the code 😂

SaidThaher
Автор

Great video! i like how you explain everything in lame terms but you also keep it short and on point at the same time 🤌

ebaqdesign