FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built a developer portfolio platform with no server and no database
How-ToWeb Development

I built a developer portfolio platform with no server and no database

via Dev.to JavaScriptAjay Samala1d ago

I recently built Stackfolio, a tool that lets developers create a live portfolio directly from their GitHub profile. Instead of using traditional backend infrastructure, Stackfolio runs on a fully serverless architecture. There is no server and no database. How it works Stackfolio uses: JavaScript frontend GitHub OAuth for authentication GitHub repositories as the data layer Cloudflare Pages for hosting When a developer logs in, a repository called stackfolio-data is created in their GitHub account. The portfolio data is stored in a simple profile.json file inside that repo. Users can edit their portfolio inline, add sections, update content, and save changes directly to their GitHub repository. Try it Website: https://stackfolio.lol Demo portfolio: https://stackfolio.lol/ajayy51 Would love feedback from the developer community!

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
3 views

Related Articles

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase
How-To

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase

Medium Programming • 19h ago

How One Hour of Planning Makes the Whole Week Feel Easier
How-To

How One Hour of Planning Makes the Whole Week Feel Easier

Medium Programming • 1d ago

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes
How-To

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes

Medium Programming • 1d ago

What Learning to Code Actually Feels Like (No One Talks About This)
How-To

What Learning to Code Actually Feels Like (No One Talks About This)

Medium Programming • 1d ago

How to Run Ethernet Cables to Your Router and Keep Them Tidy
How-To

How to Run Ethernet Cables to Your Router and Keep Them Tidy

Wired • 1d ago

Discover More Articles