Tails Beta Release
🎁 This is the first release of the Tails Beta.
Please use this discussion to post any questions, issues, or recommendations you have about Tails.
Still in the works
Currently, there are a few things that are still in the works, which include:
- Mobile Optimize Tails Interface
- Full Mobile optimize of all blocks
- Ability to Save Designs
- Drag and Drop between blocks
- Advanced Block Configurations
This launch is going to be a version 1.0 when the official version has been released; however, there are so many cool features that we will be adding down the road.
We'll also be adding new Template/Blocks every month. You can signup to get notified when new blocks are released.
Thanks to everyone who is helping to make this the best TailwindCSS Drag'n Drop builder and thank you for your interest.
Oh yeah, if you want to get pumped about about Tails, be sure to check out this official teaser video
Make sure to post in this discussion any first thoughts, insights, or ideas.
Thanks! Talk to y'all soon.
















Hello, I've just signed up but I see your site is missing some things where it says comming soon etc.. it's a cool site. But how often do you add content?
For me it's $19 a month.
When is tails comming? It's now Jan.
Thanks for the response in advance and happy new year.
p.s I'm trying to learn programming. I know the basics it would be good to see a tutorial on adding content from an external api into waves. For example a raw of data received from anywhere.
Hello, I've just signed up but I see your site is missing some things where it says comming soon etc.. it's a cool site. But how often do you add content?
For me it's $19 a month.
When is tails comming? It's now Jan.
Thanks for the response in advance and happy new year.
p.s I'm trying to learn programming. I know the basics it would be good to see a tutorial on adding content from an external api into waves. For example a raw of data received from anywhere.
Hi there @mrdev,
We try to add content to the DevDojo website Daily.
Tails Beta is out at the moment, you can sign up here:
https://devdojo.com/tails/beta
Regarding the API question, what I could suggest is using the Guzzle HTTP client to make the HTTP requests and get the data. Once you make the HTTP request and get the data, you can manipulate it as normal. I might put a short tutorial on how to do that with Laravel.
Hi there,
Here is a quick post on How to consume an external API with Laravel and Guzzle:
https://devdojo.com/bobbyiliev/how-to-consume-an-external-api-with-laravel-and-guzzle
I hepe that this helps!
Regards, Bobby