Oryn banner

Oryn

1 devlog
16h 59m 55s

A backend API where companies sign up, get their own private workspace, and inside it they manage their teams, projects, and tasks — think a simplified Jira or Asana.

This project uses AI

I used Claude Code and Copilot to plan infrastructure before writing imports, challenging assumptions rather than generating code. Also built this interface with KIMI to document the journey.

Demo Repository

Loading README...

Ahmed Abdelkhaliq

I’ll highlight the most important technical features that HAD to be made.

Authentication & Isolation
JWT tokens carry tenant context. FastAPI dependencies inject this into sessions, automatically scoping every query with tenant_id filters.

Subscription Infrastructure
Full Stripe integration with webhook handling for subscription events, usage tracking, and tier enforcement at the middleware level.

Attachment
Attachment
0