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.
Why It Exists
Section titled “Why It Exists”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.
Features
Section titled “Features”- 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
How to Access
Section titled “How to Access”Visit developer.irregulars.io and log in with your IrregularChat SSO account.
Development Direction
Section titled “Development Direction”Recent work has focused on:
- Improving navigation with dropdown menus and docs pages
- Adding 404 routing and error handling
- Expanding API documentation coverage
Related Resources
Section titled “Related Resources”- Software Engineering — General development resources
- Full-Stack Dev with AI — AI-assisted development guide
- Cloudflare Workers Guide — Serverless development tutorial
Tech Stack
Section titled “Tech Stack”| Component | Technology |
|---|---|
| Runtime | Cloudflare Workers + Pages |
| Frontend | React, Tailwind CSS |
| Framework | Hono (API), Vite (build) |
| Sessions | KV (SESSIONS) |
| Auth | Authentik OIDC via @irregularchat/shared-utils |