Skip to content
View GitAxolotl's full-sized avatar
  • Joined May 19, 2026

Block or report GitAxolotl

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

GitAxolotl

TypeScript React Vite License

A calm builder control room for the GitLawB hosted playground. Import a GitHub repository or a live website, watch the brief and quality gates resolve, then publish.

GitAxolotl builder control room

What it is

GitAxolotl is the front door for the GitLawB app builder. It deliberately keeps the surface small:

  • One source intake that accepts either a GitHub repo (owner/repo, SSH, or HTTPS URL) or a live website URL.
  • A pipeline with four named steps — Intake → Brief → Build → Verify.
  • A quality gates panel where every gate has an owner, a score, and visible evidence.
  • A short activity log — no fake streaming, no emoji rain.
  • A handoff block ready for GitHub review or the hosted playground.

No marketing-template hero sections, no decorative animation, no “AI dashboard” energy.

Tech

  • Vite + React 19 + TypeScript 6
  • Single-file app shell: src/App.tsx + src/index.css
  • Zero runtime dependencies beyond React
  • Restrained design tokens, accessible focus rings, reduced-motion aware

Getting started

git clone https://github.com/GitAxolotl/gitaxolotl.git
cd gitaxolotl
npm install
npm run dev

Useful scripts:

  • npm run dev — local dev server
  • npm run build — type-check + Vite production build
  • npm run lint — ESLint
  • npm run preview — preview the production build locally

Handoff to the playground

The shell is intentionally single-file so it can be lifted into playground.gitlawb.com without rewriting. The vercel.json in the repo keeps the SPA fallback and long-cache headers on /assets for a boring, predictable deploy.

License

MIT

Popular repositories Loading

  1. gitaxolotl gitaxolotl Public

    Network error detection & regeneration dashboard for the GitLawB decentralized agent network

    TypeScript 1

  2. .github .github Public

    GitAxolotl org profile

  3. gitsign gitsign Public

    Decentralized Code Review — Reviews stored in git refs

    HTML