Instructions for Cowork: Read each section below and create a
COWORK-CONTEXT.mdfile answering every question based on the full project context and plans from our previous sessions. Be specific — include actual URLs, color codes, content, and decisions.
- What should each page look and feel like? Describe the space theme, color palette, animations, and overall aesthetic goals.
- What specific colors, gradients, or effects define the "space terminal" look?
- Are there any reference sites or design inspirations?
- What terminal commands should be available? (e.g.,
help,about,skills,projects,contact) - What should the starfield/background look like? (star density, animation speed, colors)
- What's the intended user experience on first visit? (auto-typing intro, prompt waiting, guided tour?)
- Any easter egg commands?
For each page, describe the expected layout, functionality, and content:
- Blog (
/blog): Layout, card style, search/filter behavior, pagination, empty state - Projects (
/projects): Card layout, what info per project, links (live demo, GitHub), filtering - Contact (
/contact): Form fields, validation messages, success/error states, social links displayed
- Dashboard (
/admin): What stats/metrics to show? Recent activity? - Posts Editor (
/admin/posts): Tiptap editor features needed, image upload flow, draft/publish workflow - Categories (
/admin/categories): CRUD interface details - Contacts (
/admin/contacts): Message triage workflow (read/unread, reply, archive?) - Projects (
/admin/projects): Fields per project, image handling - Skills (
/admin/skills): Skill categories, proficiency levels?
- What categories should exist? (e.g., "Web Development", "DevOps", "Tutorials")
- Any initial blog posts to seed?
- What projects should be showcased? (name, description, tech stack, links)
- What skills to list? (languages, frameworks, tools, with proficiency levels?)
We've already found these issues:
- BLOCKING: Root
src/app/page.tsxcontains Next.js boilerplate and shadows the SpaceTerminal home page atsrc/app/(public)/page.tsx. Fix: delete the boilerplate file. - Expected: Blog and projects pages show "Error fetching" when DB is empty or disconnected.
- Placeholder social links: Footer points to generic
https://github.com,https://linkedin.com,mailto:hello@example.com.
Are there other known issues, incomplete features, or things that need polish?
- What is the real GitHub profile URL?
- What is the real LinkedIn profile URL?
- What is the contact email address?
- Fiverr profile URL (if applicable)?
- Any other social links? (Twitter/X, YouTube, Discord, etc.)
- Site title / navbar branding text?
- Footer copyright text?
- Vercel project config or custom domain?
- Any environment variable notes for production?
- Pre-deployment checklist items?
- SEO metadata (title, description, OG image)?
What should be fixed/built first vs. what can wait? Suggested starting order:
- Fix the boilerplate home page (delete
src/app/page.tsx) - Replace placeholder social links
- Seed database with real content
- Polish and iterate
Does this priority make sense, or should something else come first?
One-liner for Cowork: Read
COWORK-QUESTIONS.mdin the project root and create aCOWORK-CONTEXT.mdfile answering every section based on the full project context and plans from our previous sessions.