PiContent is an advanced social media content generation tool that leverages AI to create tailored content for brands across multiple platforms. It simplifies the content creation process by generating various types of social media assets based on your brand's profile and target audience.
- Content Generator: Create engaging social media posts optimized for your platforms
- Calendar Generator: Build a weekly content calendar with strategically timed posts
- Hashtag Generator: Develop platform-specific hashtag strategies to maximize reach
- "Did You Know?" Generator: Create informative and shareable trivia content
- Special Days Generator: Produce content for holidays, events, and special occasions
- Brand Profile Management: Save and reuse your brand details for consistent content
- Multi-Language Support: Create content in multiple languages
- Node.js (v14 or higher)
- npm, yarn or bun
- Clone the repository
git clone https://github.com/pimatis/picontent.git
cd picontent
- Install dependencies
bun install
- Create and configure environment variables
Create a
.env
file in the root directory and add your GROQ API key:
SECRET_KEY=
API_URL=https://api.groq.com/openai/v1/chat/completions
Start the application:
bun run index.ts
On first run, you'll be prompted to enter your brand information:
- Brand name and description
- Industry and competitors
- Target audience demographics and interests
- Brand tone and keywords
- Target social media platforms
After setup, select from the following options:
- Generate content
- Generate calendar
- Generate hashtag
- Generate "Did you know?" content
- Generate special days content
- Clear company information
- Exit
PiContent generates JSON files containing your content:
content.json
- Social media postscalendar.json
- Weekly content calendarhashtag.json
- Hashtag strategydidyouknow.json
- Educational content piecesspecialDays.json
- Special occasions content
- TypeScript
- Node.js
- GROQ API
- readline-sync (for CLI interaction)
- chalk (for colorful console output)
- Social media agencies managing multiple client accounts
- Marketing teams developing content strategies
- Small business owners handling their own social media presence
- Content creators looking for inspiration and ideas
Contributions are welcome! Please feel free to submit a Pull Request.
Created by Pimatis Labs