From df0f30d40381d06dfcce8c343ba4a9b2ffeb158b Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 8 Mar 2024 04:47:36 -0500 Subject: [PATCH 1/2] Create video-to-app --- blog/video-to-app | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 blog/video-to-app diff --git a/blog/video-to-app b/blog/video-to-app new file mode 100644 index 0000000..8e9d1ac --- /dev/null +++ b/blog/video-to-app @@ -0,0 +1,13 @@ + +* You can now capture a video of a web app in action and have the AI build it for you. +* Unlike screenshots, the app will not visually look exactly like the screen recording but it will be functional +* This uses Claude 3 by Anthropic. You need to add an Anthropic API key to your .env file. See the README.md for details +* IMPORTANT: This is very experimental and each call is expensive. I would recommend setting up usage limits on your Anthropic account to avoid excess charges. + +## Examples + +TBD + +## Tips for taking videos + +* We extract frames from your video so linger over each feature for a second or two. From 6d283ea9ef5965e1e323a2ecd58fd3acfdff91ee Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 8 Mar 2024 04:47:57 -0500 Subject: [PATCH 2/2] Rename video-to-app to video-to-app.md --- blog/{video-to-app => video-to-app.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename blog/{video-to-app => video-to-app.md} (100%) diff --git a/blog/video-to-app b/blog/video-to-app.md similarity index 100% rename from blog/video-to-app rename to blog/video-to-app.md