Fundraising Fox

dottxt

Jersey City, US · Founded 2023 · Delaware corporation · 28 employees on LinkedIn · 13 known investors

dottxt builds tools to make large language models composable and reliable by enforcing schemas and contracts, enabling AI systems to behave predictably like traditional software. The company provides infrastructure for AI developers and enterprises building production applications with LLMs.

Also known as .txt · dottxt · Dottxt · dottxt-ai · dottxt.ai

Founders & leadership

dottxt was founded in 2023 by Rémi Louf and Brandon T. Willard.

RL
Rémi LoufinCo-Founder & CEO
BT
Brandon T. WillardCo-founder
DG
Daniel GerlancExecutive

Board

JH
Julien HobeikaBoard director
CVClement Vanden Driessche
Clement Vanden DriesscheinBoard directorPartner at Elaia

Investors · 13

Also in the syndicate · 7

Bob van LuijtErik BernhardssonFSJJean-Louis QueguinerJulien ChaumondKimaRoxanne Varza

Reported raises · per SEC filings

Form D private placements

$10.3M disclosed across 2 of 3 rounds · 2023–2024

$7.6MraisedAug 2024 · 3 investors · Other Technology
Rule 506(b)
Officers, directors & promoters on the filing
  • Julien HobeikaDirector
  • Clement Vanden DriesscheDirector
  • Daniel GerlancExecutive Officer, Director
  • Remi LoufExecutive Officer, Director
  • Brandon T. WillardDirector
Offering amount
$9M
Amount sold
$7.6M
First sale
Aug 2024
Incorporated
Corporation, Delaware, 2023
Federal exemptions
06b
Full filing on SEC EDGAR ↗
$2.7MraisedDec 2023 · 2 investors · Other Technology
Rule 506(b)
Officers, directors & promoters on the filing
  • Daniel GerlancExecutive Officer, Director
  • Clement Vanden DriesscheDirector
  • Remi LoufExecutive Officer, Director
  • Brandon T. WillardDirector
Offering amount
$3.2M
Amount sold
$2.7M
First sale
Dec 2023
Incorporated
Corporation, Delaware, 2023
Federal exemptions
06b
Full filing on SEC EDGAR ↗

Source: SEC EDGAR Form D. Amounts as filed; amended filings shown once at their latest values.

Company profile

researched Aug 2026

dottxt (branded ".txt") develops structured-generation, or constrained-decoding, software that makes large language model outputs conform to a specified schema at generation time rather than through post-hoc parsing, retries or validation loops. Its technology enforces JSON Schema, regular expressions and context-free grammars, and is also applied to function calling. The company frames a schema as a contract that its software enforces, with the stated goal of making AI systems compose like conventional software across layers from token generation to agents.

The company is the maintainer of Outlines, an open-source Python library for structured generation that works across model providers and serving stacks including OpenAI, Anthropic, Gemini, Ollama, vLLM, SGLang, TGI, Transformers, llama.cpp and MLX-LM. Commercially, dottxt offers three product lines: the api.dottxt.ai platform, an OpenAI-compatible, pay-per-token hosted API providing constrained decoding over open-source models; drop-in replacements for self-hosted inference servers (dotvllm, dotsglang, dottensorrt_llm) targeting teams running vLLM, SGLang or TensorRT-LLM; and composable libraries for inference providers — dotjson for JSON Schema, dotgrammar for arbitrary context-free grammars and dotlambda for function calling. It also offers a schema review/audit service that reports what breaks under generation and compliance rates before and after applying constraints.

According to press coverage, dottxt positions its commercial offering as model-agnostic with more features and better performance than the open-source Outlines project it grew out of, and its founders have emphasized that constraining generation does not have to degrade model performance.

Founding story

Co-founders Rémi Louf, Dan Gerlanc and Brandon Willard had worked together for roughly four years, most recently at New York-based AI firm Normal Computing, where they hit problems getting GPT-4 to extract data in a systematic order without extensive manual work. Drawing on backgrounds in statistical modelling, Bayesian statistics and compiler technology, they built a structured-generation solution and open-sourced it as Outlines, which was originally developed at Normal Computing by Rémi Louf and Brandon T. Willard before being spun into the company.

Business model

Commercial licensing and hosted services layered on an open-source core: dottxt maintains the Apache-2.0 licensed Outlines and outlines-core projects while selling commercially licensed structured-generation libraries, self-hosted inference-server replacements, and a hosted API. Enterprises and developers are the intended paying customers, with schema review offered as an entry point.

Pay-per-token usage of the api.dottxt.ai platform, plus commercial licenses/enterprise support for structured-generation libraries and drop-in inference server components sold to self-hosting teams and inference providers.

Traction

Outlines has been cited at over 2.5-3 million downloads by October 2024 (with roughly 600,000 in the preceding month) and "65M+ downloads" on the company's site; the GitHub repository shows about 15,700 stars and 868 forks, and outlines-core about 309 stars. Adoption is reported among hundreds of organizations and by NVIDIA, Cohere, Hugging Face and the main LLM serving frameworks. Headcount grew from eight or nine people in mid-2024 to 17 by the end of October 2024.

Latest developments

The company's current product line spans the pay-per-token api.dottxt.ai platform (OpenAI-compatible endpoints, described as in early access), drop-in replacements for vLLM, SGLang and TensorRT-LLM inference servers, and the dotjson, dotgrammar and dotlambda libraries for inference providers. Messaging has broadened from per-call structured outputs to reliability for agent infrastructure, and the company promotes a schema-audit service reporting compliance rates before and after constraints. Public repositories including Outlines, outlines-core and the official dottxt Python client remained under active development into 2026.

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

