The official website for Lituus Foundation — Guardians of Decentralized Truth.
Lituus Foundation is building infrastructure for truth that doesn't require trust. We support the development of decentralized oracle systems and prediction markets through strategic resource allocation and community empowerment.
- Framework: Astro 5.16.4 - Static site generation with zero JS by default
- Styling: Tailwind CSS 4 - Utility-first CSS framework
- Deployment: Cloudflare Workers - Edge-first deployment
- Fonts: Inter (sans-serif), Cormorant Garamond (serif)
- Node.js 18+
- npm or pnpm
# Clone the repository
git clone https://github.com/lituus-foundation/lituus-foundation-website.git
cd lituus-foundation-website
# Install dependencies
npm install# Start development server at localhost:4321
npm run dev# Build for production
npm run build
# Preview production build with Wrangler (Workers runtime)
npm run preview# Deploy to Cloudflare Workers
npm run deploy
# Generate Cloudflare type definitions
npm run cf-typegenlituus-foundation-website/
├── public/ # Static assets
│ └── favicon.svg
├── src/
│ ├── components/ # Reusable Astro components
│ ├── layouts/ # Page layouts
│ ├── pages/ # File-based routing
│ ├── styles/ # Global styles
│ │ └── global.css
│ └── env.d.ts # TypeScript definitions
├── astro.config.mjs # Astro configuration
├── tailwind.config.js # Tailwind configuration
├── tsconfig.json # TypeScript configuration
└── wrangler.jsonc # Cloudflare Workers configuration
- Glassmorphism UI: Subtle glass-panel effects with backdrop blur
- Animated Components:
- Parallax scrolling hero section
- Rotating coil background animation
- Icon micro-interactions on hover
- Responsive Design: Mobile-first approach with breakpoint optimization
- Accessibility:
- Semantic HTML
- ARIA labels
- Reduced motion support
- Keyboard navigation
The project is configured for edge deployment via Cloudflare Workers:
- Static assets served via Workers Assets binding
- Image optimization through Cloudflare Image Service
- Platform proxy enabled for local development
Strict mode enabled with full type safety across the codebase.
Contributions are welcome! Please feel free to submit a Pull Request.
- Website: lituus.foundation
- Augur: augur.net
- Twitter: @LituusDAO
- Discord: Join our community
- Telegram: Lituus Foundation
Built with ♾️ by the Lituus Foundation team