Project registry¶
Central registry of all Jersal projects. Each project has its own repository with detailed documentation in its docs/ folder. This registry provides an overview and quick navigation.
Active projects¶
| Project | Status | Stack | Year | Links |
|---|---|---|---|---|
| MenuLoft | Active | TypeScript, Next.js, Node.js, Azure | 2026 | Live |
| Dev Tooling Dashboard | Planned | Next.js, TypeScript, Node.js | 2024 | -- |
| Realtime Collab Editor | Planned | React, WebSockets | 2023 | -- |
| Personal Analytics | Planned | Next.js, PostgreSQL | 2022 | -- |
Project lifecycle¶
graph LR
IDEA["Idea"] --> PLAN["Planned"]
PLAN --> ACTIVE["Active Development"]
ACTIVE --> LIVE["Live / Production"]
LIVE --> MAINT["Maintenance"]
Starting a new project¶
- Create a new repository from the project template
- Add a project page to this registry
- Configure shared infrastructure access (see access contracts)
- Set up CI/CD using the template's workflow foundation
- Document key decisions as ADRs if they affect the organization
Project page template¶
Every project page in this registry follows a consistent structure:
- Overview -- What the project does and why it exists
- Status -- Current development phase
- Tech stack -- Languages, frameworks, and infrastructure
- Architecture -- High-level design and key components
- Links -- Repository, live site, and project-specific docs
- Key decisions -- Links to relevant ADRs