Skip to content

webiumsk/cbdc-bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🟠 CBDC vs Bitcoin - The Choice Between Control and Freedom

A multilingual educational website exposing the threats of Central Bank Digital Currencies (CBDCs) and presenting Bitcoin as the decentralized alternative.

🌐 Live Site: cbdc.icu

License: MIT Vue 3 Bitcoin


🎯 Mission

This project aims to educate people about the dangers of CBDCs - programmable money that enables:

  • πŸ”΄ Total financial surveillance - every transaction tracked
  • πŸ”΄ Account freezing - political control over your money
  • πŸ”΄ Programmable restrictions - expiring money, spending limits
  • πŸ”΄ Cash elimination - no escape from digital control

We present Bitcoin as the solution - a decentralized, censorship-resistant alternative that gives people true financial sovereignty.


πŸš€ Why This Matters

Central banks worldwide (including the ECB) are preparing to launch CBDCs by 2028-2030. Most people don't understand what they're about to lose.

This website:

  • βœ… Explains CBDC threats in simple terms
  • βœ… Compares CBDC vs Bitcoin side-by-side
  • βœ… Provides actionable steps to protect financial freedom
  • βœ… Available in 4 languages (Slovak, English, Spanish, German)
  • βœ… Optimized for social media sharing to spread awareness

We need YOUR help to reach more people before it's too late.


🌍 Features

  • 🌐 4 Languages: Slovak, English, Spanish, German
  • πŸ“± Fully Responsive - works on all devices
  • ⚑ Fast & Optimized - built with Vue 3 + Vite
  • 🎨 Modern Design - engaging visual experience
  • πŸ“Š Timeline - showing what's coming (2023-2030+)
  • πŸ“° Live News Feed - latest CBDC updates (Local & Global)
  • πŸŽ₯ Video Integration - educational content
  • πŸ”— Social Sharing - Facebook, X, Instagram, Nostr, Telegram, WhatsApp
  • 🎯 SEO Optimized - proper meta tags for all platforms
  • β™Ώ Accessible - WCAG compliant

πŸ› οΈ Tech Stack

  • Vue 3 - Progressive JavaScript framework
  • Vue Router - Client-side routing for multilingual support
  • Vue i18n - Internationalization
  • @vueuse/head - Dynamic meta tags for SEO
  • Vite - Next-generation frontend tooling

πŸ“¦ Installation & Development

# Clone the repository
git clone https://github.com/webiumsk/cbdc-bitcoin.git
cd cbdc-bitcoin

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

🌐 Project Structure

cbdc-bitcoin/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/       # Vue components
β”‚   β”‚   β”œβ”€β”€ HeroSection.vue
β”‚   β”‚   β”œβ”€β”€ Timeline.vue
β”‚   β”‚   β”œβ”€β”€ Comparison.vue
β”‚   β”‚   β”œβ”€β”€ Threats.vue
β”‚   β”‚   β”œβ”€β”€ NewsFeed.vue
β”‚   β”‚   β”œβ”€β”€ Solution.vue
β”‚   β”‚   β”œβ”€β”€ ActionPlan.vue
β”‚   β”‚   β”œβ”€β”€ VideoSection.vue
β”‚   β”‚   β”œβ”€β”€ CTA.vue
β”‚   β”‚   β”œβ”€β”€ SocialShare.vue
β”‚   β”‚   β”œβ”€β”€ LanguageSwitcher.vue
β”‚   β”‚   └── BackToTop.vue
β”‚   β”œβ”€β”€ views/            # Page views
β”‚   β”‚   └── Home.vue
β”‚   β”œβ”€β”€ locales/          # Translation files
β”‚   β”‚   β”œβ”€β”€ sk.json       # Slovak
β”‚   β”‚   β”œβ”€β”€ en.json       # English
β”‚   β”‚   β”œβ”€β”€ es.json       # Spanish
β”‚   β”‚   └── de.json       # German
β”‚   β”œβ”€β”€ router/           # Vue Router config
β”‚   β”œβ”€β”€ App.vue           # Root component
β”‚   β”œβ”€β”€ main.js           # Entry point
β”‚   β”œβ”€β”€ i18n.js           # i18n configuration
β”‚   └── style.css         # Global styles
β”œβ”€β”€ public/               # Static assets
β”‚   └── favicon icons
β”œβ”€β”€ index.html
β”œβ”€β”€ package.json
β”œβ”€β”€ vite.config.js
└── README.md

🌍 Adding New Languages

Want to help translate into another language? It's easy!

  1. Create a new file: src/locales/[lang].json
  2. Copy content from en.json and translate
  3. Add to src/i18n.js:
import newLang from './locales/newlang.json'
// ... add to messages object
  1. Add route in src/router/index.js
  2. Add language switcher button in LanguageSwitcher.vue
  3. Submit a Pull Request!

🀝 Contributing

Contributions are highly encouraged! This is a community project to spread awareness.

How you can help:

1. Spread the Word πŸ”Š

  • Share the website on social media
  • Talk to friends and family about CBDC dangers
  • Write articles or make videos about the project

2. Improve Content ✍️

  • Suggest better explanations
  • Add more educational resources
  • Improve translations
  • Report inaccuracies

3. Code Contributions πŸ’»

  • Fix bugs
  • Add new features
  • Improve performance
  • Enhance accessibility

4. Design 🎨

  • Create better graphics
  • Improve UI/UX
  • Design social media templates
  • Create promotional materials

Contribution Process:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to branch: git push origin feature/amazing-feature
  5. Open a Pull Request

We review PRs quickly and appreciate all contributions, big or small!


πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

TL;DR: You can freely use, modify, and distribute this project. We encourage forks and derivatives!


🎯 Roadmap

  • 4 languages (SK, EN, ES, DE)
  • Social sharing buttons
  • Video integration
  • Blog section with articles
  • Interactive CBDC map/timeline (Dynamic Data)
  • Live CBDC News Feed
  • Downloadable infographics
  • Email newsletter signup
  • More language versions (FR, IT, PT, PL...)
  • Dark/Light theme toggle
  • Bitcoin payment integration for donations

πŸ’‘ Why Open Source?

Freedom requires transparency.

We're fighting against centralized control, so this project must be:

  • βœ… Open - anyone can inspect the code
  • βœ… Decentralized - forks encouraged
  • βœ… Collaborative - community-driven
  • βœ… Free - no paywalls, no tracking

πŸ“ž Contact & Community


πŸ™ Acknowledgments

  • Bitcoin Community - for building the freedom alternative
  • Dvadsatjeden.org - Slovak Bitcoin education
  • All contributors who help spread this message
  • You - for caring about financial freedom

⚠️ Disclaimer

This website provides educational information about CBDCs and Bitcoin. It is not financial advice.

Do your own research. Verify everything. Trust no one blindly - not even us.

That's the Bitcoin way. 🟠


πŸ”₯ Urgent Call to Action

The ECB is planning to launch the digital euro by 2028-2030.

If we don't act now, our children will grow up in a world where:

  • Every purchase is tracked
  • Money can expire
  • Accounts can be frozen for any reason
  • Cash no longer exists
  • Financial privacy is a distant memory

We have a small window to spread awareness and build alternatives.

Fork this repo. Share the website. Talk to people. Act now.

The clock is ticking. ⏰


Made with 🧑 for β‚Ώ

Freedom isn't free. Fight for it.

🌐 Visit Website β€’ ⭐ Star on GitHub β€’ πŸ”„ Share

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors