Comments for Instagram
Fixed and keyword-triggered replies to every Instagram comment — public under the post, private in DMs.
npx @chatfuel/wizard --modules auth --app-name "Comments for Instagram"Every comment answered, twice
An Instagram account that posts regularly collects comments faster than anyone can answer them — and the buyers are in there, asking about price under a photo. This app answers every comment instantly with a public reply, and moves the ones that matter into the commenter's DMs with a private reply, where the actual conversation happens.
Rules, not flows
The whole product is one screen: reply rules. A rule fires on every comment or on keywords — "price", "how much", "order" — and sends a fixed public reply, a private DM, or both. Three rules ship ready to edit: thank everyone, route price questions to DMs, catch support requests.
Yours to change
This is not a subscription to someone else's tool. The wizard scaffolds the full source into your repository — the rules screen is plain React in src/modules/comments, accounts come from the auth module, and your coding agent gets a step-by-step build plan that wires the rules to a live Instagram account in the first session.
Reviews
Write a review
What the wizard installs
- Comment rulesThe product screen: fixed and keyword rules with public and private replies — plain React in your repository.
- AccountsSign-up for your customers
The modules it needs, in one command
npx @chatfuel/wizard --modules auth --app-name "Comments for Instagram"