Add BrainLoop suite of educational and productivity apps#1070
Open
thomaslovaslokoy-ui wants to merge 12 commits intoanthropics:mainfrom
Open
Add BrainLoop suite of educational and productivity apps#1070thomaslovaslokoy-ui wants to merge 12 commits intoanthropics:mainfrom
thomaslovaslokoy-ui wants to merge 12 commits intoanthropics:mainfrom
Conversation
This workflow installs Deno and runs linting and tests on push and pull request events.
Initial scaffolding of all 11 BrainLoop apps: - brainloop-home: Landing page with app directory - brainloop-flashcards: 3D flashcard study app - brainloop-oracle: Mystical AI Q&A oracle - brainloop-trivia: Multiplayer trivia battle - brainloop-tarot: Major Arcana tarot readings - brainloop-habits: Daily habit tracker - brainloop-focus: Pomodoro productivity timer - brainloop-words: Wordle-style word game - brainloop-advisor: AI advisor with 5 personas - brainloop-finance: Personal finance tracker (NOK) - brainloop-journal: Daily journal with mood tracking All apps use Next.js 14, TypeScript, Tailwind CSS, Framer Motion. Each includes privacy/terms pages and security headers. https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
Complete page implementations with full UI for multiple BrainLoop apps. Agents still building remaining projects. https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
- brainloop-oracle: full chat UI with 35 mystical responses, starfield bg - brainloop-flashcards: next.config.mjs rename - brainloop-habits: layout/tailwind updates - brainloop-journal: next.config.mjs rename - brainloop-advisor: API route for persona responses - brainloop-focus: full Pomodoro + task list UI https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
- brainloop-finance: full finance tracker page with categories - brainloop-words: wordle-style game page - Config updates for flashcards, focus, journal https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
…ournal - brainloop-tarot: full 22 Major Arcana card reading app - brainloop-trivia: multiplayer trivia game page - brainloop-advisor: 5 persona chat UI - brainloop-words: privacy/terms, gitignore - Config and layout updates across projects https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
…/words - brainloop-flashcards: 25 cards, 3D flip, scoring, localStorage - Rename next.config.ts to next.config.mjs for Next.js 14 compatibility https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
- brainloop-focus: Pomodoro timer + task list, fully built - Layout updates for trivia and words https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
Merged all 11 separate brainloop-* projects into brainloop-app/ as one unified Next.js app with route-based pages: /, /flashcards, /oracle, /trivia, /tarot, /habits, /focus, /words, /advisor, /finance, /journal, /privacy, /terms. Build succeeds with zero errors, all 16 pages static. https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the complete BrainLoop application suite - a collection of 10 interconnected web applications designed to enhance learning, productivity, and personal development.
Overview
The BrainLoop suite consists of:
Key Changes
Notable Implementation Details
https://claude.ai/code/session_013kTQcFDxJfcxj6W9QZubNw