Fluen Logo

Fluen

An automated code documentation solution powered by LLMs

GitHub Explore Features

What is Fluen?

Fluen is an innovative open-source solution that automates code documentation using the power of large language models.

Fluen revolutionizes the way developers approach code documentation by leveraging the capabilities of large language models (LLMs) to automatically generate comprehensive, accurate, and contextually relevant documentation for your codebase.

Traditional documentation is often neglected due to time constraints, leading to knowledge gaps and increased onboarding time for new team members. Fluen addresses this challenge by automating the documentation process, ensuring that your codebase is always well-documented without requiring significant manual effort.

As an open-source solution, Fluen is continuously evolving with contributions from a growing community of developers. This collaborative approach ensures that Fluen remains at the cutting edge of code documentation technology.

Key Highlights

  • Open Source: Free to use, modify, and extend
  • LLM-Powered: Leverages state-of-the-art language models
  • Multi-Language Support: Works with various programming languages
  • Context-Aware: Understands code relationships and dependencies
  • Integration-Friendly: Easily integrates with development workflows

Technical Requirements

  • Node.js: 14.x or higher
  • Compatible LLMs: OpenAI, Anthropic, or local models
  • Supported Languages: JavaScript, TypeScript, Python, Java, and more

Key Features

Discover the powerful capabilities that make Fluen a leading code documentation solution

Multi-Language Support

Fluen supports a wide range of programming languages, including JavaScript, TypeScript, Python, Java, C++, and more. This versatility makes it suitable for diverse development environments and projects.

Context-Aware Analysis

Fluen analyzes your codebase holistically, understanding relationships between files, functions, and modules. This context-aware approach results in documentation that accurately reflects the structure and purpose of your code.

Comprehensive Documentation

Generate detailed documentation for functions, classes, methods, and modules, including parameter descriptions, return values, examples, and edge cases. Fluen ensures that your documentation is thorough and informative.

Version Control Integration

Seamlessly integrate with Git and other version control systems to track documentation changes alongside code changes. This integration ensures that your documentation stays in sync with your codebase as it evolves.

Customizable Output

Configure the style, format, and level of detail in your documentation to match your project's requirements and team preferences. Fluen's flexible configuration options allow you to tailor the documentation to your needs.

CI/CD Integration

Integrate Fluen into your continuous integration and deployment pipelines to automatically update documentation when code changes are pushed. This automation ensures that your documentation is always up-to-date.

Use Cases

Explore how Fluen can improve your development workflow

Legacy Code Documentation

Quickly generate documentation for existing codebases that lack proper documentation, making it easier to understand and maintain legacy code.

Team Onboarding

Accelerate the onboarding process for new team members by providing comprehensive documentation that helps them understand the codebase quickly.

API Documentation

Generate detailed API documentation that includes endpoints, parameters, response formats, and examples, making it easier for developers to use your APIs.

Code Review Enhancement

Improve the code review process by ensuring that all new code includes proper documentation, making it easier for reviewers to understand the changes.

Educational Resources

Create educational resources and tutorials based on your codebase, making it easier to teach others about your project or technology.

Knowledge Transfer

Facilitate knowledge transfer between team members and across teams by maintaining comprehensive and up-to-date documentation.

How It Works

Understanding the process behind Fluen's automated documentation

Code Analysis

Fluen analyzes your codebase to understand its structure and relationships

LLM Processing

The code is processed by large language models to generate documentation

Enhancement

Documentation is enhanced with examples, edge cases, and additional context

Integration

Documentation is integrated into your codebase or exported to your preferred format

Technical Process

Fluen's documentation generation process involves several sophisticated steps:

  1. Code Parsing: Fluen parses your code using language-specific parsers to create an abstract syntax tree (AST) that represents the structure of your code.
  2. Dependency Analysis: The relationships between different parts of your codebase are analyzed to understand how functions, classes, and modules interact with each other.
  3. Context Building: A comprehensive context is built for each code element, including its purpose, usage patterns, and relationships with other elements.
  4. LLM Prompting: Carefully crafted prompts are sent to the LLM, along with the code and context, to generate accurate and informative documentation.
  5. Post-Processing: The generated documentation is post-processed to ensure consistency, correct formatting, and adherence to your project's documentation standards.
  6. Integration: The final documentation is integrated into your codebase as comments or exported to external documentation formats such as Markdown, HTML, or PDF.

Getting Started

Start documenting your code with Fluen in just a few steps

Installation

# Install from npm
npm install -g @fluen/cli

# Or clone the repository
git clone https://github.com/Fluen-io/fluen-core.git
cd fluen-core
npm install
npm run build

Basic Usage

# Generate documentation for a file
fluen document path/to/file.js

# Generate documentation for a directory
fluen document path/to/directory

# Generate documentation with a specific configuration
fluen document --config path/to/config.json path/to/directory

Configuration

Fluen can be configured to match your project's documentation requirements:

{
  "llm": {
    "provider": "openai",
    "model": "gpt-4",
    "apiKey": "your-api-key"
  },
  "output": {
    "format": "jsdoc",
    "includeExamples": true,
    "detailLevel": "high"
  },
  "ignore": [
    "node_modules",
    "dist",
    "*.test.js"
  ]
}

Documentation

Comprehensive documentation is available to help you get started with Fluen and explore its full capabilities:

  • README - Basic overview and getting started guide
  • Documentation - Detailed guides and API reference
  • Examples - Sample configurations and use cases
  • Support - Get help from the community

What Developers Say

Hear from developers who use Fluen in their projects

Fluen has transformed our documentation process. What used to take hours now happens automatically, and the quality of the documentation is consistently high.

Sarah Chen

Senior Developer at TechCorp

We integrated Fluen into our CI/CD pipeline, and now our documentation is always up-to-date with our code. It's been a game-changer for our team's productivity.

Michael Rodriguez

DevOps Engineer at InnovateSoft

Ready to Improve Your Code Documentation?

Start using Fluen today and transform your documentation process