Build in Public. Be Seen.

DayBy.dev turns your daily progress into a living public profile and CV. Fast. No bloat. Just outcomes, momentum, and proof.

Have GitHub? We'll auto-turn your commits & PRs into public updates. No GitHub? Post manually. AI formats it for you.

See it in action

From Claude Code to published post in seconds.

1 Claude Code

You ship. Claude documents.

While you're coding, just ask Claude to draft a post about what you built. The MCP server sanitizes everything locally before it goes anywhere.

claude code
2 One confirmation

You stay in control.

Claude shows you the draft. You confirm. Nothing goes live without your say. Then it's published in under a second.

claude code
? Publish this? [y/N]
y
 
✓ Published!
javier.dayby.dev/temporal-io-workflows
 
Post is live. Keep building.
3 Your public profile

Live on your DayBy profile.

Every post builds your public CV. Recruiters and collaborators see your momentum in real-time, not a static resume.

javier.dayby.dev/temporal-io-workflows
J
Javier Roque public

Wired up Temporal.io workflows for async job orchestration

Replaced raw Sidekiq jobs with Temporal workflows for the AI article pipeline. Retries, timeouts, and state are now handled by the workflow engine instead of custom glue code...

4 min read March 5, 2026 Generate article →
4 Share anywhere

Generate a card. Post to Instagram.

One click generates a 1080x1440 card ready to share on Instagram, X, or LinkedIn. Show your work where people actually see it.

Posts
J
javier.dev
DayBy.dev
Follow
DAYBY.DEV
Wired up Temporal.io workflows for async job orchestration
Replaced raw Sidekiq jobs with Temporal workflows...
@javier Mar 5, 2026
247 likes
javier.dev Temporal.io is a game changer for async pipelines. No more retry glue code. 🔧
5 API ready

Your blog. Anywhere.

Every post is API-accessible. Embed your DayBy feed on your personal site, portfolio, or any other project. One token, full control.

View full API docs
// Fetch your posts from anywhere
fetch('https://javier.dayby.dev/api/v2/posts', {
headers: {
'Authorization': 'Bearer dyb_...'
}
})
.then(r => r.json())
.then(data => {
// { posts: [...], meta: { total: 63 } }
console.log('Your blog. Anywhere.')
})

The new way

Post progress as you go. DayBy.dev formats it into a clean public page and a living CV. Consistent, searchable, and designed to be seen.

The old way

Profiles get bloated. Updates are slow. Your best work is buried. People can't see your momentum or what you shipped yesterday.

With DayBy.dev vs. Without

With DayBy.dev

  • Daily progress becomes a public feed and living CV
  • Only the essentials: shipped work, commits, drafts
  • Built to be seen by collaborators, investors, recruiters
  • Launch in minutes. No custom site required.

Without

  • Generic profile, hard to find real progress
  • Updates are infrequent and scattered
  • Signal buried under fluff and long bios
  • Slow to ship your own site; momentum fades

Building is half the work. Making sure people know it exists is the other half.