Quick syntax reference with searchable code examples.
Quickly find syntax patterns and code snippets without digging through documentation or prompting AI to get the right output.
- Bun v1.3+
# Clone the repository
git clone https://github.com/cadamsdev/syntaxrecall.git
# Navigate to the project directory
cd syntaxrecall
# Install dependencies
bun install
# Start the development server
bun devThe app will be available at http://localhost:3000
bun generateContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Examples are stored as Markdown files in /content/examples/. To add a new one:
- Create a new
.mdfile in/content/examples/ - Add the required frontmatter (title, description, category, tags)
- Write your example content using proper Markdown formatting
See CONTENT_FORMAT.md for detailed formatting guidelines.
- 📝 Add new examples (TypeScript, Go, Ruby, etc.)
- 🔧 Add new developer tools
- 🐛 Fix bugs or improve existing content
- 🎨 Improve UI/UX
- 📖 Improve documentation
- 🌐 Add internationalization support
syntaxrecall/
├── app/
│ ├── components/ # Vue components
│ ├── pages/ # Application pages
│ └── assets/ # Styles and static assets
├── content/
│ └── examples/ # Markdown example files
├── docs/ # Documentation
└── public/ # Public static files
- Nuxt 4 - Vue.js framework
- Nuxt Content - Markdown-based CMS
- Vue 3 - Progressive JavaScript framework
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this project helpful, please consider:
- ⭐ Starring the repository
- 🐛 Reporting bugs
- 💡 Suggesting new features
- 📣 Spreading the word
Made with ❤️ by the community