Skip to content
View rblez's full-sized avatar
:octocat:
:octocat:

Block or report rblez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rblez/README.md

rblez

This repository represents the personal development stack and execution environment of Ray, a solo builder focused on shipping SaaS products quickly with minimal infrastructure overhead and high iteration speed.

The goal is not theoretical perfection, but practical execution: build, deploy, test, and iterate fast.


Stack Overview

  • Next.js (App Router)
  • TypeScript (strict mode)
  • pnpm

Backend and Data Layer

  • Supabase (PostgreSQL, Auth, Storage)
  • Zod (schema validation)

Authentication

  • Better Auth

Infrastructure

  • Vercel (frontend deployment and hosting)
  • Railway (backend services and workers)
  • Cloudflare (DNS, edge, security layer)

Code Quality

  • Biome (linting and formatting)

Testing Strategy

  • Vitest (unit testing)
  • Playwright (end-to-end testing)

Observability

  • Sentry (error tracking)
  • PostHog (product analytics)

Git Workflow

  • Git + GitHub
  • Husky (pre-commit hooks)

Philosophy

This stack is intentionally minimal and opinionated.

It prioritizes:

  • fast shipping over architectural complexity
  • real usage feedback over theoretical design
  • controlled toolset instead of fragmented experimentation

The system is designed to stay small until real constraints require scaling decisions.


Principle

If a tool does not directly contribute to shipping or understanding users, it is not part of the core stack.

Pinned Loading

  1. mcpx mcpx Public

    CLI to install and configure MCP servers in any editor

    JavaScript 1

  2. crow crow Public

    Ultra-compressed communication mode. ~70% fewer output tokens. Zero loss in technical accuracy.

    1