-
Notifications
You must be signed in to change notification settings - Fork 0
Home
William Bendick edited this page Aug 26, 2026
·
2 revisions
Question is a diagnostic tool and symptom tracker. Its two main functions are:
- Manage and document the process of problem solving.
- Log and aggregate data about the symptoms of problems.
-
Data points related to problems are organized in hierarchical data trees.
-
All data points are assigned to a specific type.
-
Data points are displayed in italics, and types are displayed in normal text.
Question's architecture is being determined according to Local-first principles.
| Component | Technology |
|---|---|
| Data Store | SQLite database (see Question Database repo) |
| User Interface | Web browser |
| UI Prototypes | Svelte |
| UI Framework | TBD |
| Sync Engine | TBD |
The project is in early development and current focus is on creating specifications (Question Wiki).