This Stelace starter kit is free to use, under the terms of the MIT license. Feel free to fork, contribute or just make it your own :heart:.
This Web Platform starter kit with pre-configured serverless deployment leverages Stelace Search and Automation APIs to run a real-time platform full of super heroes operating in NYC.
Free your mind and imagine how many cool things you could build on your own with Stelace API… From online marketplaces to real-time platforms.
A more classical marketplace starter kit is also available with additional marketplace features such as Ratings, real-time Messaging, Asset pages and Transactions.
What is Stelace?
Stelace provides search, inventory and user management infrastructure and APIs for Web platforms, ranging from search-intensive marketplaces to online community apps.
Stelace offers powerful backend and APIs including advanced search, automation, and content delivery, to let you focus on what makes your platform unique.
Leverage these integrations to start running your platform even faster:
Serverless JAMStack architecture:
Node.js >= 10.18 is used for tooling.
You first need to get your Stelace API keys. Good news: it’s free.
git clone https://github.com/stelace/heroes-platform-demo.git
cd heroes-platform-demo
# using yarn instead of npm is recommended
yarn
If you don’t have yarn installed, you can follow these instructions.
You can copy .env.example
and fill it with Stelace API keys.
cp .env.example .env.development
# You may want to use live Stelace API keys in this file
cp .env.example .env.production
You need to fill the following environment variables:
https://api.maptiler.com/maps/YOUR_MAP_STYLE_ID/style.json?key=MAPTILER_KEY
.You can get your API Keys in Stelace Dashboard.
yarn seed
yarn dev
# same as quasar dev
Please refer to Quasar docs for more details about configuration and info on components.
Enjoy your platform :)
Please refer to deployment docs section for more details.
Create you own account for free to build your own platform and use official Stelace dashboard, enabling your team to access real-time stats, settings, live design and content editing with translation tools, asset and user management and much more.