Documentation
Nexfolio setup guides
Everything you need after purchase: run the setup wizard, publish your site, and manage content in the admin CMS.
Start with setup guide- 1InstallPublish your site in about 5 minutes, in your browser
- 2After installCustom domain, branding, and go-live checks
- 3TroubleshootingFixes for common problems
- 4Developer notesOptional — only if you want to edit code
These guides are also published at /docs on your deployed Nexfolio site (for example https://your-site.vercel.app/docs).
Publishing Nexfolio takes about 5 minutes:
npm install
npm run setup
The wizard signs you into Vercel, creates your project, provisions your database on its free plan, and deploys. You are asked for one thing: a project name. Everything else is derived automatically — there is nothing to copy or paste.
Then create your admin account at /admin/seed and change the password.
install.md also covers the no-terminal alternative (Vercel dashboard) and,
at the end, the manual commands the wizard runs.
Read in this order
install.md— start here. The 5-minute installafter-setup.md— custom domain, branding, publish checkstroubleshooting.md— fixes for common problemsdeveloper-notes.md— optional, only if you want to edit code
Other paths
- Running Nexfolio on your own machine:
npm run setup→ 2) Set up local development, thennpm run dev.