Workflows/Developer Portfolio

Developer Portfolio

Multi-page developer portfolio. Dark mode, CSS Grid, monospace accents. 3 pages: home, about, projects.

portfoliodark-modemulti-pagedeveloperminimalist

3 pages · 6 variables

Live PreviewOpen demo →

Template Variables

VariableTypeDefaultRequired
developer_nametextAlex ChenNo
titletextFull-Stack DeveloperNo
primary_colorcolor#10b981No
github_urlurlhttps://github.comNo
emailtext[email protected]No
biotextareaA passionate developer who loves building things for the web. Experienced in modern JavaScript, React, Node.js, and cloud infrastructure.No

Pages

/

{{developer_name}} — {{title}}

/about

About — {{developer_name}}

/projects

Projects — {{developer_name}}

Deploy with API

Deploy this template to your subdomain with one API call:

curl -X POST https://sutrena.com/api/site-templates/dev-portfolio/deploy \
  -H "Authorization: Bearer st_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
  "variables": {
    "developer_name": "Alex Chen",
    "title": "Full-Stack Developer",
    "primary_color": "#10b981",
    "github_url": "https://github.com",
    "email": "[email protected]",
    "bio": "A passionate developer who loves building things for the web. Experienced in modern JavaScript, React, Node.js, and cloud infrastructure."
  }
}'

Deploy with MCP

AI agents can deploy this template using the MCP tool:

sutrena_deploy_site_template({
  templateId: "dev-portfolio",
  variables: {
    "developer_name": "Alex Chen",
    "title": "Full-Stack Developer",
    "primary_color": "#10b981",
    "github_url": "https://github.com",
    "email": "[email protected]",
    "bio": "A passionate developer who loves building things for the web. Experienced in modern JavaScript, React, Node.js, and cloud infrastructure."
}
})
Developer Portfolio — Site Template — Sutrena | Sutrena