A minimalist, high-performance static landing page for Vibe Coding Manifesto. This page displays the Manifesto for Vibe Coding in a clean, readable format with a modern aesthetic.
- Minimalist & modern design with clean typography
- Fast-loading with no build tools or large assets
- Fully responsive design that works on mobile and desktop
- Dark mode toggle (uses system preference by default, remembers user choice)
- Semantic HTML for SEO and accessibility
- HTML, CSS, and vanilla JavaScript
- Tailwind CSS for styling (via CDN)
- Alpine.js for interactivity (dark mode toggle)
- Google Fonts (Inter and Space Grotesk)
- Open the
index.html
file - Find the content you want to update in the appropriate section:
- Header information is in the
<header>
section - Manifesto content is in the
<main id="manifesto">
section - Footer information is in the
<footer>
section
- Header information is in the
- All styling is done using Tailwind CSS utility classes
- Custom styles are in the
<style>
section of theindex.html
file - Tailwind configuration is in the
<script>
tag at the top of the HTML file
- The core functionality is in the
script.js
file - Dark mode toggle is handled by Alpine.js in the HTML
This site is designed to be deployed to GitHub Pages:
- Push changes to the
main
branch of your repository - GitHub Pages will automatically build and deploy the site
GitHub Repository: https://github.com/przadka/vibemanifesto-lp/
To work on this site locally:
- Clone the repository
- Open the project folder in your code editor
- You can view the site by opening
index.html
in a web browser - No build tools or package installation is required
vibemanifesto-lp/
├── index.html # Main HTML file with content and structure
├── script.js # JavaScript for additional functionality
└── README.md # This documentation file
2025 The Vibe Coding Manifesto Authors
This declaration may be freely copied in any form, but only in its entirety with this notice.