Discover and explore top open-source AI tools and projects—updated daily.
HisMaxGenerate Xiaohongshu posts with AI from a single sentence
Top 11.0% on SourcePulse
RedInk addresses the complexity of creating Xiaohongshu-style posts by automating the generation of both text and accompanying images from a single user prompt. It targets content creators, marketers, and individuals seeking to simplify their social media output. The primary benefit is drastically reduced effort and time for producing visually consistent and stylistically appropriate Xiaohongshu content.
How It Works
The project employs a Python Flask backend and a Vue.js frontend. Core AI capabilities are powered by Google Gemini for text generation and a component referred to as 'Nano Banana Pro' for image generation. The workflow involves taking a user's input sentence or theme, generating a content outline, refining page content, and then producing corresponding images, optionally mimicking the user's existing Xiaohongshu profile style for brand consistency.
Quick Start & Requirements
docker run -d -p 12398:12398 -v ./output:/app/output histonemax/redink:latest. Access via http://localhost:12398.text_providers.yaml and image_providers.yaml, install dependencies (uv sync, pnpm install), and run backend (uv run python -m backend.app) and frontend (pnpm dev) separately.Highlighted Details
Maintenance & Community
https://github.com/HisMax/RedInk/issues.histonemax@gmail.com), WeChat (Histone2024).Licensing & Compatibility
Limitations & Caveats
1 week ago
Inactive
google-gemini
markfulton