Skip to content

Developer Portal

URL: developer.irregulars.io | Source: apps/developer-portal/

The Developer Portal provides tooling and documentation for members building on the IrregularChat infrastructure. Its flagship feature is the AI Usage Planner — a calculator that helps developers estimate costs and compare AI models for their projects.

The IrregularChat community builds a lot of AI-powered features across its services (Signal bot AI commands, task exchange AI enhance, search semantic features). The Developer Portal centralizes the knowledge needed to build with AI models efficiently, and provides API documentation for integrating with community services.

  • AI Usage Planner — Interactive calculator for AI model cost estimation and comparison
  • API Documentation — Reference docs for community service APIs
  • Development Guides — Tutorials for building with the IrregularChat stack (Cloudflare Workers, Hono, D1)
  • Navigation Dropdown — Quick links to all developer resources and service docs

Visit developer.irregulars.io and log in with your IrregularChat SSO account.

Recent work has focused on:

  • Improving navigation with dropdown menus and docs pages
  • Adding 404 routing and error handling
  • Expanding API documentation coverage
ComponentTechnology
RuntimeCloudflare Workers + Pages
FrontendReact, Tailwind CSS
FrameworkHono (API), Vite (build)
SessionsKV (SESSIONS)
AuthAuthentik OIDC via @irregularchat/shared-utils