Skip to content

Commit f3e6dff

Browse files
KarolNetlukasz.wach
andauthored
Update flotiq cms page (#982)
* update flotiq cms page * add utm tags to flotiq links * update Flotiq starters section --------- Co-authored-by: lukasz.wach <lukasz.wach@codewave.pl>
1 parent 9659b94 commit f3e6dff

File tree

4 files changed

+50
-27
lines changed

4 files changed

+50
-27
lines changed

src/site/headless-cms/flotiq.md

Lines changed: 50 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,63 @@ Flotiq's goal is to provide developers with an easy to use API, powerful integra
1818

1919
## Where to start
2020

21-
Head over to [Flotiq Docs](https://flotiq.com/docs/) or start exploring immediately with a [free account](https://editor.flotiq.com).
21+
### Start building with Flotiq
2222

23-
We've published several deep-dive docs describing how to get started building JAMstack-based apps with Flotiq, try:
24-
- [building a blog in 3 minutes](https://flotiq.com/docs/Deep-Dives/Building-a-blog-in-3-minutes/)
25-
- [migrating Wordpress content to Flotiq](https://flotiq.com/docs/Deep-Dives/wordpress-import/)
26-
- [connecting a contact form to your CMS and adding notifications with Zapier](https://flotiq.com/docs/Deep-Dives/Headless-CMS-Contact-Forms/)
23+
Head over to [Flotiq Docs](https://flotiq.com/docs/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms) or start exploring immediately with a [free account](https://editor.flotiq.com?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms).
2724

28-
or have a quick look at one of our inspiring videos:
29-
- [Start a blog in 3 minutes with Flotiq, GatsbyJs and Heroku!
30-
](https://youtu.be/hz3RK5qqhrQ)
25+
<a href="https://flotiq.com/docs/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms" style="padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px;">Explore Flotiq Docs</a>
26+
<a href="https://editor.flotiq.com?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms" style="padding: 10px 20px; background-color: #28a745; color: white; text-decoration: none; border-radius: 5px;">Start Free</a>
27+
28+
We've published several deep-dive docs describing how to get started building JAMstack-based apps with Flotiq:
29+
- [Build a blog in 3 minutes](https://flotiq.com/docs/Deep-Dives/Building-a-blog-in-3-minutes/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms)
30+
- [Migrate Wordpress to Flotiq](https://flotiq.com/docs/Deep-Dives/wordpress-import/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms)
31+
- [Connect a contact form to Flotiq and add notifications with Zapier](https://flotiq.com/docs/Deep-Dives/Headless-CMS-Contact-Forms/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms)
32+
33+
<br>
34+
35+
### Flotiq tutorials
36+
37+
Have a quick look at one of our inspiring videos:
38+
- [Start a blog in 3 minutes with Flotiq, GatsbyJs and Heroku!](https://youtu.be/hz3RK5qqhrQ)
3139
- [Autogenerated Postman collections](https://youtu.be/CTOCfHV-19s)
3240
- [Building an E-commerce website in 3 minutes](https://youtu.be/bMCmirgaI2M)
3341
- [Creating content types and generated API docs](https://youtu.be/XHR4pANj4A8)
3442
- [Working with voice - Google Assistant & Flotiq](https://youtu.be/FEiSIunbjHw)
3543

36-
If you're ready to jump straight to coding, here's a bunch of boilerplate repositories to get you started, too:
44+
<br>
3745

38-
- [Gatsby.js blog sourcing content from Flotiq](https://github.com/flotiq/gatsby-starter-blog)
39-
- [Gatsby.js project portfolio sourcing content from Flotiq](https://github.com/flotiq/gatsby-starter-projects)
40-
- [Gatsby.js and Snipcart boilerplate, sourcing products from Flotiq](https://github.com/flotiq/gatsby-starter-products)
41-
- [Snipcart and Next.js, sourcing products from Flotiq](https://github.com/flotiq/snipcart-nextjs)
46+
### Flotiq starters
4247

43-
## Key features
48+
Ready to code? Check out our boilerplate repositories
49+
- [Gatsby.js blog](https://github.com/flotiq/flotiq-gatsby-blog-1)
50+
- [Gatsby.js project portfolio](https://github.com/flotiq/flotiq-gatsby-portfolio-1)
51+
- [Gatsby.js and Snipcart boilerplate](https://github.com/flotiq/flotiq-gatsby-shop-1)
52+
- [Gatsby.js recipes](https://github.com/flotiq/flotiq-gatsby-recipe-2)
53+
- [Next.js blog](https://github.com/flotiq/flotiq-nextjs-blog-1)
54+
- [Next.js portfolio](https://github.com/flotiq/flotiq-nextjs-portfolio-2)
55+
- [Next.js Snipcart](https://github.com/flotiq/flotiq-nextjs-shop-2)
56+
- [Next.js recipes](https://github.com/flotiq/flotiq-nextjs-recipe-2)
57+
58+
Check out the [full list of Flotiq starters](https://flotiq.com/starters/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms).
59+
60+
<a href="https://flotiq.com/starters/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms" style="padding: 10px 20px; background-color: #ff5722; color: white; text-decoration: none; border-radius: 5px;">Flotiq starters</a>
4461

62+
## Key features
4563

4664
### Dynamic Content API support
4765

4866
At Flotiq we strongly believe in open standards as a way to enable development of well-engineered systems. The Content Types you create in Flotiq are automatically translated into a set of RESTful endpoints and Flotiq provides an OpenAPI schema, that updates automatically after every change you make to your data models. That schema is then used for generating your SDKs and API docs.
4967

5068
If you're not feeling like building your own Content type, you can always use one of our boilerplates. If you do - you'll find a boilerplate repo on Github, that will let you deploy your own {blog, portfolio, calendar, e-commerce, recipe page} in under 5 minutes.
5169

52-
Don't take our word on it - check yourself.
70+
Try it yourself and see the difference!
5371

54-
![Boilerplate content type definitions have their Github repositories with demo projects](/img/cms/flotiq-create-content-type-definition.png)
72+
<img src="/img/cms/flotiq-create-content-type-definition.png" alt="Boilerplate repo" style="width: 90%; border: 1px solid #ccc; display: block; margin: 20px auto;">
5573

5674
### Generate packages in language/framework you like and start coding!
5775
Once you have defined your data model - you can start working with your content. You don't need to learn Flotiq's API, because there isn't any. Flotiq lets you define your API yourself, so you can feel comfortable with the models and properties you define. To simplify your Developer Experience we provide SDKs that fully integrate with your IDE, so you will get all the auto-complete magic you'd ever need!
5876

59-
![The generated SDK packages provide powerful integration of Flotiq-based content types in your IDE](/img/cms/flotiq-sdk-benefits.gif)
77+
<img src="/img/cms/flotiq-sdk-benefits.gif" alt="Flotiq SDK packages in IDE" style="width: 90%; border: 1px solid #ccc; display: block; margin: 20px auto;">
6078

6179
The languages and frameworks we support at the moment are:
6280
- C#
@@ -67,35 +85,40 @@ The languages and frameworks we support at the moment are:
6785
- Python
6886
- Angular
6987

70-
![Generated SDK packages are automatically synced with your data model](/img/cms/flotiq-download-sdks.png)
71-
88+
<img src="/img/cms/flotiq-download-sdks.png" alt="Overview of Flotiq SDK packages" style="width: 60%; border: 1px solid #ccc; display: block; margin: 20px auto;">
7289

7390
and an extremely well accepted automatically-generated [Postman](https://getpostman.com) package.
7491

75-
![Flotiq called ingenious by Postman!](/img/cms/flotiq-postman-linkedin.png)
76-
92+
<img src="/img/cms/flotiq-postman-linkedin.png" alt="Flotiq called ingenious by Postman" style="width: 60%; border: 1px solid #ccc; display: block; margin: 20px auto;">
7793

7894
Unleash your imagination and build something creative!
7995

8096
### Get your own API Doc based on what you have created in Flotiq
8197

8298
Another benefit you'll see is the beautiful API documentation, which you can share with your peers when integrating your content in other systems.
8399

84-
![Automatically generated API docs are perfect for sharing your API with other developers](/img/cms/flotiq-api-docs.png)
100+
<img src="/img/cms/flotiq-api-docs.png" alt="Flotiq's auto generated API docs" style="border: 1px solid #ccc; display: block; margin: 20px auto;">
85101

86102
### Scoped API keys
87103

88104
The recently added scoped API keys are a perfect way to keep your API secure. You can create keys for individual endpoints or group them by use case, whatever works for you.
89-
![Flotiq provides scoped API keys to improve security of your content](/img/cms/flotiq-api-keys.png)
90105

106+
<img src="/img/cms/flotiq-api-keys.png" alt="Flotiq user defined scoped API keys" style="width: 75% ;border: 1px solid #ccc; display: block; margin: 20px auto;">
91107

92108
### Powerful search API
93109

94110
Unlike other headless CMS systems - we believe that developers need efficient access to content. So we're not only exposing the content through REST endpoints, but also providing efficient means of searching through that content. To provide one of the most powerful ways to query content - we partially expose the ElasticSearch (ES) engine through Flotiq's search API, wrapping it and stripping to leave only the essentials.
95111

96-
You can aggregate your search results by given conditions and also rank them by giving weight to a specific field. Be sure to check our [Search API Deep Dive](https://flotiq.com/docs/Deep-Dives/search-api-deepdive/) to read more about it.
112+
You can aggregate your search results by given conditions and also rank them by giving weight to a specific field. Be sure to check our [Search API Deep Dive](https://flotiq.com/docs/Deep-Dives/search-api-deepdive/?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms) to read more about it.
113+
114+
<img src="/img/cms/flotiq-search-aggregations.png" alt="Flotiq full-text api search" style="width: 45% ;border: 1px solid #ccc; display: block; margin: 20px auto;">
115+
116+
<div style="text-align: center;">
117+
118+
## Interested?
119+
120+
Try <a href="https://editor.flotiq.com?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms" style="color: #007bff; text-decoration: none;">Flotiq</a> now, it's free to start.
97121

98-
![Flotiq's search API offers powerful features, like filtering, aggregation and boosting](/img/cms/flotiq-search-aggregations.png)
122+
<a href="https://editor.flotiq.com?utm_source=jamstack&utm_medium=referral&utm_campaign=flotiq_at_jamstack_headless_cms" style="padding: 10px 20px; background-color: #28a745; color: white; text-decoration: none; border-radius: 5px;">Start Free</a>
99123

100-
## Interested?
101-
Try [Flotiq](https://editor.flotiq.com) now, it's free to start.
124+
</div>
197 KB
Loading
159 KB
Loading
120 KB
Loading

0 commit comments

Comments
 (0)