Project Info
Inspiration
(ง •̀_•́)ง Dreams are often left forgotten, fading with the morning light before they can be understood or remembered. Most vivid dreams happen during REM sleep, a stage of the sleep cycle that typically occurs every 90 minutes - when your brain is highly active, similar to when your awake. Because the brain's memory-consolidation systems are not fully active during REM, dreams are lost within minutes of waking. That’s why we built Dreamscape, a web app that captures your dreams through voice recording and brings them to life with AI-generated video, preserving the emotions and memories before they're gone
What it does
(。•̀ᴗ-)✧ When users wake, they can open Dreamscape to instantly record a voice memo capturing the details of their dream. Once the recording is complete, an AI-generated video brings the experience to life. Each entry is saved in a personal gallery, allowing users to revisit and reflect on the stories their minds create while they sleep.
How we built it
( •̀ .̫ •́ )✧ Set up a STT model, set it up in parallel and ran 5-second chunk inference to detect emoji, and total STT inference to obtain raw transcript Translate and detail the raw transcript into JSON and prompt engineer to Veo 2 Veo 2 takes in this output and outputs video based on preferences (optional) + prompt
Challenges we ran into
(ノ°Д°)ノ We didn't have access to Veo 3 - most of our prompt-to-video generation was fairly behind Google API keys had to be rotated constantly due to usage limit
Accomplishments we're proud of
(๑˃̵ᴗ˂̵)و The UI of the Dreamscape looks very ethereal 😻 - it captures the essence of a dream which is what we initially wanted to go for. We bootstrapped fairly fast and led UI overhaul for the last 6 hours of the hackathon.
What we learned
(•‿•) We both learned how to connect Veo 3 with NexTJS apps. Jason I learned how to cheat Google by using all 10 of your links for credits. Additionally, I learned how to run tasks in parallel and persist components across states. Christine Got more experience with Next.JS and implementing the front-end :D
What's next
(¬‿¬) For future iterations, Dreamscape would be adapted into a mobile app for easier access for users to easily record their dreams. More specifically, when users would prompt alarms/use action buttons on iOS devices, we would want Dreamscape to take in all notes. For an unrealistic expectation, we would want to connect to users physically through hardware throughout the night and interpret dreams.
Analysis
View
Metric
- 32
- 14
Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.
Technology
- CSSIn code
- Next.jsIn code
- ReactIn code
- SupabaseIn code
- Tailwind CSSIn code
- TypeScriptIn code
- OpenAIClaimed
6 of 7 appear in the indexed code. 1 claimed on Devpost could not be matched to code, which may simply mean the tool leaves no trace in the repository.
AI coding agents
No AI coding agent signals were found in this repository.
Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.
Codebase size
Source size
86 KB
Source files
23
Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.
Repository
chrstnlai/dreamscape
45 files · 22.9 MB · @ f7683e6
Structure
Interface
11 files · 24%Screens, components and styles rendered to the user.
API & routing
4 files · 9%Request entry points: routes, handlers and controllers.
Application logic
6 files · 13%Domain rules, services and shared utilities.
Supporting
Layers are inferred from where files sit in the tree, not from reading the code. A project that names its directories unconventionally will read oddly here — open the file browser to check anything the diagram implies.
Languages
- TypeScript100%
- CSS0%
- Markdown0%
Share of indexed source by file size. Binary and vendored files are excluded.
Dependencies
package.json
npm · 25- @google/genai
- @radix-ui/react-icons
- @radix-ui/react-toast
- @supabase/supabase-js
- axios
- clsx
- framer-motion
- fs
- groq-sdk
- next
- react
- react-dom
- tailwind-merge
- zustand
- +11 more
Declared in the repository’s manifests at the indexed commit. A declared package is not proof it is used, and runtime dependencies are listed first.
This project’s features have not been analysed yet.
Export this project's context (description, README, evidence, key source files) to chat with an AI agent elsewhere.