Appearance
Advanced
Custom Middleware
Add your own middleware in middleware/
and register in vibe.config.ts
.
Extending VibeX
- Add new adapters (cache, storage, etc.)
- Write custom hooks
- Integrate with other Bun/Bun.js libraries
Deployment
- Deploy with Bun on any server
- Use Docker for containerization
Troubleshooting
- Check logs in
logs/
- Use
bun run test
for diagnostics