Get Support
Multiple ways to get help with SvelteBolt.
Documentationβ
Start with our comprehensive documentation covering setup, configuration, and deployment.
Email Supportβ
Get direct help from the SvelteBolt team.
When contacting support, please include:
- Detailed description of your issue
- Steps to reproduce the problem
- Error messages or logs
- Your environment (OS, Node.js version, hosting platform)
- Relevant code snippets (remove sensitive data)
Discord Communityβ
Join our Discord server for real-time help and community support.
- Get help from the community
- Share your projects
- Discuss best practices
- Connect with other developers
- Real-time support from other users
Self-Help Resourcesβ
Troubleshooting Checklistβ
Before reaching out for help, try these common solutions:
β Environment Setup:
- All environment variables are set correctly
- No extra spaces or quotes in
.env
file - Development server restarted after env changes
β Database Issues:
- Supabase project is not paused
- Database schema is migrated
- RLS policies are configured correctly
β Payment Issues:
- Using correct Stripe keys (test vs live)
- Webhook URL is correct
- Webhook secret matches
β Deployment Issues:
- Build completed successfully
- Environment variables set in hosting platform
- Domain added to Supabase/Stripe settings
Useful Commandsβ
# Check your environment variables
cat .env
# Test database connection
bun run dev
# View build logs
bun run build
# Check for TypeScript errors
bun run check
Log Analysisβ
When reporting issues, include relevant logs:
Development logs:
# Terminal output when running dev server
bun run dev
Build logs:
# Output from build process
bun run build
Browser console:
- Open Developer Tools (F12)
- Check Console tab for JavaScript errors
- Check Network tab for failed requests
Learning Resourcesβ
Official Documentationβ
- SvelteKit Docs: kit.svelte.dev
- Supabase Docs: supabase.com/docs
- Stripe Docs: stripe.com/docs
- Tailwind CSS: tailwindcss.com
Response Timesβ
π§ Email Support: 1-2 business days
π¬ Discord Community: Real-time (community-driven)
Need immediate help? Start with the FAQ or join our Discord community.