Elite public portfolio for fiscal AI systems architecture, built around Arkelythex, inspectable systems, and static-first frontend execution.
DreamFolio is intentionally simple: Astro renders the portfolio as static HTML, and React is used only where the UI needs real client-side behavior.
src/
├── components/
│ ├── sections/ # Landing and project sections
│ │ ├── *.astro # Static sections, preferred by default
│ │ └── *.tsx # Hydrated islands only when interaction is real
│ └── ui/ # Small reusable React primitives
├── content.config.ts # Typed project collection schema
├── data/ # Public system data
├── layouts/ # Base document layout and SEO
├── lib/ # Presentation/site helpers
├── pages/ # Astro routes
└── styles/ # Global Tailwind/Cocoa themeStatic by default. Hydrate only when the browser must own state or behavior.
Current hydrated islands:
Navbar— mobile menu and smooth section navigation.EnhancedHero— interactive signal selector.EvidenceEngine— interactive evidence/preset inspection.TechnicalIntake— clipboard, local validation, target-domain selection, andmailto:draft generation.
Static sections include VisualLab, CollaborationSection, SystemUnit, CraftProtocol, TrinitySection, and TechnicalDepth.
- Astro 5
- React 19 islands
- Tailwind CSS 4
- Motion for the few remaining interactive islands
- TypeScript strict mode
- pnpm
pnpm install
pnpm run verify
git diff --checkRecent verification snapshot:
- Build: 37 static pages generated.
- Typecheck: passing.
- Lighthouse mobile: Accessibility 100, Best Practices 100, SEO 100, Agentic Browsing 100.
pnpm install
pnpm devPreview production build:
pnpm run build
pnpm run previewThe repository is configured for GitHub Pages with:
site: https://dreamcoder08.github.iobase: /DreamFolioin production
Vercel config is also present for static deployment compatibility.
DreamFolio is public by design: it is the proof surface for frontend craft, architecture, accessibility, and product narrative.
Keep private:
- Arkelythex core implementation details
- private fiscal rules and workflows
- credentials and environment secrets
- proprietary agent prompts or internal strategy
Portfolio source for public inspection and personal brand proof. Reuse responsibly.