Fabrico Chat

Don’t build chat from scratch. Ship the infrastructure.

Live chat for builders: one JS line, web panel, Android & Windows. Your website and apps share one inbox.

Why Fabrico Chat

Wire it into your product instead of writing a chatbot.

Realtime, spam protection, notifications, multi-device, TR/EN panel… Use a ready engine instead of rebuilding every project.

If you build it yourself

Weeks of infra, maintenance and security debt.

  • Polling / realtime, rate limits, bans
  • Mobile + web + widget sync
  • Moderation and settings UI

With Fabrico Chat

Embed → panel → apps. One thread model.

  • Ready widget and CDN
  • Email/password web console
  • Sdk / native app integration

Embed

Two lines. Live chat.

Grab your company code from the panel, paste the snippet. Visitor messages show in the web panel and apps at once.

index.html · Fabrico Chat
<script>
window.GnyLiveChat = {
  apiBase: 'https://api.gnyco.com/fabricoservice/api',
  firma: 'YOUR_COMPANY_CODE',
  appId: 'service',
  lang: 'en',
  product: 'Fabrico Chat'
};
</script>
<script src="https://chat.gnyco.com/widget.js" async></script>

Flow

Live in three steps.

  1. Account Sign in to the panel with your Gny / Fabrico account.
  2. Embed Add the JS from Setup to your site.
  3. Reply Reply from the web panel or the apps.