Changing templates
Switch template architectures without rewriting your portfolio data, and avoid losing unsaved Builder state.
Changing templates in BuildFolyo is low risk because the platform stores your portfolio content separately from the selected theme. In practice, a template switch changes the theme on your portfolio record while keeping your profile, links, skills, projects, education, and experience intact.
What stays the same
Your portfolio content, username, public route, and account plan remain in place.
What changes
Layout, animation, section emphasis, and interaction model change to match the new architecture.
Use the safe switching flow
Save first
In the Builder, click Save & Deploy before leaving the page. Unsaved edits live in client state until you save them.
Open the Templates gallery
Use Change Template from the Builder or Change Template from the Dashboard.
Preview and apply
Review the template, then use Quick Build, Build This Template, or Deploy this Theme.
Return to the Builder
Open the Builder again and review how the new architecture renders your existing content.
If you leave the Builder without saving, your in-memory edits can be lost even though the template switch itself is safe.
Why the switch is usually clean
Every template reads from the same core content model:
{
"name": "",
"role": "",
"location": "",
"bio": "",
"email": "",
"theme": "default",
"socials": {
"github": "",
"linkedin": "",
"twitter": "",
"leetcode": "",
"resume": ""
},
"skills": [],
"projects": [],
"experience": [],
"education": []
}
That shared shape is why you can move between a minimal layout, a desktop simulator, a docs-style template, or a cinematic Pro template without re-entering your portfolio.
Education and experience entries are normalized before save, and empty entries are filtered out. That keeps template switches cleaner, especially when you add placeholders and then remove them later.
What to verify after a switch
Content emphasis
Some architectures lead with projects, others spotlight education, experience, or interactive panels.
Plan access
Premium templates require an active Pro or Developer plan. The platform blocks premium theme changes for expired or free accounts.
Interaction density
Highly interactive templates can feel very different from editorial or minimal ones even when the content is identical.
Section fit
Check long biographies, project descriptions, and dense skill lists in the live preview before you republish.
First-time users can safely start with any template. If no portfolio exists yet, the Builder will seed starter content after the theme is applied.