— is a— super clean template for a subscription-based development studio.
- Ready-to-go web-template made with Astro;
- Distinctive typography — Monaspace Neon;
- Sustainable code and design;
- Comes with the
site.js
— a single source of truth to update content, and don't waste any time jumping between files; - Includes 7 sections: main, subscription description, services, about, FAQ, benefits, contact;
- 100 Performance according to PageInsights;
- A+ DigitalBeacon Carbon FootPrint Score;
- A+ 95 Website Carbon Calculator Score;
/
├── public/
│ ├── css/
│ │ └── global.css
│ ├── favicon.svg
│ ├── fonts/
│ │ └── MonaspaceNeonVarVF.ttf
│ └── images/
│ ├── article.webp
│ └── cover.webp
├── src/
│ ├── components/
│ │ ├── About.astro
│ │ ├── Benefits.astro
│ │ ├── Contact.astro
│ │ ├── FAQ.astro
│ │ ├── Header.astro
│ │ ├── Navigation.astro
│ │ ├── Package.astro
│ │ ├── SectionTitle.astro
│ │ ├── Services.astro
│ │ └── Subscription.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ │ └── index.astro
│ └── site.js
└── package.json
To change the contents of the websise, update the src/site.js
file — it's the easiest way.
In case you want to change styles, colors, fonts — have a look at public/global.css
file.