All Projects → oddbit → Tanam

oddbit / Tanam

Licence: apache-2.0
Plug-n-play CMS for websites on Firebase

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Tanam

Quickstart Unity
Firebase Quickstart Samples for Unity
Stars: ✭ 553 (+297.84%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Hify
Social network powered by firebase
Stars: ✭ 115 (-17.27%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+1502.16%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+2280.58%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Laravel Firebase
A Laravel package for the Firebase PHP Admin SDK
Stars: ✭ 369 (+165.47%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Firebase Js Sdk
Firebase Javascript SDK
Stars: ✭ 3,844 (+2665.47%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+1092.09%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (+266.19%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Whatsup
**Deprecated** Real time chat app written in Swift 4 using Firebase and OTP Authentication
Stars: ✭ 39 (-71.94%)
Mutual labels:  firebase, firebase-storage, firebase-authentication
Vue Comment Grid
💬 Responsive Vue.js comment system plugin that built with CSS Grid and Firebase REST API + Authentication. https://tugayyaldiz.github.io/vue-comment-grid
Stars: ✭ 143 (+2.88%)
Mutual labels:  firebase, firebase-authentication
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (-35.25%)
Mutual labels:  firebase, firebase-authentication
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (-20.14%)
Mutual labels:  firebase, firebase-authentication
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (-41.01%)
Mutual labels:  firebase, firebase-authentication
Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (-44.6%)
Mutual labels:  firebase, firebase-storage
Vsfire
Visual Studio Code extension for syntax highlighting, hover help and code completions with Firestore security rules and index definition files
Stars: ✭ 68 (-51.08%)
Mutual labels:  firebase, firebase-storage
Firebaseauth Android
Firebase Authentication code guideline for Android developer
Stars: ✭ 67 (-51.8%)
Mutual labels:  firebase, firebase-authentication
React Native Firebase Chat
React Native chat application using firebase.
Stars: ✭ 113 (-18.71%)
Mutual labels:  firebase, firebase-storage
Rxfirebase
RxJava binding APIs for Firebase.
Stars: ✭ 143 (+2.88%)
Mutual labels:  firebase, firebase-authentication
Firebase Android Sdk
Firebase Android SDK
Stars: ✭ 1,704 (+1125.9%)
Mutual labels:  firebase, firebase-storage
Canner Firebase Cms
🔥 Content management for Firebase Realtime Database with SSR supported with NextJS, for blog, ecommerce, mobile apps and even chatbot! This project is based on Canner CMS
Stars: ✭ 118 (-15.11%)
Mutual labels:  cms, firebase

Tanam 🌱 Plug-n-play CMS for websites on Firebase

License NPM version Total NPM downloads Travis build status

Tanam is a free CMS; both free as in FOSS and as in free ice cream 🍦

Login screen

DISCLAIMER

Tanam is currently in a very early development stage. It is NOT production ready.

Get involved if something isn't working. We are happily receiving pull requests.

Create an issue if you find a bug. But no feature requests please.

Use at your own risk.

Problem statement

Building a website for content creation such as personal blog or even for a business with regular updates can be unnecessary complicated or expensive.

Static websites are increasingly popular for the of performance of serving time. But they are on the other hand relatively difficult to maintain for a non-technical content creators.

Firebase is a suite of services that offers all elements necessary to serve a CMS... and at virtually infinitly high performance.

What is Tanam

Tanam is built and fully powered by Firebase. It transforms your Firebase project to a dynamic content website backed by a CMS that is completely free; both free as in FOSS and as in free ice cream 🍦

Tanam is providing a platform that server side renders your dynamic content and delivers it with static site performance straight out of the box. It's a auto-scaling platform that will work just as well for small personal sites as it will also be able to serve heavy load without breaking a sweat.

The simple way to describe how this is possible is to say that we're using Google's global CDN as our filesystem for statically generated pages. All cached content is immediately replaced as you update it. Since we are pre-building the content, all your URLs will serve instantly as a static website would. Performance only depends on the size of your page.

The word tanam means "to plant" in Indonesian language. It is how we envision Tanam to be: just plant the CMS into Firebase and let it grow and scale by itself. There is no need to manage the resources or configure it for performance.

Does it really cost nothing?

Hosting Tanam can cost you as little as nothing. Firebase has a very generous pricing model with a free tier that is more than enough for most Tanam sites.

You must still put your project into the Blaze plan, since we're using outgoing HTTP requests to pre-heat your website's cache. The good thing about the Blaze plan is that it still won't cost you anything unless you go over the free tier quotas.

Tanam is using fairly little database and cloud function resources since content is only updated on demand, and as the owner of your website you and your team are the only users that create content.

Read more

License

Copyright oddbit

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].