Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhcueva/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.
https://github.com/jhcueva/posts.ai
astro cohere midudev-cohere-2023 preact
Last synced: 29 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jhcueva/posts.ai
- Owner: jhcueva
- License: mit
- Created: 2023-01-25T20:09:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T14:50:03.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T12:39:34.159Z (about 1 month ago)
- Topics: astro, cohere, midudev-cohere-2023, preact
- Language: TypeScript
- Homepage: https://hackathon-ten-omega.vercel.app
- Size: 470 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to [posts.ai](https://hackathon-ten-omega.vercel.app)
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!![presentation](https://user-images.githubusercontent.com/15198470/217093803-038ed0c4-7b2a-4344-90b8-f599155600f6.gif)
## 🛠️ Installation steps
1. Clone the repository:
```bash
git clone https://github.com/jhcueva/hackathon.git
```2. Install the dependencies:
```bash
npm install
```3. Create `.env` file 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'
```
4. Start the development server:```bash
npm run dev
```