https://github.com/getastrothemes/folex-lite-astro
A fully customizable creative agency business theme built with Tailwind and Astro. ⭐️ Star to support our work!
https://github.com/getastrothemes/folex-lite-astro
agency-template astro astro-agency-templates astro-agency-themes astro-free-themes astro-template astro-theme astro-themes astrojs free-template jamstack open-source startup-template tailwindcss
Last synced: about 2 months ago
JSON representation
A fully customizable creative agency business theme built with Tailwind and Astro. ⭐️ Star to support our work!
- Host: GitHub
- URL: https://github.com/getastrothemes/folex-lite-astro
- Owner: getastrothemes
- License: other
- Created: 2025-07-25T20:50:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T06:48:29.000Z (2 months ago)
- Last Synced: 2025-08-05T08:41:29.104Z (2 months ago)
- Topics: agency-template, astro, astro-agency-templates, astro-agency-themes, astro-free-themes, astro-template, astro-theme, astro-themes, astrojs, free-template, jamstack, open-source, startup-template, tailwindcss
- Language: Astro
- Homepage: https://getastrothemes.com/demo/folex-lite/
- Size: 10.8 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
> ⭐️ Love this theme? Star it to support our work!
# 🚀 Folex Lite Astro — Free Startup & Agency Astro Theme
**Folex Lite** is a lightweight, free version of the premium [Folex Astro Theme](https://getastrothemes.com/astro-themes/folex/), designed for fast, SEO-friendly startup and digital agency websites.
> ⚡ Built with Astro 5, Tailwind CSS 4, and Markdown — optimized for performance, SEO, and simplicity.
[](https://stackblitz.com/github/getastrothemes/folex-lite-astro) [](https://codesandbox.io/p/sandbox/github/getastrothemes/folex-lite-astro) [](https://codespaces.new/getastrothemes/folex-lite-astro?devcontainer_path=.devcontainer/devcontainer.json)

## ✨ Features at a Glance
- ✅ Homepage layout: Startup / Agency
- ✅ Built with Astro 5 + Tailwind CSS 4
- ✅ Fully responsive and accessible
- ✅ 100/100 Lighthouse performance score
- ✅ SEO-ready: meta tags, Open Graph, JSON-LD schema
- ✅ Minimal but tasteful built-in animations
- ✅ Easily deploy to Vercel, Netlify, or Cloudflare Pages
- ✅ Edit all content using Markdown
- ✅ Contact form integration support (Formspree, Formsubmit, Netlify)## 🔄 Lite vs. Pro — Feature Comparison
| Feature | Folex Lite | Folex Pro 💎 |
| ------------------------------------------------------------- | ---------- | ------------ |
| Homepage – Startup/Agency | ✅ | ✅ |
| Creative/Digital/Portfolio Homepages | ❌ | ✅ |
| Fully Multilingual (i18n) Support | ✅ | ✅ |
| SEO Optimized (Meta + OpenGraph + JSON-LD) | ✅ | ✅ |
| 100/100 Lighthouse Score | ✅ | ✅ |
| Deployment Ready (Vercel, Netlify, Cloudflare) | ✅ | ✅ |
| Accessible & Responsive Design | ✅ | ✅ |
| Minimal Animations | ✅ | ✅ |
| Premium Scroll & Hover Animations | ❌ | ✅ |
| Markdown Content Support | ✅ | ✅ |
| Built-in Contact Form Support | ✅ | ✅ |
| Creative UI Components (Tabs, Accordions, Testimonials, etc.) | ❌ | ✅ |
| Pre-built Pages: About, FAQ, Services, Pricing, etc. | ❌ | ✅ |
| Blog System (with Markdown & Schema) | ❌ | ✅ |
| Projects/Portfolio Section | ❌ | ✅ |
| Mega Menu Navigation | ❌ | ✅ |
| Enhanced Footer (Newsletter, Links, Policies) | ❌ | ✅ |
| Terms & Privacy Pages (Auto-generated) | ❌ | ✅ |> 🎯 **Need more pages and flexibility?**
> Upgrade to [Folex Pro →](https://getastrothemes.com/astro-themes/folex/) for the full business-ready toolkit.## ⚡ Quick Start
```bash
git clone https://github.com/getastrothemes/folex-lite-astro.git
cd folex-lite-astro
npm install
npm run dev
```## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
.
├── .vscode/
├── public/
├── scripts/
├── src/
│ ├── assets/
│ ├── config/
│ ├── content/
│ ├── i18n/
│ ├── layouts/
│ ├── lib/
│ ├── pages/
│ ├── styles/
│ ├── types/
│ ├── content.config.ts
│ └── env.d.ts
├── .editorconfig
├── .gitignore
├── .markdownlint.json
├── .prettierrc
├── astro.config.mjs
├── netlify.toml
├── vercel.json
├── vercel.sh
└── tsconfig.json
```Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
The `src/content/` directory contains "collections" of related Markdown and MDX documents. Use `getCollectionCTM()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.
Any static assets, like images, can be placed in the `public/` directory.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |## 🚀 One-Click Deployment
Deploy the Folex Lite Astro theme instantly to your favorite platform:
[](https://vercel.com/new/clone?repository-url=https://github.com/getastrothemes/folex-lite-astro)
## 👀 Want to learn more?
Full usage, customization, and deployment guide:
[Theme Documentation](https://docs.getastrothemes.com/folex/) · [Astro Documentation](https://docs.astro.build) · [Astro Discord server](https://astro.build/chat)
## 📄 License
Folex Lite is free for personal and commercial use under the [Getastrothemes Free Theme License.](LICENSE.md)
✅ Attribution appreciated but not required. You may optionally include a visible link to [getastrothemes.com](https://getastrothemes.com) in your site footer or credits section.
## 💬 Feedback & Suggestions
If you enjoy using Folex Lite or have ideas to improve it:
📣 [Give Feedback](https://getastrothemes.com/contact/)
## 🛠 Credits
Made with ❤️ by [Getastrothemes](https://getastrothemes.com/)
Folex Lite is inspired by the premium [Folex Pro Theme](https://getastrothemes.com/astro-themes/folex/)