Get started in three steps
Deploy your first application on Antryk and get live in seconds.Step 1: Create an account
Sign up for Antryk
Sign up for Antryk
Create your Antryk account at antryk.com.
- Click “Get Started” on the homepage
- Sign up with GitHub, Google, or email
- Verify your email address
- Access your dashboard
New accounts include $5 in free credits to get started!
Create an API key
Create an API key
- Navigate to Settings > API Keys
- Click “Create API Key”
- Name your key (e.g., “Local Development”)
- Copy and save your API key securely
Keep your API key private and never commit it to version control.
Step 2: Deploy your application
Deploy a web service
Deploy a web service
Deploy your backend application:
- Click “New Service” in your dashboard
- Choose “Web Service”
- Connect your GitHub repository
- Configure build and start commands
- Set environment variables
- Click “Deploy”
Deploy a static site
Deploy a static site
Deploy your frontend application:
- Click “New Service” in your dashboard
- Choose “Static Site”
- Connect your GitHub repository
- Configure build settings
- Set output directory
- Click “Deploy”
Step 3: Customize and scale
Configure your service
Configure your service
After deployment, customize your service:
- Add a custom domain with automatic SSL
- Configure autoscaling based on traffic
- Set up health checks
- Enable monitoring and logs
- Configure environment variables
Next steps
Now that you have your first service running, explore these features:Add a Database
Deploy a PostgreSQL, MongoDB, or Redis database.
Set up Storage
Create storage buckets for files and media.
Configure Domains
Add custom domains with automatic SSL.
Monitor Performance
Track metrics and troubleshoot issues.
Need help? Check out our examples or join our Discord community.

