How to generate your first boilerplate on Shipixen
Generate your first boilerplate on Shipixen by selecting a template, configuring your project settings, and downloading the generated code. The platform provides pre-built templates with modern tech stacks that you can customize and deploy quickly.
Prerequisites
- Active Shipixen account
- Basic knowledge of web development
- Node.js installed on your system
- Git installed for version control
Step-by-Step Instructions
Log in to your Shipixen account
https://shipixen.com and click the Sign In button in the top right corner. Enter your credentials or use your preferred OAuth provider to authenticate. Once logged in, you'll be redirected to your dashboard where you can see your project overview.Choose a boilerplate template
Configure your project settings
- Enter your Project Name (this will be used for the folder structure)
- Set your Domain Name if you have one
- Choose your preferred Styling Framework (Tailwind CSS, CSS Modules, etc.)
- Select additional Features like authentication providers, payment systems, or analytics
Customize branding and colors
Configure integrations
- Add your Stripe keys for payment processing
- Configure Authentication providers (Google, GitHub, etc.)
- Set up Database connections (Supabase, PlanetScale, etc.)
- Add Analytics tracking codes (Google Analytics, Plausible)
Review and generate your boilerplate
Download and set up your project
npm install or yarn install to install dependencies, then start the development server with npm run dev.Deploy your boilerplate
git init and push your code to GitHub, GitLab, or your preferred Git provider. Connect your repository to a deployment platform like Vercel, Netlify, or Railway. Configure your environment variables in the deployment platform's dashboard and deploy your application.Common Issues & Troubleshooting
Generation fails or gets stuck
Refresh the page and try again. If the issue persists, try selecting fewer integrations initially. Contact support through the Help button if the problem continues.
Downloaded project won't start
Ensure you have the correct Node.js version (check the README.md file). Delete node_modules and package-lock.json, then run npm install again. Verify all required environment variables are set.
Missing features in generated code
Check your project configuration in Shipixen dashboard - you may need to regenerate with additional features selected. Some advanced features require higher-tier plans.
Styling or branding not applied correctly
Clear your browser cache and restart the development server. Check that custom colors are valid hex codes. Re-upload your logo if it's not displaying properly in the generated project.