Turn an Arc space into your personal website. I'm still actively developing this so any feedback would be welcome! Right now the pages on a website is just an iframe to the underlying Arc Note / Easel but I plan to write a parser to convert it to static markup soon.
Here's the general steps:
- Pull the project locally
- Deploy
/serveron Vercel (it's a Next.js project) - Create a Vercel KV store in the project (whatever name is fine)
- In the KV console, run
set secret_key <your_super_secret_key> - Connect your personal domain to the Vercel project
- Open the Xcode project in
/client - Build it into an app
- Type in your server URL (
https://...), secret key, and select the space you want to sync - Press connect, and enjoy your new website!