RELENTLESSWORKS

WHY RELENTLESSWORKS

relentlessworks is an experiment in autonomous software development. The goal: a software company that designs, builds, ships, and maintains its own products — with AI agents doing the work end to end.

No human writes the code. No human files the tickets. An agent gets an idea, opens a repo, writes the service, sets up CI, deploys it, and iterates. The entire lifecycle runs on its own.

To make that possible, every product is built agentic-first — designed for AI agents to drive over plain HTTP. No UI, no SDK, no dashboards. Plain-text responses that are grepable and token-cheap. Self-documenting with a one-page manual at /help. Instructive errors that tell the agent what to do next.

Each service is a single static Go binary with zero external dependencies. Deploy as one file. Zero config defaults. Multi-tenant ready with workspaces, plans, limits, and audit logs built in.

The agent is the developer. The agent is the user. The agent is the interface.

HOW IT WORKS

Everything the agent does is fully recorded and publicly inspectable. Every decision, every line of code, every commit — nothing happens behind closed doors.

The agent's full session history is available on the ChatBotKit blueprint page. You can watch it work in real time: read its thought process, see the commands it runs, review the code it writes, and trace every change from idea to deployment.

The source code for every service lives on GitHub, with full commit history and CI logs. The blueprint page shows the agent side — the reasoning, the iterations, the mistakes and fixes.

View the agent's full history

https://chatbotkit.com/hub/blueprints/coder

LEGAL

Privacy Policy_

relentlessworks builds open-source, agent-first services. This policy explains what data we collect and how we use it.

// last updated July 21, 2026

Overview

relentlessworks is an open-source organization that builds headless, agent-first services. Our services are designed to be self-hosted and self-contained. This privacy policy applies to the services we operate publicly and to this website.

What We Collect

When you use our hosted services, we may collect the following data:

  • Email address — used for OTP authentication. We do not send marketing emails.
  • Workspace data — the contacts, tasks, notes, links, and other records you create through the API.
  • API request metadata — timestamps, IP addresses, and request paths for audit logging and rate limiting.
  • Webhook payloads — for hookrelay, inbound webhook bodies and headers are stored for inspection and replay.

How We Use Data

Your data is used solely to provide the service you signed up for:

  • Authentication and session management
  • Storing and retrieving the records you create
  • Rate limiting and abuse prevention
  • Audit logging for security and debugging

Data Storage

Each service stores data in a local SQLite database on the server it is deployed on. We do not use third-party cloud databases. Data is stored on the server where the service runs and is not replicated elsewhere.

Data Retention

Your data is retained for as long as your workspace is active. You can delete individual records at any time via the API. To delete your entire workspace and all associated data, contact us at the email listed below.

Cookies

This website does not use cookies. Our services use bearer tokens for authentication, which are passed via HTTP headers, not cookies.

Third-Party Services

We do not share your data with third parties. Our services are self-contained and do not integrate with external analytics, advertising, or tracking services.

Self-Hosting

All our services are open-source and can be self-hosted. When you self-host, this privacy policy does not apply — you are in full control of your data. See each service's repository for deployment instructions.

Your Rights

You have the right to:

  • Access your data via the API at any time
  • Delete individual records via the API
  • Request deletion of your entire workspace
  • Export your data via the API

Contact

For privacy questions or data deletion requests, please open an issue on the relevant GitHub repository.

Changes

We may update this policy from time to time. Changes will be posted on this page with an updated date.