update roadmap and readme

This commit is contained in:
skepsismusic
2026-02-07 17:38:34 +01:00
parent df27a27a2d
commit b150a243fd
13 changed files with 161 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Ironpad
![Ironpad Banner](docs/graphics/ironpad-banner.png)
**A local-first, file-based project & knowledge management system.**
![Build](https://github.com/OlaProeis/ironPad/actions/workflows/release.yml/badge.svg)
@@ -65,6 +67,8 @@ Open http://localhost:5173 in your browser.
## Tech Stack
![Tech Stack](docs/graphics/tech-stack.png)
| Component | Technology |
|-----------|------------|
| Backend | Rust, Axum 0.8, Tokio |
@@ -78,6 +82,8 @@ Open http://localhost:5173 in your browser.
## Roadmap
![Roadmap](docs/graphics/roadmap.png)
Ironpad is under active development. Here's what's planned:
- [ ] UI polish and animations
@@ -94,6 +100,8 @@ See [CHECKLIST.md](docs/ai-workflow/CHECKLIST.md) for detailed implementation st
## Built With AI
![AI Workflow](docs/graphics/ai-workflow.png)
This entire application was built using AI-assisted development -- an approach we call **Open Method**. We share not just the code, but the complete process: the PRD, task breakdowns, handover documents, and workflow artifacts.
Read about the method:
@@ -113,6 +121,8 @@ Read about the method:
## Documentation
![Architecture](docs/graphics/architecture.png)
| Document | Description |
|----------|-------------|
| [docs/API.md](docs/API.md) | Complete REST API reference |