PosteeBot is a cutting-edge AI react.js app designed to help small businesses sell more by generating from their e-commerce sites really engaging and captivating marketing content for social media platforms like LinkedIn, Facebook, and Instagram.
Demo: https://postee-bot-3pvcqzxkfa-uc.a.run.app/
PosteeBot leverages the power of Azure OpenAI to deliver:
This app is using Azure OpenAI javascript SDK from here
#SocialMediaMarketing #AI #ReactJS #SmallBusiness #MarketingTools #ContentCreation #PosteeBot
npm install
Include your Azure AI api key and endpoint inside .env with the variable name:
AZURE_OPENAI_API_KEY="your_key_here"
AZURE_OPENAI_ENDPOINT="your_endpoint_here"
Warning
(For Judges) If you don't do that then the app will ask you to enter the api key and endpoint the first time you try to generate a post. The credentials you enter there are not stored permanently anywhere in the app and they are going to be available just while you have the page open. If you don't have a valid Azure OpeanAI apikey/endpoint and you are a judge, then send me an email to [email protected] and I would share my credentials with you.
npm run dev
List of 56 Shopify stores: Click here
A product page for a dog camera, copy the link: Click here
The corresponding image for the dog camera, so download it and then click "select image" inside the app: Click here
The feature generating a post from an url is doing web scraping to extract the text from the web page shared. If you are running the app in Localhost then a Cross-Origin Resource Sharing (CORS) issue would occur. To fix the issue you would need to use the Firefox web browser and install the extension CORS Everywhere.
3-Clause BSD license.
Copyright (c) 2024, Fredy Del Vecchio (aka Dev Bambino)
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.