You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/headless-cms/flotiq.md
+50-27Lines changed: 50 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,45 +18,63 @@ Flotiq's goal is to provide developers with an easy to use API, powerful integra
18
18
19
19
## Where to start
20
20
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
22
22
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).
27
24
28
-
or have a quick look at one of our inspiring videos:
29
-
-[Start a blog in 3 minutes with Flotiq, GatsbyJs and Heroku!
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)
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).
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.
49
67
50
68
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.
51
69
52
-
Don't take our word on it - check yourself.
70
+
Try it yourself and see the difference!
53
71
54
-

### Generate packages in language/framework you like and start coding!
57
75
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!
58
76
59
-

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

76
-
92
+
<imgsrc="/img/cms/flotiq-postman-linkedin.png"alt="Flotiq called ingenious by Postman"style="width: 60%; border: 1pxsolid#ccc; display: block; margin: 20pxauto;">
77
93
78
94
Unleash your imagination and build something creative!
79
95
80
96
### Get your own API Doc based on what you have created in Flotiq
81
97
82
98
Another benefit you'll see is the beautiful API documentation, which you can share with your peers when integrating your content in other systems.
83
99
84
-

100
+
<imgsrc="/img/cms/flotiq-api-docs.png"alt="Flotiq's auto generated API docs"style="border: 1pxsolid#ccc; display: block; margin: 20pxauto;">
85
101
86
102
### Scoped API keys
87
103
88
104
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
-

90
105
106
+
<imgsrc="/img/cms/flotiq-api-keys.png"alt="Flotiq user defined scoped API keys"style="width: 75% ;border: 1pxsolid#ccc; display: block; margin: 20pxauto;">
91
107
92
108
### Powerful search API
93
109
94
110
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.
95
111
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.
0 commit comments