2026-07-05 06:41:32 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > LIFE Ecosystem v7 - Reality Intelligence Ecosystem< / title >
2026-07-07 07:11:50 +00:00
< link rel = "stylesheet" href = "/assets/css/landvex-complete.css" >
< style >
2026-07-05 06:41:32 +00:00
* { margin : 0 ; padding : 0 ; box-sizing : border-box ; }
body { font-family : - apple-system , BlinkMacSystemFont , 'Inter' , sans-serif ; background : #000 ; color : #fff ; line-height : 1.6 ; }
2026-07-07 07:11:50 +00:00
. header { background : #0a0a0a ; border-bottom : 1 px solid #333 ; padding : 24 px ; display : flex ; justify-content : space-between ; align-items : center ; }
2026-07-05 06:41:32 +00:00
. header h1 { font-size : 1.5 rem ; background : linear-gradient ( 90 deg , #00d4ff , #7c3aed ) ; -webkit- background-clip : text ; -webkit- text-fill-color : transparent ; }
. header . subtitle { color : #666 ; font-size : 0.85 rem ; }
2026-07-07 07:11:50 +00:00
. nav { background : #0a0a0a ; border-bottom : 1 px solid #333 ; padding : 0 40 px ; display : flex ; gap : 16 px ; }
. nav a { color : #666 ; text-decoration : none ; padding : 24 px ; font-size : 0.85 rem ; transition : all 0.2 s ; border-bottom : 2 px solid transparent ; }
2026-07-05 06:41:32 +00:00
. nav a : hover , . nav a . active { color : #00d4ff ; border-bottom-color : #00d4ff ; }
. main { padding : 40 px ; max-width : 1400 px ; margin : 0 auto ; }
2026-07-07 07:11:50 +00:00
. hero { text-align : center ; padding : 24 px ; background : linear-gradient ( 180 deg , #0a0a0a 0 % , #1a1a2e 100 % ) ; border-radius : var ( - - radius - lg ) ; margin-bottom : 40 px ; }
. hero h2 { font-size : 2 rem ; margin-bottom : 24 px ; background : linear-gradient ( 90 deg , #00d4ff , #7c3aed ) ; -webkit- background-clip : text ; -webkit- text-fill-color : transparent ; }
2026-07-05 06:41:32 +00:00
. hero p { font-size : 1 rem ; color : #aaa ; max-width : 800 px ; margin : 0 auto ; }
2026-07-07 07:11:50 +00:00
. components { display : grid ; grid-template-columns : repeat ( auto - fill , minmax ( 350 px , 1 fr ) ) ; gap : 16 px ; margin-bottom : 40 px ; }
. component { background : #111 ; border : 1 px solid #333 ; border-radius : var ( - - radius - md ) ; padding : 24 px ; }
2026-07-05 06:41:32 +00:00
. component-number { font-size : 0.75 rem ; color : #00d4ff ; text-transform : uppercase ; letter-spacing : 1 px ; margin-bottom : 8 px ; }
. component h3 { font-size : 1.1 rem ; margin-bottom : 12 px ; }
. component p { color : #888 ; font-size : 0.85 rem ; margin-bottom : 12 px ; }
. component-items { list-style : none ; }
. component-items li { color : #aaa ; font-size : 0.8 rem ; padding : 4 px 0 ; padding-left : 16 px ; position : relative ; }
. component-items li :: before { content : "→" ; position : absolute ; left : 0 ; color : #00d4ff ; }
2026-07-07 07:11:50 +00:00
. separation { background : #111 ; border : 1 px solid #333 ; border-radius : var ( - - radius - md ) ; padding : 32 px ; margin-bottom : 40 px ; }
. separation h2 { font-size : 1.5 rem ; margin-bottom : 24 px ; color : #7c3aed ; }
. separation p { color : #888 ; margin-bottom : 24 px ; }
2026-07-05 06:41:32 +00:00
. entities { display : grid ; grid-template-columns : repeat ( auto - fill , minmax ( 250 px , 1 fr ) ) ; gap : 16 px ; margin-top : 16 px ; }
2026-07-07 07:11:50 +00:00
. entity { background : #1a1a1a ; border-radius : var ( - - radius - md ) ; padding : 16 px ; }
2026-07-05 06:41:32 +00:00
. entity-name { color : #00d4ff ; font-weight : 600 ; }
. entity-type { color : #888 ; font-size : 0.8 rem ; }
. entity-desc { color : #aaa ; font-size : 0.75 rem ; margin-top : 8 px ; }
2026-07-07 07:11:50 +00:00
. product-story { background : #111 ; border : 1 px solid #333 ; border-radius : var ( - - radius - md ) ; padding : 32 px ; margin-bottom : 40 px ; text-align : center ; }
. product-story h2 { font-size : 1.5 rem ; margin-bottom : 24 px ; color : #00d4ff ; }
2026-07-05 06:41:32 +00:00
. product-story p { font-size : 1.1 rem ; color : #aaa ; max-width : 800 px ; margin : 0 auto ; line-height : 1.8 ; }
2026-07-07 07:11:50 +00:00
. evolution { display : grid ; grid-template-columns : repeat ( auto - fill , minmax ( 120 px , 1 fr ) ) ; gap : 16 px ; margin-bottom : 40 px ; }
. evo { background : #111 ; border : 1 px solid #333 ; border-radius : var ( - - radius - md ) ; padding : 12 px ; text-align : center ; }
2026-07-05 06:41:32 +00:00
. evo-version { font-size : 1.1 rem ; font-weight : 700 ; color : #00d4ff ; }
. evo-name { font-size : 0.75 rem ; color : #aaa ; }
< / style >
< / head >
< body >
< div class = "header" >
< div >
< h1 > LIFE Ecosystem v7< / h1 >
< div class = "subtitle" > Reality Intelligence Ecosystem< / div >
< / div >
< / div >
< div class = "nav" >
2026-07-07 07:11:50 +00:00
< a href = "/admin/" > ← Admin< / a >
2026-07-05 06:41:32 +00:00
< a href = "#" class = "active" > Ecosystem< / a >
< a href = "#components" > Komponenter< / a >
< a href = "#separation" > Avgränsning< / a >
< / div >
< div class = "main" >
2026-07-07 07:11:50 +00:00
< div class = "lv-hero" >
2026-07-05 06:41:32 +00:00
< h2 > Reality Intelligence Ecosystem< / h2 >
< p > Ett tekniskt ramverk blir en standard först när andra använder det. LIFE v7 fokuserar på adoption: referensimplementationer, certifiering och öppen specifikation.< / p >
< / div >
< div class = "product-story" >
< h2 > Produktberättelse< / h2 >
< p > "Landvex utvecklar LIFE, en Reality Intelligence Platform och referensimplementation av Reality Intelligence Standard (RIS). Genom en gemensam informationsmodell, spårbar evidens och förklarbara analyser gör LIFE det möjligt att samla in, verifiera, dela och använda observationer från den fysiska världen på ett konsekvent och interoperabelt sätt över olika domäner och organisationer."< / p >
< / div >
2026-07-07 07:11:50 +00:00
< h2 > Evolution av LIFE< / h2 >
2026-07-05 06:41:32 +00:00
< div class = "evolution" >
< div class = "evo" >
< div class = "evo-version" > v1< / div >
< div class = "evo-name" > Aid Intelligence< / div >
< / div >
< div class = "evo" >
< div class = "evo-version" > v2< / div >
< div class = "evo-name" > Multi-signal< / div >
< / div >
< div class = "evo" >
< div class = "evo-version" > v3< / div >
< div class = "evo-name" > Core Architecture< / div >
< / div >
< div class = "evo" >
< div class = "evo-version" > v4< / div >
< div class = "evo-name" > Platform< / div >
< / div >
< div class = "evo" >
< div class = "evo-version" > v5< / div >
< div class = "evo-name" > Enterprise< / div >
< / div >
< div class = "evo" >
< div class = "evo-version" > v6< / div >
< div class = "evo-name" > Standard< / div >
< / div >
< div class = "evo" >
< div class = "evo-version" > v7< / div >
< div class = "evo-name" > Ecosystem< / div >
< / div >
< / div >
2026-07-07 07:11:50 +00:00
< h2 > 3 Komponenter för Adoption< / h2 >
2026-07-05 06:41:32 +00:00
< div class = "components" id = "components" >
< div class = "component" >
< div class = "component-number" > Komponent 1< / div >
2026-07-07 07:11:50 +00:00
< h3 > Reference Implementations< / h3 >
2026-07-05 06:41:32 +00:00
< p > Öppna referensimplementationer som sänker tröskeln för externa utvecklare< / p >
< ul class = "component-items" >
< li > Reference Server (Python/FastAPI)< / li >
< li > Reference Client (React/TypeScript)< / li >
< li > SDK: Python, JS, Java, Go, Rust< / li >
< li > Example Data (Somalia, Sweden, Climate)< / li >
< li > Example APIs (Municipal, Insurance, Aid)< / li >
< / ul >
< / div >
< div class = "component" >
< div class = "component-number" > Komponent 2< / div >
2026-07-07 07:11:50 +00:00
< h3 > < svg width = "20" height = "20" viewBox = "0 0 20 20" fill = "none" > < circle cx = "10" cy = "10" r = "9" stroke = "#22c55e" stroke-width = "2" / > < path d = "M6 10L9 13L14 7" stroke = "#22c55e" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" / > < / svg > Conformance Program< / h3 >
2026-07-05 06:41:32 +00:00
< p > Certifieringsprogram som ger tydlig kvalitetsnivå för RIS-integrationer< / p >
< ul class = "component-items" >
< li > RIS Compatible (gratis)< / li >
< li > RIS Certified ($5,000/år)< / li >
< li > RIS Enterprise Certified ($25,000/år)< / li >
< li > Automatiska kompatibilitetstester< / li >
< li > Oberoende säkerhetsgranskning< / li >
< / ul >
< / div >
< div class = "component" >
< div class = "component-number" > Komponent 3< / div >
2026-07-07 07:11:50 +00:00
< h3 > Public Specification< / h3 >
2026-07-05 06:41:32 +00:00
< p > Öppen specifikation som gör att andra kan implementera RIS oberoende< / p >
< ul class = "component-items" >
< li > Terminologi och begrepp< / li >
< li > Objektmodell (RIS-001)< / li >
< li > API-kontrakt (RIS-004)< / li >
< li > Evidensmodell (RIS-002)< / li >
< li > Konfidensmodell (RIS-003)< / li >
< li > Versionspolicy och bakåtkompatibilitet< / li >
< / ul >
< / div >
< / div >
< div class = "separation" id = "separation" >
< h2 > Strategisk Avgränsning< / h2 >
< p > Tre saker som är vanligt i framgångsrika ekosystem: standarden kan vara öppen, medan referensimplementationen och kommersiella tillägg fortsätter att utvecklas av företaget.< / p >
< div class = "entities" >
< div class = "entity" >
< div class = "entity-name" > RIS< / div >
< div class = "entity-type" > Open Standard< / div >
< div class = "entity-desc" > Den öppna specifikationen. Community-governed. CC BY 4.0. Gratis att använda.< / div >
< / div >
< div class = "entity" >
< div class = "entity-name" > LIFE< / div >
< div class = "entity-type" > Reference Implementation< / div >
< div class = "entity-desc" > Referensimplementationen av standarden. Open source. Apache 2.0. Gratis att använda.< / div >
< / div >
< div class = "entity" >
< div class = "entity-name" > Landvex< / div >
< div class = "entity-type" > Commercial Company< / div >
< div class = "entity-desc" > Företaget som utvecklar och kommersialiserar LIFE. Proprietära tjänster. Betalda tjänster.< / div >
< / div >
< / div >
< / div >
< / div >
< / body >
< / html >