PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Tails Beta Release

tnylea

Dec 21st, 2020 04:47 PM

🎁 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.

Report
2
mrdev

Dec 31st, 2020 09:18 AM

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.

mrdev

Dec 31st, 2020 09:18 AM

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.

bobbyiliev

Jan 2nd, 2021 12:51 AM

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.

mrdev

Jan 3rd, 2021 08:42 PM

That would be awesome. For me the main thing is getting the data and rendering the json data received in an teble.

mrdev

Jan 3rd, 2021 08:42 PM

That would be awesome. For me the main thing is getting the data and rendering the json data received in an teble.

bobbyiliev

Jan 9th, 2021 12:39 PM

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

mrdev

Jan 10th, 2021 06:30 AM

Cheers Bobby