GIGA.FORA
for AI
LLM-friendly documentation and structured content
AI-Optimized Content
This page provides structured, machine-readable content optimized for Large Language Models (LLMs)
and AI assistants. Use these resources to understand GIGA.FORA's features, API, and content.
Available Files
-
llms.txt
Concise overview following the llms.txt standard. Start here for a quick
understanding of GIGA.FORA.
-
llms-full.txt
Complete documentation including full API reference, features, and content
guidelines.
-
index.html.md
Markdown version of the main page content.
-
publishers
Tenant dashboard for auth, billing, features, theme, and snippet management.
-
ai/comments-install
LLM-oriented integration guide for agent token, install API, and validation API.
-
openapi-agent.json
OpenAPI spec for agent install and validation endpoints.
Framework Adapters
Fora has official adapters for popular frameworks. Install with npm, gem, or use the HTML embed directly.
-
astro-fora
Astro component with SSR count badge and View Transitions support.
npm install astro-fora
-
fora-eleventy-plugin
Eleventy (11ty) shortcode plugin for Nunjucks, Liquid, and JS templates.
npm install fora-eleventy-plugin
-
jekyll-fora
Jekyll plugin with
{% fora_comments %} Liquid tag. gem install jekyll-fora
-
create-fora
CLI quickstart — creates a site, gets a siteKey, outputs a framework-specific snippet.
npx create-fora@latest
What is llms.txt?
llms.txt is an emerging web standard that provides LLM-friendly content in a structured markdown format.
It helps AI systems quickly understand a website's purpose, features, and available resources without
parsing complex HTML.
Usage Example
# For AI assistants and LLMs:
curl https://giga.fora/llms.txt
# For complete documentation:
curl https://giga.fora/llms-full.txt
API Access
GIGA.FORA provides a REST API for programmatic access. See the full documentation in
llms-full.txt for endpoints and usage.
← Back to GIGA.FORA