duocnv 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +25 -28
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -33,30 +33,24 @@ const links = {
33
33
 
34
34
  const projectDetails = {
35
35
  clik: {
36
- title: "Clik - Screenshot Tool for AI Workflows",
36
+ title: "Clik - Screenshot Tool",
37
37
  stats: [
38
- "5 annotation tools",
39
- "Counter markers for AI reference",
40
- "Multi-capture sessions",
41
- "Keyboard-first, ~15MB",
38
+ "Annotate screenshots for AI prompts",
39
+ "Counter markers for referencing",
40
+ "Keyboard-first workflow",
42
41
  ],
43
42
  tech: "Tauri + Rust + React",
44
43
  url: "https://clik.aiocean.io",
45
44
  },
46
45
  justread: {
47
- title: "Just Read - AI-Powered Reading Platform",
48
- stats: [
49
- "Smart translation for learners",
50
- "EPUB/PDF support",
51
- "AI-assisted comprehension",
52
- "Vocabulary building",
53
- ],
54
- tech: "TypeScript, AI/ML",
46
+ title: "Just Read - Reading Helper",
47
+ stats: ["Translation for English learners", "EPUB/PDF support", "Built for my own learning"],
48
+ tech: "TypeScript",
55
49
  url: "https://aiocean.io",
56
50
  },
57
51
  obsidian: {
58
- title: "Obsidian Open Gate - Web Integration Plugin",
59
- stats: ["35K+ installations", "211 GitHub stars", "Embed any webpage", "Zero-config setup"],
52
+ title: "Obsidian Open Gate",
53
+ stats: ["Embed webpages in Obsidian", "Simple plugin I made", "Open source"],
60
54
  tech: "TypeScript, Obsidian API",
61
55
  url: "https://github.com/nguyenvanduocit/obsidian-open-gate",
62
56
  },
@@ -95,7 +89,7 @@ function Header() {
95
89
  <Box flexDirection="column">
96
90
  <Text> </Text>
97
91
  <Text>{coolGradient(logoText)}</Text>
98
- <Text dimColor> Tech EntrepreneurCommunity Builder • Knowledge Sharer</Text>
92
+ <Text dimColor> Engineering ManagerCurious Mind</Text>
99
93
  <Text> </Text>
100
94
  <Text>
101
95
  {" "}
@@ -130,18 +124,21 @@ function Header() {
130
124
  <Text>
131
125
  {" "}
132
126
  <Text bold>Hi, I'm Được Nguyễn</Text>{" "}
133
- <Text dimColor>- Tech Ecosystem Builder from Vietnam</Text>
127
+ <Text dimColor>- a curious developer from Vietnam</Text>
134
128
  </Text>
135
129
  <Text> </Text>
136
- <Text dimColor> I build developer tools and production systems at scale.</Text>
137
- <Text dimColor> Currently focused on AI-powered productivity tools:</Text>
138
- <Text dimColor>
139
- {" "}
140
- Clik (screenshot annotations for AI) and Just Read (AI reading assistant).
141
- </Text>
130
+ <Text dimColor> I like building small tools that solve my own problems.</Text>
131
+ <Text dimColor> Currently tinkering with Clik (screenshot tool) and Just Read</Text>
132
+ <Text dimColor> (reading helper) in my spare time.</Text>
133
+ <Text> </Text>
134
+ <Text dimColor> Day job: Engineering Manager, helping teams ship good software.</Text>
135
+ <Text dimColor> Side quests: Open source, writing, and learning new things.</Text>
136
+ <Text> </Text>
137
+ <Text dimColor> All my side projects live at aiocean.io</Text>
138
+ <Text dimColor> I write at 12bit.vn (Vietnamese) and onepercent.plus (English)</Text>
142
139
  <Text> </Text>
143
- <Text dimColor> Co-founded Vue.js Vietnam community. I believe in building tools</Text>
144
- <Text dimColor> that make developers more productive and leaving the world better.</Text>
140
+ <Text dimColor> Helped start Vue.js Vietnam community back in 2016.</Text>
141
+ <Text dimColor> Still believe in sharing knowledge and helping others grow.</Text>
145
142
  <Text> </Text>
146
143
  <Text>
147
144
  {" "}
@@ -290,9 +287,9 @@ function MainMenu({ onSelect, onEasterEgg }) {
290
287
 
291
288
  function ProjectsMenu({ onSelect, onBack }) {
292
289
  const items = [
293
- { label: "Clik", value: "clik", hint: "Screenshot tool for AI workflows • Tauri + Rust" },
294
- { label: "Just Read", value: "justread", hint: "AI-powered reading Smart translation" },
295
- { label: "Obsidian Open Gate", value: "obsidian", hint: "35K+ installations 211 stars" },
290
+ { label: "Clik", value: "clik", hint: "Screenshot annotations" },
291
+ { label: "Just Read", value: "justread", hint: "Reading helper for learners" },
292
+ { label: "Obsidian Open Gate", value: "obsidian", hint: "Embed webpages in Obsidian" },
296
293
  ];
297
294
 
298
295
  useInput((_, key) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duocnv",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Terminal business card for Được Nguyễn - Tech Ecosystem Builder",
5
5
  "keywords": [
6
6
  "bunx",