mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
docs: refine copy for clarity and consistency across site
This commit is contained in:
@@ -51,7 +51,7 @@ function MailIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
|
||||
export const metadata: Metadata = {
|
||||
title: 'About',
|
||||
description:
|
||||
'I'm Prad Nukala, founder of Sonr and blockchain identity pioneer. Building the future of decentralized identity in New York City.',
|
||||
'I\'m Prad Nukala, founder of Sonr and blockchain identity pioneer. Building the future of decentralized identity in New York City.',
|
||||
}
|
||||
|
||||
export default function About() {
|
||||
@@ -70,30 +70,30 @@ export default function About() {
|
||||
</div>
|
||||
<div className="lg:order-first lg:row-span-2">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl">
|
||||
I'm Prad Nukala. I live in New York City, where I'm building the future of digital identity.
|
||||
I\'m Prad Nukala. I live in New York City, where I\'m building the future of digital identity.
|
||||
</h1>
|
||||
<div className="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400">
|
||||
<p>
|
||||
I've been passionate about technology since the introduction of the App Store, where I made one
|
||||
I\'ve been passionate about technology since the introduction of the App Store, where I made one
|
||||
of the first 5,000 apps at age 12. This early start in mobile development shaped my understanding
|
||||
of how technology can empower individuals and sparked my lifelong commitment to building tools that
|
||||
put users first.
|
||||
</p>
|
||||
<p>
|
||||
My journey in blockchain began with a simple realization: the internet's identity layer is fundamentally
|
||||
My journey in blockchain began with a simple realization: the internet\'s identity layer is fundamentally
|
||||
broken. Users have no control over their digital selves, leading to privacy breaches, data exploitation,
|
||||
and a web that serves corporations over people. This inspired me to found Sonr in 2020, where we're
|
||||
and a web that serves corporations over people. This inspired me to found Sonr in 2020, where we\'re
|
||||
building an IBC-enabled blockchain specifically designed for decentralized identity.
|
||||
</p>
|
||||
<p>
|
||||
As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I'm actively shaping the standards that
|
||||
As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I\'m actively shaping the standards that
|
||||
will define the future of digital identity. My technical contributions speak to my commitment - with over
|
||||
6,000 GitHub contributions from 2021-2023, I was ranked as the 4th most active contributor worldwide.
|
||||
Before Sonr, I self-developed over 10 projects that garnered more than 1 million downloads combined.
|
||||
</p>
|
||||
<p>
|
||||
Today, I lead Sonr with a clear mission: to create a peer-to-peer identity and asset management system
|
||||
that leverages DID documents, WebAuthn, and IPFS. We've raised $4.7M in funding and onboarded over 120
|
||||
that leverages DID documents, WebAuthn, and IPFS. We\'ve raised $4.7M in funding and onboarded over 120
|
||||
first-time blockchain developers to our platform. Our technology features passkey-based user accounts,
|
||||
DKLS-MPC powered wallets (no seed phrases), and lightning-fast 600ms wallet generation. I believe the
|
||||
future of the internet is one where users own their identity, control their data, and interact on their
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ export const metadata: Metadata = {
|
||||
'Prad Nukala - Founder & CEO of Sonr, Blockchain Identity Pioneer',
|
||||
},
|
||||
description:
|
||||
'I'm Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity. W3C Working Group Member for DIDs, WebAuthn, and WASM. Building the future of self-sovereign identity and empowering users with control over their digital assets.',
|
||||
'I\'m Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity. W3C Working Group Member for DIDs, WebAuthn, and WASM. Building the future of self-sovereign identity and empowering users with control over their digital assets.',
|
||||
alternates: {
|
||||
types: {
|
||||
'application/rss+xml': `${process.env.NEXT_PUBLIC_SITE_URL}/feed.xml`,
|
||||
|
||||
+3
-3
@@ -280,9 +280,9 @@ export default async function Home() {
|
||||
Blockchain pioneer, founder, and decentralized identity architect.
|
||||
</h1>
|
||||
<p className="mt-6 text-base text-zinc-600 dark:text-zinc-400">
|
||||
I'm Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity.
|
||||
As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I'm building the future where users
|
||||
control their digital identity and assets. With over 6000+ GitHub contributions, I'm passionate
|
||||
I\'m Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity.
|
||||
As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I\'m building the future where users
|
||||
control their digital identity and assets. With over 6000+ GitHub contributions, I\'m passionate
|
||||
about making blockchain technology accessible to everyone.
|
||||
</p>
|
||||
<div className="mt-6 flex gap-6">
|
||||
|
||||
@@ -79,14 +79,14 @@ function LinkIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Projects',
|
||||
description: 'Blockchain innovations and decentralized identity solutions I've built to empower users.',
|
||||
description: 'Blockchain innovations and decentralized identity solutions I\'ve built to empower users.',
|
||||
}
|
||||
|
||||
export default function Projects() {
|
||||
return (
|
||||
<SimpleLayout
|
||||
title="Building the infrastructure for a decentralized future."
|
||||
intro="From creating one of the first App Store apps at age 12 to founding Sonr, I've developed over 10 projects with 1M+ downloads. These represent my journey from mobile development to blockchain innovation, all focused on empowering users with better technology."
|
||||
intro="From creating one of the first App Store apps at age 12 to founding Sonr, I\\'ve developed over 10 projects with 1M+ downloads. These represent my journey from mobile development to blockchain innovation, all focused on empowering users with better technology."
|
||||
>
|
||||
<ul
|
||||
role="list"
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function Speaking() {
|
||||
return (
|
||||
<SimpleLayout
|
||||
title="Sharing the vision of decentralized identity with the world."
|
||||
intro="From guest lecturing at MIT alongside Vitalik Buterin to speaking at blockchain conferences, I'm passionate about educating developers and entrepreneurs about the future of digital identity and how blockchain technology can empower users."
|
||||
intro="From guest lecturing at MIT alongside Vitalik Buterin to speaking at blockchain conferences, I\'m passionate about educating developers and entrepreneurs about the future of digital identity and how blockchain technology can empower users."
|
||||
>
|
||||
<div className="space-y-20">
|
||||
<SpeakingSection title="Guest Lectures & Conferences">
|
||||
@@ -64,7 +64,7 @@ export default function Speaking() {
|
||||
<Appearance
|
||||
href="#"
|
||||
title="Building IBC-Enabled Blockchains for Identity"
|
||||
description="Technical deep-dive into Sonr's architecture, showcasing how we leverage IBC for cross-chain identity management and our innovative approach to wallet generation."
|
||||
description="Technical deep-dive into Sonr\'s architecture, showcasing how we leverage IBC for cross-chain identity management and our innovative approach to wallet generation."
|
||||
event="Cosmos Ecosystem Conference, 2023"
|
||||
cta="Watch video"
|
||||
/>
|
||||
|
||||
@@ -3,7 +3,7 @@ import { type Metadata } from 'next'
|
||||
import { SimpleLayout } from '@/components/SimpleLayout'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'You’re subscribed',
|
||||
title: 'You\'re subscribed',
|
||||
description: 'Thanks for subscribing to my newsletter.',
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function ThankYou() {
|
||||
return (
|
||||
<SimpleLayout
|
||||
title="Thanks for subscribing."
|
||||
intro="I’ll send you an email any time I publish a new blog post, release a new project, or have anything interesting to share that I think you’d want to hear about. You can unsubscribe at any time, no hard feelings."
|
||||
intro="I\'ll send you an email any time I publish a new blog post, release a new project, or have anything interesting to share that I think you\'d want to hear about. You can unsubscribe at any time, no hard feelings."
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
+13
-13
@@ -43,27 +43,27 @@ export default function Uses() {
|
||||
return (
|
||||
<SimpleLayout
|
||||
title="Tools for building the future of decentralized identity."
|
||||
intro="From blockchain development to managing a startup, here are the tools and technologies that power my work at Sonr and help me maintain my position as one of the world's most active open-source contributors."
|
||||
intro="From blockchain development to managing a startup, here are the tools and technologies that power my work at Sonr and help me maintain my position as one of the world\'s most active open-source contributors."
|
||||
>
|
||||
<div className="space-y-20">
|
||||
<ToolsSection title="Workstation">
|
||||
<Tool title='16" MacBook Pro, M2 Max, 96GB RAM'>
|
||||
When you're compiling blockchain nodes and running multiple test networks locally,
|
||||
When you\'re compiling blockchain nodes and running multiple test networks locally,
|
||||
RAM is everything. This machine handles everything I throw at it, from Rust compilation
|
||||
to running full Cosmos SDK nodes.
|
||||
</Tool>
|
||||
<Tool title="LG UltraFine 5K Display (x2)">
|
||||
Dual 5K displays give me the screen real estate I need for coding, monitoring
|
||||
blockchain metrics, and keeping up with the constant stream of GitHub notifications
|
||||
from maintaining one of the world's most active contribution streaks.
|
||||
from maintaining one of the world\'s most active contribution streaks.
|
||||
</Tool>
|
||||
<Tool title="Keychron Q1 with Gateron Brown Switches">
|
||||
Mechanical keyboards aren't just for gaming. The tactile feedback helps me maintain
|
||||
Mechanical keyboards aren\'t just for gaming. The tactile feedback helps me maintain
|
||||
accuracy during long coding sessions, crucial when every character matters in smart contracts.
|
||||
</Tool>
|
||||
<Tool title="Herman Miller Embody Chair">
|
||||
After years of 12+ hour coding days, investing in proper ergonomics isn't optional.
|
||||
This chair has been perfect for those long sessions building Sonr's infrastructure.
|
||||
After years of 12+ hour coding days, investing in proper ergonomics isn\'t optional.
|
||||
This chair has been perfect for those long sessions building Sonr\'s infrastructure.
|
||||
</Tool>
|
||||
</ToolsSection>
|
||||
<ToolsSection title="Development Tools">
|
||||
@@ -81,18 +81,18 @@ export default function Uses() {
|
||||
containerization. Docker for local development, K8s for production deployments.
|
||||
</Tool>
|
||||
<Tool title="Lens IDE">
|
||||
The best Kubernetes IDE I've found. Essential for managing Sonr's infrastructure
|
||||
The best Kubernetes IDE I\'ve found. Essential for managing Sonr\'s infrastructure
|
||||
across multiple environments and monitoring our validator nodes.
|
||||
</Tool>
|
||||
<Tool title="Tendermint/CometBFT Tools">
|
||||
The entire Cosmos SDK toolkit is essential for building IBC-enabled chains.
|
||||
From Ignite CLI to CosmWasm, these tools form the backbone of Sonr's development.
|
||||
From Ignite CLI to CosmWasm, these tools form the backbone of Sonr\'s development.
|
||||
</Tool>
|
||||
</ToolsSection>
|
||||
<ToolsSection title="Blockchain & Web3 Tools">
|
||||
<Tool title="Keplr Wallet">
|
||||
The premier wallet for Cosmos ecosystem development. Essential for testing
|
||||
IBC transactions and interacting with Sonr's testnet.
|
||||
IBC transactions and interacting with Sonr\'s testnet.
|
||||
</Tool>
|
||||
<Tool title="Remix IDE">
|
||||
While Sonr uses Cosmos SDK, understanding EVM is crucial. Remix helps me
|
||||
@@ -118,22 +118,22 @@ export default function Uses() {
|
||||
</Tool>
|
||||
<Tool title="Notion">
|
||||
Our entire company knowledge base lives in Notion. From technical specs
|
||||
to meeting notes, it's our single source of truth.
|
||||
to meeting notes, it\'s our single source of truth.
|
||||
</Tool>
|
||||
</ToolsSection>
|
||||
<ToolsSection title="Productivity & Communication">
|
||||
<Tool title="Raycast">
|
||||
More than just an app launcher - it's my command center. Custom scripts
|
||||
More than just an app launcher - it\'s my command center. Custom scripts
|
||||
for blockchain operations, quick access to documentation, and AI features
|
||||
for code generation.
|
||||
</Tool>
|
||||
<Tool title="Linear">
|
||||
Issue tracking designed for modern software teams. Perfect for managing
|
||||
Sonr's development across multiple repositories and coordinating with our
|
||||
Sonr\'s development across multiple repositories and coordinating with our
|
||||
distributed team.
|
||||
</Tool>
|
||||
<Tool title="Cal.com">
|
||||
Open-source scheduling that respects privacy. Important when you're building
|
||||
Open-source scheduling that respects privacy. Important when you\'re building
|
||||
privacy-first technology and need to practice what you preach.
|
||||
</Tool>
|
||||
<Tool title="Discord">
|
||||
|
||||
Reference in New Issue
Block a user