Skip to content
View evanpaul90's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report evanpaul90

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
evanpaul90/README.md

Typing SVG



LinkedIn Twitter Website Dszape Becky OS Buy Me a Coffee


> whoami

Evan D'Souza
Solo SaaS founder. Ops brain. Local LLM tinkerer. Music producer. Motorcyclist.
Currently: Building Dszape (hotel SaaS) + Becky OS (multi-agent coding OS)
Previously: 10 years turning early-stage chaos into predictable scale
Always: Figuring it out as I go, honestly

I build things. Sometimes it's a SaaS platform for hotels. Sometimes it's a multi-agent AI system that manages itself. Sometimes it's a Konkani hip-hop track. Sometimes I just need to disappear on a motorcycle for a while.

The common thread: I can't sit still, and I'd rather build something imperfect today than plan something perfect forever.


The Day Job

Dszape

Shopify for Hotels -- hospitality management platform.

Next.js 15 Supabase Clerk Stripe Vercel

  • Full booking engine with real-time availability
  • Guest stay lifecycle (check-in to checkout to GST invoice)
  • CMS website builder for hotel properties
  • Floor management, housekeeping, maintenance
  • 245+ API routes, 180+ database migrations, one builder
  • AI writes the code; ops discipline keeps it correct

Becky OS

Multi-agent coding OS -- because AI agents need management too.

TypeScript Markdown Claude Codex

  • 15+ specialist agents (PM, Architect, UX, Dev, QA, Verifier, Scribe…)
  • Rules distilled from real production incidents — they compound
  • Greenfield + Brownfield pipelines, plus an autonomous testing Gauntlet
  • Three-tier memory system (global / project / session)
  • Evidence tiers: DONE vs VERIFIED vs AUDITED — no self-graded work
  • npm i -g beckyos · beckyos.com

Growth Consulting

I also work with early-stage startups as a hands-on growth consultant through evandsouza.com. Not the "here's a deck, good luck" kind -- the "I'll build the engine alongside your team for 90 days" kind.

What I help with: Startup Growth | SaaS Strategy | D2C Operations | Product-Led Growth | Community Building | AI Strategy

"Most startups don't die from bad products. They die from bad plumbing." -- me, probably too often


The Other Lives

I don't believe in being one thing. Life's too short and too interesting.

Mad Ape / Odessis

I produce music under Mad Ape on Odessis -- a Konkani music label out of Goa that's slowly becoming a creative studio. We make everything from soulful ballads to hip-hop, all in Konkani -- a language most people haven't heard of, which is exactly why it matters.

Stories born by the sea, built for the world.

Spotify Apple Music YouTube

Bike. Bite. Beyond.

Two wheels, open roads, and whatever food I find along the way. I ride motorcycles the way I build software -- probably too fast, occasionally lost, always learning something.

The channel is small, the rides are long, and the food stops are non-negotiable.

YouTube Instagram


The Stack

Code

TypeScript Next.js React TailwindCSS Node.js PostgreSQL

Infrastructure

Supabase Vercel Clerk Stripe Netlify PostHog Sentry

AI & Agents

Claude Codex Playwright Stitch BMad

Local AI Lab

Ollama Apple Silicon MCP Local TTS

Music

FL Studio Spotify


How I Think About Work

           GREENFIELD MODE                          BROWNFIELD MODE
           ===============                          ===============

     Brief --> PRD --> UX --> Arch             Audit --> Document --> Plan
       |                       |                |                     |
       v                       v                v                     v
     Stories --> Implement --> Test          Intervene --> Test --> Verify
                    |                                       |
                    v                                       v
              [ VERIFIER ]                            [ VERIFIER ]
              DONE | VERIFIED | AUDITED               DONE | VERIFIED | AUDITED
                    |                                       |
                    v                                       v
         Retro --> Rule --> Compile             Retro --> Rule --> Compile
                    |                                       |
                    +---- RULES COMPOUND ------------------+

The agent that builds the feature cannot be the agent that grades it. That's not a technical detail -- it's the whole point.


What I've Learned (So Far)

I'm not going to pretend I have it all figured out. But after years of building, breaking, and rebuilding things, here's what I keep coming back to:

  • Systems beat heroics. A good process run by average people outperforms a bad process run by geniuses. Every time.
  • Ship the smallest thing that validates the assumption. Then iterate. The 60-second test: can someone get value in under a minute?
  • If it's not measured, it didn't happen. If it's not automated, it won't stick.
  • The same mistake shouldn't happen twice. Every incident becomes a rule. Rules compound. That's the whole game.
  • You can be serious about your work without taking yourself too seriously. I build production SaaS by day and make Konkani hip-hop by night. Both are real.

The Lab — Local LLM Experiments

Things that run on my own machine, because privacy, iteration speed, and ₹0 marginal cost matter:

  • Ollama on Apple Silicon — local models for private, repeated, high-iteration workloads
  • A persistent AI assistant voice — local TTS / voice-clone experiments, no rented API voice
  • Agent long-term memory — file-based hot index + cold archive + full-history recall, injected at session start
  • FL Studio MCP server — agents write MIDI straight into my DAW sessions
  • Offline AI vocal mastering — autotune + processing chain + loudness, fully local, used on real releases

Local models where privacy and iteration speed matter; frontier models where capability does.


Featured Writing


Say Hi

I'm always up for conversations about vibecoding, solopreneur SaaS, growth ops, Konkani culture, or motorcycle routes you think I should ride.

LinkedIn Twitter Consulting Becky OS Spotify Buy Me a Coffee


Profile views



"I'd rather build something imperfect today than plan something perfect forever."


Popular repositories Loading

  1. becky becky Public

    Multi-agent coding OS — BMad pipelines, Karpathy wiki, closed learning loops, dual-runtime coordination (Claude + Codex)

    TypeScript 4 1

  2. evanpaul90 evanpaul90 Public

  3. claw-code claw-code Public

    Forked from ultraworkers/claw-code

    Better Harness Tools, not merely storing the archive of leaked Claude Code but also make real things done. Now rewriting in Rust.

    Python