Knowledge-grounded answers
Connect your knowledge and let ChatAI retrieve relevant context before generating responses.
Open-source AI and developer tools
NightZeros builds open-source AI and developer tools that turn ideas into working software.
NightZeros / Manifesto
NightZeros is an independent software studio building open-source AI and developer tools.
We experiment, build, ship, and share software that helps developers create better products.
ChatAI
An open-source platform for building AI assistants grounded in your own knowledge and embedding them into websites and applications.
ChatAI / Capabilities
Connect your knowledge and let ChatAI retrieve relevant context before generating responses.
Add ChatAI to websites using a hosted script, React component, or developer SDK.
$pnpm add @nightzeros/chatai-react$pnpm add @nightzeros/chatai-sdkDomain controls, rate limiting, signing, and safeguards for public embeds.
Run ChatAI using infrastructure you control.
Process / 01—04
Developer Experience
A hosted script for any site, a React component for app frameworks, or the SDK when you want full control.
$pnpm add @nightzeros/chatai-react"use client";
import { ChatWidget } from "@nightzeros/chatai-react";
export function SupportChat() {
return (
<ChatWidget
assistantId="your_public_assistant_id"
apiUrl="https://app.nightzeros.com"
/>
);
}Open Source
We believe developer tools are better when people can understand how they work.
Why NightZeros
If we need a tool and believe other developers would find it useful too, we build it properly and share it.
Practical AI products grounded in real data and real workflows.
Reusable infrastructure that removes unnecessary complexity.
Software designed to be inspected, extended and self-hosted.
Projects
We're just getting started.
Explore what we're building and help us make it better.