openai / openai-chatkit-starter-app
File Age & Freshness

File age measurements show the distribution of file ages (days since the first commit) and the file freshness (days since the latest commit).

Summary
  • Number of files: 24
  • Daily file updates (only one update per file and date counted): 83
  • First update: 2025-10-07
  • Latest update: 2026-03-27
  • Days between first and latest update: 172 (24 weeks, estimated 120 working days)
  • Active days (at least one file change): 10
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 24 files with 641 lines of code in files.
    • 0 files that are 366+ days old (0 lines of code)
    • 24 files that are 181-365 days old (641 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
0% | 100% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: grouped by folders | grouped by age
File Freshness Distribution Overall
Days since last update
  • There are 24 files with 641 lines of code in files.
    • 0 files have been last changed 366+ days ago (0 lines of code)
    • 24 files have been last changed 181-365 days ago (641 lines of code)
    • 0 files have been last changed 91-180 days ago (0 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
0% | 100% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: grouped by folders | grouped by freshness
File Change History per File Extension
json, py, tsx, ts, gitignore, mjs, md, css, toml, sh, html, txt, yaml
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
py0% | 100% | 0% | 0% | 0%
mjs0% | 100% | 0% | 0% | 0%
ts0% | 100% | 0% | 0% | 0%
tsx0% | 100% | 0% | 0% | 0%
css0% | 100% | 0% | 0% | 0%
html0% | 100% | 0% | 0% | 0%
File Freshness Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
py0% | 100% | 0% | 0% | 0%
mjs0% | 100% | 0% | 0% | 0%
ts0% | 100% | 0% | 0% | 0%
tsx0% | 100% | 0% | 0% | 0%
css0% | 100% | 0% | 0% | 0%
html0% | 100% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
managed-chatkit0% | 100% | 0% | 0% | 0%
chatkit0% | 100% | 0% | 0% | 0%
primary (file freshness distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
managed-chatkit0% | 100% | 0% | 0% | 0%
chatkit0% | 100% | 0% | 0% | 0%
Oldest Files (Top 24)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
main.py
in managed-chatkit/backend/app
133 6 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
memory_store.py
in chatkit/backend/app
91 2 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in managed-chatkit/frontend
55 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
server.py
in chatkit/backend/app
50 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in chatkit/frontend
36 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
chatkitSession.ts
in managed-chatkit/frontend/src/lib
33 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in managed-chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.py
in chatkit/backend/app
24 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in managed-chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in managed-chatkit/frontend/src/components
17 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in chatkit/frontend/src/components
15 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in managed-chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in managed-chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
config.ts
in chatkit/frontend/src/lib
9 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in managed-chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in managed-chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
__init__.py
in managed-chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
__init__.py
in chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
Files Not Recently Changed (Top 24)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
__init__.py
in chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
__init__.py
in managed-chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in managed-chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in managed-chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
config.ts
in chatkit/frontend/src/lib
9 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in managed-chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in managed-chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in chatkit/frontend/src/components
15 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in managed-chatkit/frontend/src/components
17 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in managed-chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.py
in chatkit/backend/app
24 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in managed-chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
chatkitSession.ts
in managed-chatkit/frontend/src/lib
33 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in chatkit/frontend
36 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
server.py
in chatkit/backend/app
50 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in managed-chatkit/frontend
55 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
memory_store.py
in chatkit/backend/app
91 2 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.py
in managed-chatkit/backend/app
133 6 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
Most Recently Created Files (Top 24)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
main.py
in managed-chatkit/backend/app
133 6 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
memory_store.py
in chatkit/backend/app
91 2 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in managed-chatkit/frontend
55 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
server.py
in chatkit/backend/app
50 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in chatkit/frontend
36 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
chatkitSession.ts
in managed-chatkit/frontend/src/lib
33 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in managed-chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.py
in chatkit/backend/app
24 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in managed-chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in managed-chatkit/frontend/src/components
17 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in chatkit/frontend/src/components
15 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in managed-chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in managed-chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
config.ts
in chatkit/frontend/src/lib
9 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in managed-chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in managed-chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
__init__.py
in managed-chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
__init__.py
in chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
Most Recently Changed Files (Top 24)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
main.py
in managed-chatkit/backend/app
133 6 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
memory_store.py
in chatkit/backend/app
91 2 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in managed-chatkit/frontend
55 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
server.py
in chatkit/backend/app
50 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
eslint.config.mjs
in chatkit/frontend
36 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
chatkitSession.ts
in managed-chatkit/frontend/src/lib
33 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in managed-chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.css
in chatkit/frontend/src
29 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.py
in chatkit/backend/app
24 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in managed-chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
vite.config.ts
in chatkit/frontend
18 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in managed-chatkit/frontend/src/components
17 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
ChatKitPanel.tsx
in chatkit/frontend/src/components
15 1 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in managed-chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
index.html
in chatkit/frontend
14 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in managed-chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
main.tsx
in chatkit/frontend/src
13 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
config.ts
in chatkit/frontend/src/lib
9 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in managed-chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
App.tsx
in chatkit/frontend/src
8 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in managed-chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
mjs
postcss.config.mjs
in chatkit/frontend
6 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
__init__.py
in managed-chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com
__init__.py
in chatkit/backend/app
1 - 2025-12-08 2025-12-08 1 1 lukas@openai.com lukas@openai.com