moooon
Motir
Vibe your whole project. Bring an idea — Motir's three AI layers plan it, track it, and ship it, end to end. You're looking at Motir, built in Motir.
- Vibe Project
- Open Source
- AI Agent
- AI Loop
- 1
- requests
- 0
- upvotes
- 145
- planned
- 1,361
- shipped
- MOTIR-1Epic 1: Foundationdone
- MOTIR-21.0 Project bootstrapdone
- MOTIR-31.0.0 Scaffold `motir-ai` repo (the closed-source AI service stub)done
- MOTIR-41.0.1 `create-next-app` + Tailwind + TypeScript strict + folder layout (in `motir-core`)done
- MOTIR-51.0.2 Prisma + Postgres setup (local Docker), placeholder schema, first migrationdone
- MOTIR-61.0.3 ESLint + Prettier + Husky pre-commit hook + lint-stageddone
- MOTIR-71.0.4 GitHub Actions CI (lint + typecheck + build) + README documenting the stackdone
- MOTIR-81.0.5 Vercel project link + preview deploys on PR + production env from `main`done
- MOTIR-91.0.6 Create `moooon-B-V/nextjs-prisma-vercel-starter` (MIT, GitHub Template)done
- MOTIR-101.0.5 Design system & branddone
- MOTIR-111.0.5.1 Design system architecture — two-axis theme (Color + Shape), one initial palette, DESIGN.mddone
- MOTIR-121.0.5.2 Primitive components — Button, Input, Textarea, Card, Modal, Pill, Tooltip, Toast, Spinnerdone
- MOTIR-131.0.5.3 Empty-state & error-state patterns (reusable components)done
- MOTIR-141.0.5.5 Write `/docs/design-system.md` — tokens, primitives, voice/tone, examplesdone
- MOTIR-151.0.5.6 Create `moooon-B-V/nextjs-prisma-vercel-starter-with-design` (MIT, GitHub Template)done
- MOTIR-161.1 Auth & user accountsdone
- MOTIR-171.1.1 Mockup of sign-up / sign-in / reset-password screensdone
- MOTIR-181.1.2 Better-Auth setup with email/password — framework wiringdone
- MOTIR-191.1.3 User + OAuthAccount schema + password hashingdone
- MOTIR-201.1.4 Google OAuth provider — Better-Auth config, auto-link semanticsdone
- MOTIR-211.1.5 Implement sign-up / sign-in / reset-password pages from the mockupdone
- MOTIR-221.1.6 Password reset flow + email abstraction (dev console provider)done
- MOTIR-231.1.7 E2E tests covering email/password + Google OAuth happy paths (Playwright)done
- MOTIR-241.1.10 Card-wrapped auth layout + Vercel preview-cleanup workflowdone
- MOTIR-251.1.8 Snapshot Story-1.1 auth into `nextjs-prisma-vercel-starter` (bare starter)done
- MOTIR-261.1.9 Snapshot Story-1.1 auth into `nextjs-prisma-vercel-starter-with-design`done
- MOTIR-271.1.11 Migrate `middleware.ts` → `proxy.ts` (Next 16 convention) across all three reposdone
- MOTIR-281.2 Workspaces (multi-tenant)done
- MOTIR-291.2.1 Mockups: workspace switcher, settings page, invite-acceptance screen, invite emaildone
- MOTIR-301.2.2 Schema: Workspace + WorkspaceMembership tables (+ subtask_pr_merge_mode column)done