This website is currently a work in progress!
~/INTRO
I’m Jerric Lyns John, a startup founder, product designer, & software engineer.
I’ve helped build products for these brands
~/BLURB
I brainstorm & ideate using Perplexity and ChatGPT, design in Figma, and Magic Patterns, scaffold and edit apps in Cursor, plan with Taskmaster AI, and then go a lil’ wild with Claude Code, Gemini CLI, and OpenCode agents. I commit with Git – and end up screaming at AI until it gives me what i want (or i go 🤯), while building whatever is it that i'm building.
I design in Figma, build apps with SvelteKit / Next / Tauri + Tailwind + ShadCN UI, and set up design systems in Storybook. I shape em’ DBs with Prisma / Drizzle, lock down with BetterAuth, and dig publishing with Astro + Pages CMS. I tinker with Arduino, run my Rpi with Arch and do a bunch of home-serving on it!
~/PROJECTS
From ideation to production, here are some projects I’m most proud of!
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
"plans": "plan:free@1": "title": "Free", "features": "feature:customDomain": "title": "Custom domains", "tiers": ["upto": 0, "price": 0] , "feature:bandwidthUsage": "title": "Lower bandwidth", "mode": "graduated", "tiers": ["upto": 5, "price": 0.5, "price": 0.65] , "plan:starter@1": "title": "Starter", "features": "feature:customDomain": "title": "Custom domains", "tiers": ["upto": 1, "price": 0] , "feature:bandwidthUsage": "title": "Moderate bandwidth", "mode": "graduated", "tiers": ["upto": 100, "price": 0.35, "price": 0.75]
Price ops management platform
A cloud platform that helps teams manage pricing tiers, entitlements, metering, and grandfathering, with seamless integration to Stripe and a developer-friendly experience for implementing pricing. It makes updating and syncing your pricing effortless
Health tracker
A washable woven sensor that adheres to your snug outfit, and a rechargeable module that connects with it to track your health, activity and sleep.
AI chat for teams
A chat platform with a central command that directs your chat intent to the right thread while continuously tracking knowledge embedded in conversations.
Dev video production tool
A tool that lets you plan scripts in markdown, dynamically create layouts for each content block, collaborate seamlessly with your team, record videos block by block, edit out any issues, and publish effortlessly. All this in a browser!
~/BRAINDUMPS & OPINIONS
Trashing out my brain about tech & opinions about the future!
May 20, 2015 / Programming
How I taught Mac OS X to write into an NTFS filesystem.
Workaround to make Mac OS X write into an NTFS filesystem.
May 18, 2015 / Programming
OpenGL - An Overview.
A general overview of the OpenGL and its pipeline.
December 19, 2014 / Programming
UNIX domain sockets.
An introduction to UNIX domain sockets
October 10, 2014 / Space
I've got a NASA Boarding Pass!
NASA Orion first test flight and boarding pass
August 13, 2014 / Programming
Discussion and implementation of a plugin using Roslyn
I had a discussion about the performance and implementation details of a plugin using Roslyn in CodePlex and StackOverflow. I wanted to share this same to everyone.