Documentation for the awesome raclette framework - A new web-based fullstack development framework built to help developers create modular applications and plattforms faster.
- 📚 Documentation - Complete guide and API reference
- 🌐 racletteJS Website - Main project website
- 💻 GitLab Group - All repositories, all issues/milestones etc.
- 💻 GitLab Meta Repository - Contribution Guides, FAQ, Templates
- 💻 GitLab Monorepo - Core Sourcecode
raclette is the framework for platform and portal development. Built for innovators who want to focus on their unique value proposition, not infrastructure. It's open source and completely free to use — forever.
Build SaaS products, customer portals, and business tools faster than ever – modular, open, sustainable. For prototypes. For products. For growth.
raclette is perfect for developers and teams building:
- Customer management platforms
- Project management tools
- Booking and reservation systems
- Focus on your unique value, not the plumbing
- Customer portals and dashboards
- Supplier and vendor management platforms
- Internal tools and business intelligence
- Stop reinventing authentication and user management
- Use carefully crafted components for dashboards and forms
- Ship features, not infrastructure
- Platform + Portal = Complete Solution
This documentation is built with VitePress and deployed automatically.
- Node.js 18+
- Yarn (recommended) or npm
# Clone the repository
git clone https://gitlab.com/raclettejs/docs
cd docs
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build
# Preview production build
yarn previewThe documentation will be available at http://localhost:5173
We welcome contributions to improve the documentation! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b improve-docs) - Make your changes
- Test locally with
yarn dev - Commit your changes (
git commit -am 'Improve documentation') - Push to the branch (
git push origin improve-docs) - Create a Pull Request
Preferrably create an issue beforehand and use the issue number within your branch name, e.g. 23-fix-typo-in-plugin-file.
- Use clear, concise language
- Include code examples where relevant
- Follow the existing structure and style
- Test all code snippets before submitting
This documentation is open source and available under the MIT License.
- Check the documentation for guides and API reference
- Email us at contact@pacifico.cloud
Built with ❤️ and 🧀 by the raclette team