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
  1. 1InstallPublish your site in about 5 minutes, in your browser
  2. 2After installCustom domain, branding, and go-live checks
  3. 3TroubleshootingFixes for common problems
  4. 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

  1. install.mdstart here. The 5-minute install
  2. after-setup.md — custom domain, branding, publish checks
  3. troubleshooting.md — fixes for common problems
  4. developer-notes.md — optional, only if you want to edit code

Other paths

  • Running Nexfolio on your own machine: npm run setup2) Set up local development, then npm run dev.