Welcome to posts.ai
Are you looking for a way to create social media posts in seconds?
Look no further! Our app is the perfect solution.
You can easily create social media posts writing on the prompt the topic, press enter and in few seconds you'll get your answer. Start creating social media posts today with our app!
- Clone the repository:
git clone https://github.com/jhcueva/hackathon.git- Install the dependencies:
npm install- Create
.envfile and add your own Cohere.ai API Key
PUBLIC_COHERE_API_KEY = 'Your COHERE api key'
PUBLIC_SUPABASE_URL = 'Your Supabase url'
PUBLIC_SUPABASE_ANON_KEY = 'Your Supabase anon key'
- Start the development server:
npm run dev