What is ContentSynergy AI?
ContentSynergy AI is a free, browser-based studio that generates and schedules social media content — text posts, images, video and reels, audio and music, 3D models, and surveys or polls — using open-source AI models that run on your own device. There is no developer-funded paid language model behind it and no per-generation bill: the app loads small open models in the browser, and every feature falls back to a deterministic template or placeholder when a model can't load, so a generation never hard-fails.
It runs as a web app at contentsynergy.aoneahsan.com, as an Android app on Google Play, as a browser extension writing assistant, and as an Electron desktop build for local and GPU-assisted workflows. The same content, schedules, templates, and preferences sync across surfaces through Firebase.
Who it's for
Creators, marketers, and small businesses who want to produce a steady stream of platform-ready content without paying for an AI subscription or stitching together separate tools for writing, design, scheduling, and analytics. If you publish to more than one network and you care about keeping costs at zero, this is built for you.
What you can do
- Generate text posts tuned by tone, length, sentiment, language, and target platform, with optional hashtag and emoji suggestions and your own fine-tuned brand voice.
- Create images across 12 styles and 12 moods at 6 aspect ratios, then upload the results through FilesHub.
- Produce video and reels with Ken Burns motion, image-to-video, and a timeline editor — with an honest account of what client-side video can and can't do.
- Make audio and music with text-to-speech and music generation, mix tracks, and visualize waveforms.
- Build 3D models from photos and view them in augmented reality through WebXR.
- Run surveys and polls with 12 question types and conditional logic, then read responses through D3.js analytics.
- Schedule and publish to eight social networks over OAuth 2.0 with PKCE, with recurrence and an autopilot queue.
- Reach for 100+ creator and developer tools — QR codes, hashing, color palettes, gradients, favicons, SEO helpers, and conversions — all in the same workspace.
How the AI stays free
Text generation uses an open model (distilgpt2) through transformers.js, which runs ONNX models directly in the browser. Image, audio, 3D, and video features lean on the same client-side approach — WebGPU, WebAudio, and WebGL — and each one degrades gracefully to a template or placeholder path when a model is unavailable or a device is too constrained to load it. Because the heavy work happens on the user's device, the project never pays a cloud inference bill, which is what keeps the whole app free to operate. The How the AI works page explains this contract in detail, and The zero-cost model explains how the rest of the stack stays free.
What this documentation covers
These docs describe the real, shipping feature set — nothing aspirational. Start with Installation & access to reach the app on your platform of choice, then follow the Quick Start to publish your first post. From there, each section maps to a part of the app: content creation, publishing, AI and customization, the tools catalog, analytics and compliance, and platform-specific notes.
Frequently asked questions
Is ContentSynergy AI really free? Yes. The app is free to use and the AI runs on free, open models in your browser, so there is no usage fee. Firebase free-tier limits and your own device performance are the practical boundaries.
Do I need an API key? No. The default flows need no key because they run open models locally. Some optional provider integrations support bring-your-own-key, but they are never required to use the core features.
Where does my content live? Generated content and schedules are stored in Firestore under your account; uploaded files go through FilesHub. You can export or delete your data at any time — see Privacy & GDPR.
Which platforms can I publish to? Facebook, Instagram, X, LinkedIn, YouTube, TikTok, Pinterest, and Telegram. See Social platforms.