Use this app to effortlessly create social media posts of any type from short, fun Instagram updates to in-depth blog posts loaded with details. As a video content creator, you may already have fantastic video content. With this app, you can swiftly transform it into written content suitable for various social media platforms!
📌 Check out the Demo! (Note: This simplified version of the app does not include the video upload form)
Visit Twelve Labs Playground to generate your API Key
- Upon signing up, you'll receive free credits to index up to 10 hours of video content!
-
Click the button below
-
Add Secrets (equivalent to .env), which is located in the Tools pane
REACT_APP_API_KEY=<YOUR API KEY> REACT_APP_INDEX_ID=<YOUR INDEX ID>
-
Run the Repl
-
Clone the current repo
git clone git@github.com:mrnkim/generate-social-posts.git
-
Create
.env
file in the root directory and provide the values for each keyREACT_APP_API_KEY=<YOUR_API_KEY> REACT_APP_INDEX_ID=<YOUR_INDEX_ID> REACT_APP_SERVER_URL=<YOUR_SERVER_URL> //e.g., http://localhost REACT_APP_PORT_NUMBER=<YOUR_PORT_NUMBER> //e.g., 4001
-
Start the server
node server.js
-
Install and start the client
npm install npm start
- Add more tests
- Improve error handling and add data validations