Nebula 🔮

An Astro template for your iOS apps.

Preview

Score

Lighthouse

Deploy

Deploy to Netlify Deploy with Vercel

Config

To customize this template with your stuff go to app.json and define your own.

{
  "ads": false,
  "free": true,
  "name": "App",
  "theme": "", // default indigo
  "contact": "contact@app.app",
  "stores": {
    "apple": "https://apps.apple.com/us/app/app/id1234567890",
    "google": "https://play.google.com/store/apps/details?id=com.app.app"
  },
  "description": [ "1st", "2nd", "3rd"],
  "features": [
    {
      "title": "Title",
      "body": "Content"
    },
    ...
  ],
  "social": {
    "twitter": "https://twitter.com/app",
    "youtube": "https://www.youtube.com/app",
    "discord": "https://discord.gg/app"
  }
}