Presents itself as the industry standard for structured generation and is widely embedded in the LLM serving ecosystem: Outlines is used as a dependency by major serving frameworks (vLLM, TGI, LoRAX, xinference, SGLang) and by companies including NVIDIA, Cohere and Hugging Face. OpenAI credited Outlines as an inspiration for its Structured Outputs feature. Alternative approaches include Microsoft's Guidance and LMQL.

Enforcement of structure during generation rather than validation after the fact, model- and provider-agnostic operation, support for JSON Schema, regex and arbitrary context-free grammars, and negligible latency overhead. Relative to the open-source library, the commercial offering adds performance optimizations, broader features and enterprise support.

Technology

Constrained decoding that guarantees schema compliance during generation, supporting a large portion of the JSON Schema specification plus regular expressions and context-free grammars. The approach is described as inspired by compiler technology and grounded in the founders' statistical-modelling and Bayesian background; compilation of constraints happens once rather than per request, adding microseconds of latency instead of seconds of retries. Implementations include the Python Outlines library and a Rust core (outlines-core) for faster structured generation.

Go-to-market

Developer-led, ecosystem-first distribution through the open-source Outlines library and integrations with major serving frameworks, supported by documentation, demos and developer relations hiring; conversion paths include early-access API sign-ups, demo requests and schema audits, with an enterprise sales focus. Management said in October 2024 that the priority for the following 18 months was accelerating adoption over commercialization, with commercial launch expected within six months.

AI developers and enterprises deploying LLM applications in production, teams self-hosting inference (vLLM, SGLang, TensorRT-LLM), and inference providers wanting to offer structured outputs to their own users; cited use cases include natural-language database querying, CV filtering and attribute extraction from large image sets.

Geography

U.S.-based with a fully remote team; coverage variously describes the company as U.S.-based and Paris-based, with French founder and European investor ties.

History

Outlines was originally developed at Normal Computing and is now maintained by .txt. dottxt closed a $3.2 million pre-seed round led by Elaia in December 2023 and an $8.7 million seed led by EQT Ventures in August 2024, announcing $11.9 million in total funding in October 2024. Following that announcement the fully remote team expanded from eight or nine people to 17, adding software engineers, two developer-relations hires and a chief of staff. The company subsequently shipped a commercial stack including the api.dottxt.ai platform, self-hosted inference server replacements and the dotjson, dotgrammar and dotlambda libraries, along with a Rust outlines-core implementation and an official Python client for the .txt API.

Risks & controversies

Commercialization began later than adoption, with the company prioritizing ecosystem growth over revenue; TechCrunch noted this could be risky if AI market enthusiasm cools before the next fundraise. The company also competes with structured-output features shipped by model providers themselves, including OpenAI's Structured Outputs, as well as with libraries such as Guidance and LMQL, while its commercial products are built atop a permissively licensed open-source project.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Downloads cited by company (Outlines)Jan 202665M+ downloads
EmployeesOct 202417 people
GitHub forks (outlines)Aug 2026868 forks
GitHub stars (outlines-core)Aug 2026309 stars
GitHub stars (outlines)Aug 202615,700 stars
HeadcountAug 202628
Outlines downloads (cumulative)Oct 20243,000,000 downloads
Outlines downloads (trailing month)Oct 2024600,000 downloads
Total disclosed fundingOct 2024$11.9M

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Competitors · 3

by search overlap

Companies competing with dottxt for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 4

launches, deals, and filings
Jan 2026
api.dottxt.ai platform available in early access

dottxt offers a pay-per-token hosted API with OpenAI-compatible endpoints delivering schema-compliant outputs over open-source models, alongside drop-in inference server replacements (dotvllm, dotsglang, dottensorrt_llm) and the dotjson, dotgrammar and dotlambda libraries for inference providers.

source ↗

Oct 2024
dottxt announces $11.9M in total funding across pre-seed and seed rounds

Press coverage reported dottxt had raised $11.9 million in total, comprising a $3.2M pre-seed led by Elaia (December 2023) and an $8.7M seed led by EQT Ventures (August 2024), to expand the team and accelerate adoption of structured generation.

$11.9M source ↗

Oct 2024
Headcount expansion to 17 on fully remote team

The fully remote team was set to reach 17 people by the end of October 2024, up from eight in June 2024, with new hires including two developer-relations professionals, additional software engineers and a chief of staff.

source ↗

Jan 2024
OpenAI cites Outlines as an inspiration for its Structured Outputs feature

OpenAI introduced a structured generation capability called Structured Outputs and credited Outlines, the open-source project maintained by dottxt, among its inspirations.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Legal entities · 1

corporate structure
dottxtDelaware

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does dottxt do?
dottxt builds structured-generation software that forces LLM outputs to comply with JSON Schema, regexes and grammars.
Who founded dottxt?
dottxt was founded by Rémi Louf, Brandon T. Willard in 2023.
Who are dottxt's investors?
dottxt's investors include Kima Ventures, Elaia, Script Capital, Seedcamp, Common Magic, EQT Ventures.
How much funding has dottxt raised?
dottxt has disclosed $10.3M raised across 2 of its 3 known rounds.
Where is dottxt headquartered?
dottxt is headquartered in Jersey City, US.