Portfolio infrastructure · REST API

Your Portfolio.
Powered by API_

Store, manage, and expose your developer portfolio through structured APIs.

API Example
{
  "message": "profile retrieved successfully",
  "data": {
    "id": 12,
    "userId": 7,
    "firstName": "Juan",
    "lastName": "Dela Cruz",
    "title": "Full Stack Engineer",
    "birthday": "1998-03-14T00:00:00Z",
    "bio": "Passionate about building scalable web applications and clean user experiences.",
    "phone": "+63 917 555 1023",
    "website": "https://juandelacruz.dev",
    "location": "Cebu City, Philippines",
    "profileImage": "https://cdn.example.com/profile/avatar.webp",
    "createdAt": "2026-01-08T09:12:44Z",
    "updatedAt": "2026-05-18T11:45:21Z"
  }
}
GEThttps://megome-production.up.railway.app/public/v1/profile

Core primitives

Structured by design

Your career data lives in a strict, typed schema. No freeform blobs — just clean, predictable JSON every time.

REST API

Single clean endpoint with token-scoped responses that vary based on access permissions. Works with fetch, curl, or Axios from any portfolio site, static generator, or CLI.

Single source of truth

Update once in your dashboard. Every site or script that consumes the API reflects the change instantly.

API authentication

Use personal access tokens to access the API. Tokens can be generated and managed from your account.

How it works

01

Register & create your profile

Set up your account, add your bio, experience, projects, and skills in a structured editor.

02

Get your API endpoint

Your personal endpoint is ready instantly. Copy your key and URL from the dashboard.

03

Power your portfolio

Fetch your data anywhere: static sites, SPAs, CLI scripts. One source, infinite consumers.

Dashboard preview

megome.dev/dashboard/projects
Projects
Distributed Cache Layer
Go · Redis · gRPC
Portfolio API
Go · PostgreSQL
CLI Toolkit
Go · Cobra

Structured content editing with a clean, form-based interface.

Stop hardcoding
your portfolio.

Free to start. No credit card required.