End Projects
End Projects
Application projects built on the UNVRSL Core Services. Each project shares the same authentication (core.auth), storage (core.storage), AI (core.ai), and media processing (core.hypermedia) infrastructure. Quotas are shared across all apps based on the master account's allowances.
1. WYSIWYG Todo List
A visual to-do list with a built-in file system. Supports organisation, drag-and-drop, upload/download capabilities, and nested task structures.
Core dependencies: core.auth, core.storage, core.assets
→ Project Page · Roadmap
2. Language Learner
A language learning app inspired by Readle. Input a URL, PDF, or text → AI generates side-by-side translations. Tap a word or phrase for translation, conjugation, and context. Everything you look up gets saved and lands in spaced-repetition flashcards.
Core dependencies: core.auth, core.storage, core.ai, core.hypermedia, core.assets
Key features:
- Side-by-side AI translation of imported content
- Phrase-level word lookup with conjugation tables
- Spaced repetition flashcards from saved words/phrases
- Article/PDF/text import
- Progress tracking per user
→ Project Page · Roadmap
3. Psychiatry Learning App
Structured reference for psychiatry: symptoms & diseases (with guidelines), treatment protocols, side effects, edge cases (aggression management), and emergencies (neuroleptic malignant syndrome, serotonin syndrome, etc.).
Core dependencies: core.auth, core.ai, core.assets
Key features:
- Disease/symptom structured reference
- Treatment guidelines with drug protocols
- Side effects database
- Emergency protocols (NMS, serotonin syndrome, etc.)
- Edge case management (aggression, catatonia, etc.)
→ Project Page · Roadmap
4. Medical App (Rebuild)
A medical application previously built outside the UNVRSL framework, to be rebuilt using the core services architecture.
Core dependencies: core.auth, core.storage, core.ai, core.hypermedia, core.assets
→ Project Page · Roadmap
5. Web OS
A visual cloud desktop environment with whiteboard drawing, nested desktops and folders, and drag-and-drop file management. Previously built as
universal.desktop, to be rebuilt on the new architecture.Core dependencies: core.auth, core.storage, core.assets, core.hypermedia
Key features:
- Visual cloud drive with nested desktops and folders
- Whiteboard drawing functionality
- Drag-and-drop file management
- Multi-user with per-account quotas
→ Project Page · Roadmap
Shared Infrastructure
All end projects share:
| Resource | Service | Sharing Model |
| User accounts | core.auth | Master account, one identity across all apps |
| File storage | core.storage | Shared quota per master account |
| AI calls | core.ai | Shared quota per master account |
| Media processing | core.hypermedia | Shared quota per master account |
| UI components | core.assets | Shared design system, branding, icons |