schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs and SSR.
https://jasprpad.schultek.de
MIT License
996 stars 59 forks source link

feat: Pre-made Templates store #232

Open rignaneseleo opened 2 months ago

rignaneseleo commented 2 months ago

Hi Jaspr Team,

I'm a big fan of Jaspr and how it complements Flutter web development. As a Flutter developer with over 5 years of experience, I recently encountered a challenge while building a web app. While the app itself functions well, its SEO is currently lacking, and I'm in need of a strong landing page to improve discoverability.

Jaspr seemed like a perfect fit for this task, as it allows me to leverage my existing Dart knowledge without diving into a completely new technology stack. However, the absence of pre-made templates or readily available online resources poses a significant hurdle.

In my opinion, providing 2-3 pre-built landing page templates would significantly enhance Jaspr's adoption and offer valuable learning resources for developers like myself. I'm confident that many other Flutter developers would benefit from this addition.

This approach would not only streamline the landing page creation process but also showcase Jaspr's capabilities through practical examples.

Thank you for considering this feature/product request!

schultek commented 2 months ago

Thanks.

As Jaspr is still relatively new there are not that many educational or demo resources available yet. While we work on adding these, it might take a while since we mainly focus on developing the core framework right now. You are very welcome to contribute by adding such resouces.

You will also get a starter page when running 'jaspr create' that should get you started for now.