andersmarksen.com
andersmarksen@macbook-pro:~$ whoami
Anders Marksen
andersmarksen@macbook-pro:~$ cat about.txt
Indie hacker focused on building in public.
Currently working on multiple projects in various stages.
andersmarksen@macbook-pro:~$ ls -la projects/
total 3
drwxr-xr-x 3 andersmarksen staff 96 Apr 15 14:20 superwait
drwxr-xr-x 3 andersmarksen staff 96 May 11 09:15 typewords
drwxr-xr-x 3 andersmarksen staff 96 May 13 16:45 indiepixels
andersmarksen@macbook-pro:~$ cat projects/*/README.md
# Superwait
Go from idea to waitlist in 60 seconds. No code. No commitment. No friction.
Status: Launched
URL: superwait.com
X: @superwaithq

# TypeWords
Next generation content authoring platform
Status: In Development
URL: typewords.com

# IndiePixels
Show the world what you're building and make internet history.
Status: Launching Soon
URL: indiepixels.com
andersmarksen@macbook-pro:~$ grep -r "social" contacts/
contacts/social.txt:x: @andersmarksen
contacts/social.txt:email: [email protected]
contacts/social.txt:github: andersmarksen
andersmarksen@macbook-pro:~$