{% extends "base.html" %} {% block title %}IAToolkit - AI Framework{% endblock %} {% block styles %} {# Link website stylesheet and Bootstrap icons #} {% endblock %} {% block content %}
IAToolkit
EN | ES

Open Source AI Framework

  • Connect your SQL databases and documents to give real business context to your assistants.
  • Build a repository of prompts validated by your team to standardize and accelerate AI tasks.
  • Deploy the platform on your own infrastructure with full control over the LLM, ensuring data privacy.

Try the Platform

Explore our interactive demo, configured with data from a sample company. See how the platform behaves in a realistic environment, not just a static mockup.

{# This button uses .btn-primary styled under .hero-section .btn-primary in CSS #} Open demo

100% Open Source

Built in Python, IAToolkit gives you full control. Audit the code, adapt it to your needs, and contribute to a growing community.

Go to GitHub {% if iatoolkit_version %} {{ iatoolkit_version }} {% endif %}

Connect Your Data

Integrate your SQL databases, documents (PDFs, TXT), and other systems so the assistant can answer with real context about your business.

Multi-LLM

Avoid getting locked into a single provider. IAToolkit is designed to work with different models, including Gemini and OpenAI (GPT).

Prompt Manager

Create, manage, and share a library of company-specific prompts, optimizing repetitive workflows across your teams.

Fully Customizable

Customize everything from the UI look and feel to the assistant’s tools and capabilities so it aligns with your brand and processes.

Privacy First

Deploy IAToolkit on your own servers. Your data and queries are never shared with third parties, ensuring maximum confidentiality.

Foundation / Core Architecture Explained

A clear explanation of how IAToolkit is designed as a framework for assistants that operate in real-world scenarios, not just demos or proof-of-concepts.

Read

Mini-Project / Build Your Internal ChatGPT

A 3-month plan to build your own “internal ChatGPT”: a corporate assistant capable of answering with real data, internal documents, and predefined prompts.

View plan
Photo of Fernando Libedinsky
About the author
LinkedIn

I am Fernando Libedinsky, software engineer and creator of IAToolkit.
After a long career building software products, I am still driven by the same curiosity that led me to write my first lines of code: to learn, explore, and build new things.
IAToolkit is a continuation of that drive: a platform designed to rapidly connect companies with AI in a practical, production-ready way.

{% endblock %}