|
1 | 1 | ; SPDX-License-Identifier: PMPL-1.0-or-later |
2 | | -; FormBase - Ecosystem Position |
| 2 | +; Glyphbase - Ecosystem Position |
3 | 3 |
|
4 | 4 | (ecosystem |
5 | 5 | (version "1.0") |
6 | | - (name "formbase") |
| 6 | + (name "glyphbase") |
7 | 7 | (type "application") |
8 | | - (purpose "Open-source Airtable alternative with provenance tracking") |
| 8 | + (purpose "Open-source Airtable alternative with permanence and formal verification") |
| 9 | + (formerly "formbase") |
9 | 10 |
|
10 | 11 | (position-in-ecosystem |
11 | | - (role "End-user spreadsheet-database application") |
| 12 | + (role "End-user spreadsheet-database application with provenance") |
12 | 13 | (layer "Application layer") |
13 | | - (users "Non-technical users, researchers, teams, small businesses")) |
| 14 | + (users "Non-technical users, researchers, teams, small businesses, scientists")) |
14 | 15 |
|
15 | 16 | (related-projects |
16 | | - (project "formdb" |
| 17 | + (project "lithoglyph" |
17 | 18 | (relationship foundation) |
18 | | - (url "https://github.com/hyperpolymath/formdb") |
19 | | - (description "The narrative-first database that powers FormBase") |
20 | | - (integration "All data stored in FormDB with provenance")) |
| 19 | + (url "https://github.com/hyperpolymath/lithoglyph") |
| 20 | + (description "Stone-carved database engine with provenance and reversibility") |
| 21 | + (integration "All data stored in Lithoglyph with full audit trail")) |
21 | 22 |
|
22 | | - (project "fqldt" |
| 23 | + (project "rescript-dom-mounter" |
| 24 | + (relationship dependency) |
| 25 | + (url "https://github.com/hyperpolymath/rescript-dom-mounter") |
| 26 | + (description "High-assurance DOM rendering library") |
| 27 | + (integration "Used for critical UI components requiring formal verification")) |
| 28 | + |
| 29 | + (project "proven" |
| 30 | + (relationship dependency) |
| 31 | + (url "https://github.com/hyperpolymath/proven") |
| 32 | + (description "Idris2 formal verification library") |
| 33 | + (integration "Type-level correctness proofs for data operations")) |
| 34 | + |
| 35 | + (project "gql-dt" |
23 | 36 | (relationship sibling-standard) |
24 | | - (url "https://github.com/hyperpolymath/fqldt") |
25 | | - (description "Dependently-typed query language") |
26 | | - (integration "Formulas may use FQLdt for type-checked expressions")) |
| 37 | + (url "https://github.com/hyperpolymath/gql-dt") |
| 38 | + (description "Glyph Query Language with dependent types") |
| 39 | + (integration "Advanced queries with type-level guarantees")) |
27 | 40 |
|
28 | | - (project "formdb-studio" |
| 41 | + (project "lithoglyph-studio" |
29 | 42 | (relationship sibling-standard) |
30 | | - (url "https://github.com/hyperpolymath/formdb-studio") |
31 | | - (description "Admin GUI for FormDB") |
32 | | - (integration "FormBase for end-users, Studio for admins/developers")) |
| 43 | + (url "https://github.com/hyperpolymath/lithoglyph-studio") |
| 44 | + (description "Admin GUI for Lithoglyph databases") |
| 45 | + (integration "Glyphbase for end-users, Studio for admins/developers")) |
33 | 46 |
|
34 | | - (project "formdb-debugger" |
| 47 | + (project "lithoglyph-debugger" |
35 | 48 | (relationship sibling-standard) |
36 | | - (url "https://github.com/hyperpolymath/formdb-debugger") |
| 49 | + (url "https://github.com/hyperpolymath/lithoglyph-debugger") |
37 | 50 | (description "Proof-carrying database debugger") |
38 | | - (integration "Debug and recover FormBase data with proofs")) |
| 51 | + (integration "Debug and recover Glyphbase data with proofs")) |
39 | 52 |
|
40 | 53 | (project "bofig" |
41 | 54 | (relationship potential-consumer) |
42 | 55 | (url "https://github.com/hyperpolymath/bofig") |
43 | 56 | (description "Evidence graph for investigative journalism") |
44 | | - (integration "BoFIG could embed FormBase for evidence management")) |
| 57 | + (integration "BoFIG could embed Glyphbase for evidence management")) |
45 | 58 |
|
46 | | - (project "zotero-formdb" |
| 59 | + (project "zotero-formbd" |
47 | 60 | (relationship sibling-standard) |
48 | | - (url "https://github.com/hyperpolymath/zotero-formdb") |
| 61 | + (url "https://github.com/hyperpolymath/zotero-formbd") |
49 | 62 | (description "Reference manager with PROMPT scores") |
50 | | - (integration "Shared PROMPT scoring system")) |
| 63 | + (integration "Shared PROMPT scoring methodology")) |
| 64 | + |
| 65 | + (project "airtable" |
| 66 | + (relationship inspiration) |
| 67 | + (url "https://airtable.com") |
| 68 | + (description "Commercial spreadsheet-database hybrid") |
| 69 | + (integration "UX inspiration for views and interface design")) |
51 | 70 |
|
52 | 71 | (project "nocodb" |
53 | 72 | (relationship inspiration) |
54 | 73 | (url "https://github.com/nocodb/nocodb") |
55 | 74 | (description "Open source Airtable alternative") |
56 | | - (integration "UX inspiration, not code sharing")) |
| 75 | + (integration "Reference for open-source implementation patterns")) |
57 | 76 |
|
58 | 77 | (project "baserow" |
59 | 78 | (relationship inspiration) |
60 | 79 | (url "https://github.com/bram2w/baserow") |
61 | | - (description "Self-hosted database") |
62 | | - (integration "UX inspiration, not code sharing")) |
| 80 | + (description "Self-hosted no-code database") |
| 81 | + (integration "Self-hosting deployment patterns")) |
63 | 82 |
|
64 | 83 | (project "yjs" |
65 | 84 | (relationship dependency) |
66 | 85 | (url "https://github.com/yjs/yjs") |
67 | | - (description "CRDT framework for collaboration") |
68 | | - (integration "Real-time sync and offline support"))) |
| 86 | + (description "CRDT framework for real-time collaboration") |
| 87 | + (integration "Conflict-free multi-user editing and offline support"))) |
69 | 88 |
|
70 | 89 | (what-this-is |
71 | 90 | ("A spreadsheet-database hybrid for non-technical users") |
72 | | - ("An Airtable alternative with provenance built-in") |
73 | | - ("A self-hosted, offline-first data management tool") |
74 | | - ("A collaborative workspace with real-time sync") |
75 | | - ("A research-grade data collection platform with PROMPT scores")) |
| 91 | + ("An Airtable alternative with permanence - every change carved in stone") |
| 92 | + ("A self-hosted, offline-first data management platform") |
| 93 | + ("A collaborative workspace with real-time sync via CRDTs") |
| 94 | + ("A research-grade data platform with PROMPT quality scores") |
| 95 | + ("A formally verified application using Idris2 correctness proofs")) |
76 | 96 |
|
77 | 97 | (what-this-is-not |
78 | | - ("Not a replacement for Excel/Sheets (different use case)") |
79 | | - ("Not a general-purpose database admin tool (use FormDB Studio)") |
80 | | - ("Not a BI/analytics platform (use Metabase etc.)") |
81 | | - ("Not a form builder only (forms are one view type)") |
82 | | - ("Not a low-code app builder (focused on data, not apps)"))) |
| 98 | + ("Not a replacement for Excel/Sheets - different collaboration model") |
| 99 | + ("Not a general-purpose database admin tool - use Lithoglyph Studio instead") |
| 100 | + ("Not a BI/analytics platform - use Metabase or similar") |
| 101 | + ("Not just a form builder - forms are one view type among many") |
| 102 | + ("Not a low-code app builder - focused on data management, not app development"))) |
0 commit comments