Releases: sayedrisat/codevault
CodeVault Alpha Release
Alpha Release Notes
Commit included
- d4d2165 feat: initial CodeVault alpha release
Alpha roadmap issues
- #8 Add Ctrl+N shortcut for new note - #8
- #7 Improve mobile sidebar experience - #7
- #6 Add JSON import feature - #6
- #5 Add JSON export feature - #5
- #4 Add save success toast notification - #4
- #3 Add copy success toast notification - #3
- #2 Add note deletion - #2
- #1 Add localStorage persistence - #1
Notes
- This is a pre-release for the first public CodeVault alpha.
- Notes are currently in-memory only; persistence is tracked in issue #1.
CodeVault v0.1.0-alpha - First Public Release
🚀 CodeVault v0.1.0-alpha — First Public Release
Welcome to the first public release of CodeVault.
CodeVault is a developer-focused code notebook designed to help developers save, organize, search, and reuse code snippets faster. Instead of treating code as an attachment to notes, CodeVault treats code as the primary content.
✨ Current Features
- Premium dark developer-focused UI
- Responsive notebook-style layout
- Code snippet cards with previews
- Search across notes, tags, and code content
- Language-based filtering
- Favorites system
- Right-side editor drawer
- Ace Editor integration
- Tag organization
- Live demo deployment
- Open-source contributor workflow
🛠 Built With
- React
- Vite
- Tailwind CSS
- Ace Editor
- Cloudflare Pages
🌐 Live Demo
https://codevault-2sp.pages.dev/
🎯 Project Vision
CodeVault aims to become a personal knowledge workspace for developers.
The long-term roadmap includes:
- localStorage persistence
- Monaco Editor integration
- JSON import/export
- Advanced filtering
- AI-powered snippet organization
- Semantic search
- Natural language search
- GitHub and Notion integrations
- Browser and VS Code extensions
🤝 Contributing
Contributions are welcome.
If you're looking for an open-source project to contribute to, check the Issues tab and look for:
- good first issue
- help wanted
Feedback, feature requests, and pull requests are appreciated.
⚠️ Alpha Release
This is an early alpha release intended for testing, feedback, and community contributions.
Some planned features such as persistence, advanced search, and Monaco Editor support are still under active development.
Save code the way you write code.