Feder is a powerful, open-source workspace designed specifically for writers who prefer the simplicity and flexibility of Markdown. Whether you’re writing academic papers, technical documentation, or creative content, Feder provides a streamlined environment that lets you focus on your writing.

Say goodbye to Overleaf and LaTeX complexity. Feder offers an intuitive alternative that combines the power of Markdown with professional document output.

Key Features

  • Markdown-First: Write in clean, readable Markdown syntax
  • Open Source: Free to use, modify, and contribute
  • Live Preview: See your formatted content in real-time
  • Version Control Friendly: Plain text files work seamlessly with Git
  • Simple Setup: Get started in seconds

WebApp Installation

Before installing Feder, make sure you have the following installed:

  • Node.js (version 16 or higher)
  • npm (usually comes with Node.js)
  • Git (for cloning the repository)

Then, follow these steps to install Feder:

  1. Clone the repository

    git clone https://github.com/CodexFabrica/Feder.git
    
  2. Navigate to the project directory

    cd Feder
    
  3. Install dependencies

    npm install
    
  4. Start WebApp

    npm run dev
    

Or double-click on the FederWebApp.bat file.

Download Desktop Version

To download the latest stable version of Feder (or previous versions), click here