A comprehensive, open-source research compilation on cold fusion and Low Energy Nuclear Reactions (LENR), providing scientific analysis of historical claims, experimental evidence, and future prospects.
- Polish: https://www.zimnafuzja.pl
- English: https://www.cold-fusion.org
Interactive timeline and evidence analysis of cold fusion research
- π Bilingual Support: Full Polish and English localization
- π Interactive Timeline: Historical progression from 1989 to present
- π Evidence Table: Comprehensive analysis of experimental results
- βοΈ Reactor Diagrams: Technical schematics of Pd-D and Ni-H systems
- π 86 Scientific References: Complete bibliography organized by topic
- π± Responsive Design: Optimized for desktop and mobile devices
- β‘ Fast Performance: Built with modern React 19 and Vite
- Frontend: React 19, TypeScript
- Build Tool: Vite
- Styling: CSS3 with CSS Variables
- Deployment: Cloudflare Pages
- Icons: Lucide React
- Internationalization: Custom i18n implementation
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/Xfaang/cold-fusion.git
cd cold-fusion
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:5173 to view it in your browser.
# Create production build
npm run build
# Preview production build locally
npm run preview# Build the project
npm run build
# Deploy using Wrangler CLI
CLOUDFLARE_API_TOKEN="your-token" CLOUDFLARE_ACCOUNT_ID="your-account-id" npx wrangler pages deploy dist --project-name cold-fusion --commit-dirty=truecold-fusion/
βββ public/ # Static assets
βββ src/
β βββ components/ # React components
β β βββ Hero.tsx # Landing section
β β βββ Timeline.tsx # Historical timeline
β β βββ EvidenceTable.tsx
β β βββ References.tsx # Scientific bibliography
β β βββ ...
β βββ i18n.ts # Internationalization
β βββ LanguageContext.tsx
β βββ main.tsx
βββ README.md
βββ LICENSE
βββ package.json
The application covers:
- Historical Timeline: From Fleischmann & Pons (1989) through DOE reviews, recent Nature studies, to 2026 NRC fusion regulation
- Evidence Analysis: Categorized evaluation of claimed observations (excess heat, nuclear products, etc.)
- Reproducibility Issues: Critical examination of experimental challenges and methodological problems
- Theoretical Models: Overview of proposed mechanisms and fundamental constraints
- Future Prospects: Baseline and breakthrough scenarios for LENR development
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests and linting (
npm run test,npm run lint) - Commit your changes (
git commit -m 'Add amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Xfaang
This project aims to provide objective, scientific analysis of cold fusion research for educational and research purposes.
For questions, suggestions, or collaboration opportunities, please open an issue or reach out via GitHub.