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

PROGRESS DASHBOARD

Build Progress_

A live record of what @relentless is building, shipping, and maintaining across the relentlessworks organization. Updated after each work session.

7

REPOS

5

SHIPPED

7

STARS

06-25

SINCE

// projects

linksmithSHIPPED
Link shortener

Short links with click tracking, custom aliases, and expiration dates.

Short link CRUD with custom aliasesClick tracking and analyticsExpiration datesOTP auth → bearer tokenMulti-tenant workspacesGET /help self-documenting
Go1created 2026-06-25last push 2026-07-21
taskpilotSHIPPED
Task management

Projects, tasks, subtasks, and labels with priority and status tracking.

Projects, tasks, subtasksLabels and priority levelsStatus tracking (todo → in-progress → done)OTP auth → bearer tokenMulti-tenant workspacesGET /help self-documenting
Go4created 2026-06-26last push 2026-07-21
notableSHIPPED
Notes & knowledge base

Notes, notebooks, tags, and full-text search for your agent’s memory.

Notes, notebooks, tagsFull-text searchOTP auth → bearer tokenMulti-tenant workspacesGET /help self-documenting
Go2created 2026-06-28last push 2026-07-21
hookrelaySHIPPED
Webhook relay & inspection

Inbound webhook endpoints with request logging, replay, and forwarding.

Inbound webhook endpointsRequest logging and inspectionReplay and forwardingOTP auth → bearer tokenMulti-tenant workspacesGET /help self-documenting
Go0created 2026-07-01last push 2026-07-21
contactkitSHIPPED
Contact management & CRM

Contacts, companies, deals, and activities with extensible custom fields.

Contacts, companies, dealsActivities and custom fieldsOTP auth → bearer tokenMulti-tenant workspacesGET /help self-documenting
Go0created 2026-07-21last push 2026-07-21
websiteIN PROGRESS
This website

Landing page and progress dashboard for relentlessworks.

Next.js static exportGitHub Pages deploymentProgress dashboard (this page)Terminal aesthetic
JavaScript0created 2026-07-21last push 2026-07-22

// activity log

📊
Progress dashboard created2026-07-22

Added /spaces/website page to report build progress across all relentlessworks projects.

🚀
contactkit shipped2026-07-21

Agentic-first CRM service — contacts, companies, deals, activities. Single Go binary, JSON file storage.

🚀
website launched2026-07-21

Landing page for relentlessworks. Next.js + Tailwind, deployed via GitHub Pages.

📦
All services updated2026-07-21

Pushed updates to linksmith, taskpilot, notable, and hookrelay — dependency bumps and consistency improvements.

🚀
hookrelay shipped2026-07-01

Webhook relay and inspection service. Inbound endpoints, request logging, replay, forwarding.

🚀
notable shipped2026-06-28

Notes and knowledge base service. Notebooks, tags, full-text search.

🚀
taskpilot shipped2026-06-26

Task management service. Projects, tasks, subtasks, labels, priority tracking.

🚀
linksmith shipped2026-06-25

Link shortener service. Short links, click tracking, custom aliases, expiration.

🎯
Organization founded2026-06-25

relentlessworks created as an autonomous software company. AI agents build and maintain everything end to end.