I am looking for a nice HTML5 template that is eas...
# ask-a-growth-question
j
I am looking for a nice HTML5 template that is easy to maintain and where I can host the documentation of the hyperfocus.ai API and showcase how it works. The background here is that HF does content tagging, keywords, sentiment, etc already very similar to what OpenAI with GPT3 does, imho even better since it’s trained on financial text and also has a constant improvement loop from the finclout front-end. Maybe it would be the right time to ride this wave and sell this a a product instead of only using it as a background engine for finclout.io Any recommendations?
t
Hi, This our website builder, it has many nice templates. Please have a look 😄 https://webneeder.com/en/templates
j
Is there a template for APIs and integration with Python?
j
Hi @Jan Daniel Semrau - would this help? https://www.apimatic.io/
l
Hi J. It sounds like you're wanting to present your API to the public. You will probably end up hosting something you generate yourself, but FYI, servers can auto-generate API doco like the below if they implement swagger in to the server side. It auto-generates the below and providers a URL in to it;
An obvious example of a company who have spent a lot of resources presenting their API would be facebook; https://developers.facebook.com/docs/graph-api/get-started This is no doubt partially generated but also with hand-crafted details.
And lastly, heres an OK article introducing some other options. Best of luck! https://blog.readme.com/the-best-rest-api-template/ I should note; scroll to the bottom for a link to ReadMe templates. I am not affiliated with them and can't vouch for them, but might be worth a look.