npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

strapi-chat-genius

v0.0.3

Published

This project consists of a plugin for strapi to add the text generation field with the chatgpt api. Making content creation easier!

Downloads

53

Readme

📌 Table of contents

📚 About The Project

The heart of this project lies in its ability to enhance content creation within the Strapi framework. By incorporating the ChatGPT API, users gain access to a powerful text generation tool, opening doors to a world of possibilities for creative and efficient content development.

🌠 Features

  • Text Generation Field: The plugin introduces a specialized text generation field within Strapi, allowing users to harness the capabilities of the ChatGPT API directly. This field becomes an integral part of content types, enabling dynamic and on-the-fly text creation.

  • Seamless Integration: Integration with the ChatGPT API is smooth and intuitive. Users can seamlessly incorporate generated text into their content without the need for complex workflows. The process is designed to be user-friendly, catering to both novice and experienced Strapi users.

  • Enhanced Creativity: With the ChatGPT-powered text generation, content creators can break free from creative constraints. The plugin becomes a valuable asset for generating diverse and engaging content across various domains, from marketing materials to blog posts.

  • Effortless Implementation: The project is engineered to be easily implemented within existing Strapi installations. Whether you're a developer looking to enhance a project or a content creator seeking a more dynamic workflow, this plugin provides a hassle-free solution.

📝 Requirements

Complete installation requirements are exact same as for Strapi itself and can be found in the documentation under Installation Requirements.

Minimum environment requirements

  • Node.js >=14.19.1 <=18.x.x
  • NPM >=6.x.x

In our minimum support we're following official Node.js releases timelines.

Supported Strapi versions:

  • Strapi v4.15.5 (recently tested)
  • Strapi v4.x

This plugin is designed for Strapi v4 and is not working with v3.x.

We recommend always using the latest version of Strapi to start your new projects.

⏳ Instalation Steps

Follow these steps to install the Strapi Chat Genius plugin:

  1. Run this code in a the project terminal
yarn add strapi-chat-genius

or also using npm

npm install strapi-chat-genius 
  1. Add a this code to a file ./config/plugin.ts or ./config/plugin.js to enable plugin.
export default {
  ...
  'strapi-chat-genius': {
    enabled: true
  },
  ...
}

⚙️ Configuration plugin

  1. To configure plugin, you go to a settings/strapi-chat-genius/configuration, and add a apikey from openai.

image

Where can i find the apikey?

  1. Add a custom field in your content type that you wish

image

  1. Now you can use the strapi chat genius plugin

image

🤝 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

👨🏻‍🚀 About me

"Connect with me on LinkedIn to explore my career path and collaborate on amazing projects."