Cookie is a Jekyll and Tailwind CSS based static website that makes the whole process of creating and launching landing websites extremely easy. With its responsive and mobile friendly pages, integrated blog, additional pages and Soopr integration, you can focus on building your product than landing website.
You can see demo app deployed here
Jekyll is a static website generator - what it means is that in production, your site will be faster because it has been converted into HTML pages while deployment. Another reason is that by separating your landing website from your app website, your app servers get comparatively free and can boost performance for your regular customers.
Cookie uses Tailwind 2.0 which is a good improvement over Tailwind 1.0. Update: Now Cookie uses Tailwind 3.0
cd cookie
bin/bootstrap
bin/start
- development server will start at http://127.0.0.1:4061
_pages
directory. You can add more pages too - you will be able to directly link to them using filename. Don't forget to change Terms & Privacy Policy._posts
directory. It's a regular Jekyll blog, and Tailwind Typography for better blog formating and code syntax highlighting is already included._config.yml
in root directory, and add relevant details. Many of them are used for SEO purposes.custom-head.html
present in _includes
directory. You can use RealFaviconGenerator.assets/img
directory.publish_token
in _config.yml
file - with this, each page gets short URL, like button and auto generated share image for social media.Website can be easily deployed on all the cloud providers (AWS etc.), and on static website hosting services like Netlify & Vercel. You can also use this button to do one click deploy
Bug reports and pull requests are welcome on GitHub at https://github.com/abhinavs/cookie.
Cookie uses landing page provided by Tailwind Starter Kit - thanks for providing an amazing landing page under MIT License. Initial code was also inspired by Jekyll TailwindUI
This project is available as open source under the terms of the MIT License.
If you like Cookie, do check out my other projects
✨⚡You can read more about me on my blog or follow me on Twitter - @abhinav