Postpal.live is a social media content generator tool for non-marketers who need help creating engaging social media content. Using AI, it suggests content ideas for TikTok, Instagram, or Reels based on your product and target audience.
- Simple form to collect product and audience information
- AI-powered content idea generation
- Platform-specific content suggestions
- Copy options for script, caption, or entire content idea
- Multiple AI model options from different providers
- Next.js 15.3
- TypeScript
- TailwindCSS
- Multiple AI providers:
- Anthropic Claude API
- OpenAI GPT API
- Vercel Edge Runtime
- Node.js 18+
- API keys for:
- Anthropic Claude
- OpenAI (optional, but recommended for model variety)
-
Clone the repository:
git clone https://github.com/yourusername/postpal.git cd postpal -
Install dependencies:
npm install
-
Create a
.env.localfile in the root directory and add your API keys:ANTHROPIC_API_KEY=your_anthropic_api_key_here OPENAI_API_KEY=your_openai_api_key_here -
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
The easiest way to deploy the app is with Vercel:
- Push your code to a GitHub repository
- Import the project into Vercel
- Add your environment variables
- Deploy!
This project is licensed under the MIT License.