Kontenbase allows you to easily create backend API, auth, and storage in less than 1 minute without coding.
Think of it as a very simple alternative of:
- JSON Placeholder
- Postman
- Strapi
- Firebase
- Supabase
- Express.js
- NestJS
- AdonisJS
- and other API-focused tools
Kontenbase is focused on enabling developers (especially front-end developers) to build back-end API (currently focused on REST API) without having to touch backend code at all. But of course, it's still possible to create a custom backend service too.
Kontenbase let you focus on the frontend and product for your end user.
- Hosted Backend
- Auto Generated API & SDK
- Hosted Database
- Database Migration
- Authentication and Authorization
- Realtime subscriptions
- Storage
- Functions (coming soon)
- Internal Tools (coming soon)
Visit our documentation at docs.kontenbase.com
- GitHub Discussions. Mostly for anything, sharing your works, and help others.
- GitHub Issues on Feedback. Mostly for general feedback for the platform.
- GitHub Issues on Kontenbase. Mostly for bug reports and errors to solve.
- Private Alpha: We are testing Kontenbase with a limited users. You can subscribe and fill our survey via kontenbase.com to be invited.
- Public Alpha: Anyone can sign up without any invite. It might be buggy, so please go easy. :)
- Public Beta: Stable enough to be used by anyone.
- Public: Production ready which you can use for real project and product.
We are currently in Private Alpha. Watch this repo to get notified.
Design your API without coding. Easy!
From Auth, Storage, and Data Migration. Battery Included!
Publish API without Ops! No deployment time. Fast!
Whether React, Vue, Angular, or others. Up to you!
Here are some project examples that might help you to understand how to implement Kontenbase on frontend.
You can find all of them in the /examples
folder in this repo.
- Repo: nextjs-todo
- Live Demo: kontenbase-todo.vercel.app
- Repo: Blog App
- Live Demo: kontenbase-blog.vercel.app
- Repo: Chat App
- Live Demo: kontenbase-chat.vercel.app