The official website and landing page for the DeyWeaver Foundation, a nonprofit organization dedicated to providing free, open-source AI-powered productivity tools for everyone.
Visit us at: npo.deyweaver.live
The DeyWeaver Foundation is a nonprofit organization committed to making powerful AI productivity tools accessible to everyone. We believe in:
- Free & Open Source: All our projects are MIT licensed and freely available
- Ethical AI: Building AI tools that respect privacy and serve humanity
- Community-Driven: Developed by the community, owned by no one, free for everyone
- Accessibility: No paywalls, no subscriptions - just free tools for students, professionals, and everyone in between
This landing page showcases:
- Organization Mission & Values: Learn about our commitment to ethical AI and open source
- Featured Projects:
- DeyWeaver Planner: A powerful, open-source planning tool
- UIgenie: AI-powered UI generation tool
- And more upcoming projects
- Sponsor Recognition: Highlighting our supporters and partners
- Volunteer Opportunities: Information on how to join our team and contribute
- Contact Information: Multiple ways to connect with our organization
- HTML5: Semantic markup for better accessibility and SEO
- Tailwind CSS: Utility-first CSS framework for styling
- JavaScript: Vanilla JS for interactivity and animations
- GitHub Pages: Static site hosting
No build process required! This is a static website that can be served directly.
-
Clone the repository
git clone https://github.com/Deyweaver/Page.git cd Page -
Open in browser
Simply open
index.htmlin your web browser:# macOS open index.html # Linux xdg-open index.html # Windows start index.html
-
Or use a local server (recommended for development)
Using Python:
# Python 3 python -m http.server 8000 # Python 2 python -m SimpleHTTPServer 8000
Using Node.js:
npx http-server
Then visit
http://localhost:8000in your browser.
Page/
├── index.html # Main landing page
├── robots.txt # Search engine crawling rules
├── sitemap.xml # XML sitemap for SEO
├── CNAME # Custom domain configuration
└── README.md # This file
This site is automatically deployed to GitHub Pages whenever changes are pushed to the main branch.
The site is configured to use the custom domain npo.deyweaver.live via the CNAME file.
The site includes:
- Comprehensive meta tags (Open Graph, Twitter Cards)
- Structured data (JSON-LD) for search engines
- XML sitemap
- robots.txt configuration
- Semantic HTML for better accessibility
We welcome contributions from the community! Whether you want to:
- Fix bugs or typos
- Improve content or documentation
- Enhance accessibility
- Add new features
- Suggest improvements
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- DeyWeaver Planner: Powerful planning and productivity tool
- UIgenie: AI-powered UI generation
- More projects coming soon!
Visit our GitHub organization to explore all our open-source projects.
Build stuff, learn, and get real IT experience. No age limit - just curiosity & creativity.
Contact: [email protected]
Have ideas, feedback, or want to discuss open-source productivity & ethical AI? Schedule a 15-minute chat with our founder!
- Email: [email protected]
- GitHub: github.com/deyweaver
- Website: deyweaver.github.io/Page
DeyWeaver Foundation
Los Angeles, CA 90017
United States
This project is open source and available under the MIT License.
Special thanks to all our volunteers, contributors, and sponsors who make this mission possible.
Our Promise: We're here to prove that powerful technology doesn't have to come at a cost. Built by the community, owned by no one, free for everyone.
© 2025 DeyWeaver Foundation. All rights reserved.