Free Tier
A static landing page with waitlist capture on *.omaship.app โ free, forever.
What You Get
- Landing page on
yourname-xxxx.omaship.appwith SSL - Waitlist capture with email signups and honeypot spam protection
- Purpose-driven copy distilled by Sokrates (AI) from your answers
- 12 color schemes to match your brand
Create from the Browser
- Sign up with email and password
- Choose Browser on the onboarding screen
- Name your ship and answer 5 purpose questions
- Pick a color scheme
- Your landing page is live instantly
After creation, edit your purpose copy and color scheme any time from Ships → Your Ship → Purpose.
Create from the CLI
gem install omaship
omaship login --token YOUR_TOKEN # token from /settings/tokens
omaship new myproduct # interactive purpose questions + color picker
omaship new myproduct --skip-purpose # quick creation with defaults
The CLI detects your free plan, asks optional purpose questions, and lets you pick a color scheme with an interactive terminal picker.
CLI Commands
| Command | Description |
|---|---|
omaship login |
Store your API token locally (supports --token or interactive prompt) |
omaship new <name> |
Create a ship (free: landing page, paid: full Rails app) |
omaship list |
List all your ships |
omaship info |
Show details for the current ship |
omaship deploy |
Trigger a deployment (paid plans) |
omaship upgrade |
Open the license page to upgrade your plan |
omaship complete <shell> |
Shell completions for bash, zsh, fish |
All commands support -h for help and --host=HOST to override the API endpoint.
Waitlist Signups
Visitors to your landing page can enter their email to join your waitlist. View signups from Ships → Your Ship → Waitlist in the dashboard. Spam protection is built in with a honeypot field and rate limiting (100 per day per ship).
Upgrading
When you're ready for a full Rails app on your own server, upgrade from the
License page or run
omaship upgrade.
Plan Limits
| Plan | Ships | Features |
|---|---|---|
| Free | 1 | Landing page + waitlist |
| Starter | Unlimited | Landing pages + full Rails apps |
| Pro | Unlimited | Landing pages + full Rails apps |