SuyashSonawane / instant-apps

Your search box is now an app store! πŸŽ‰

Home Page:https://sandbox.felvin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Felvin Search

Discord GitHub issues by-label

Your search box is now an app store! πŸŽ‰ - Felvin

currency instant app json formatter instant app
dictionary instant app timer instant app

How to use?

felvin.com

What are instant apps?

Instant apps are the small interactive cards which you get for your search queries.

We can build instant apps for all kinds of use cases like dictionary, checking football scores, stock prices or notes from your notion or even search history from company slack or anything!

Try them out live - felvin.com

Contributing

There are many ways in which you can contribute to the project

How to create a new app?

Anyone can create an instant app! Felvin Search is a platform - create apps for yourself, as well as others.

  • Fork the repository
  • Run ./utils/create_sample_app.sh.
  • Update your new app, commit and send a pull request!

Checkout our CONTRIBUTING guide for more details.

Anatomy of Instant App

A instant app is a Javascript object with following schema:

  • name
  • description
  • queryToData: A function which takes a search query and converts into any data which could be displayed.
  • Component: The React component of the app. The data from queryToData is passed as a prop.

Read more about the architecture.

Available Apps

See src/apps/.

Community

  • Discord chatroom - Join us on Discord to engage.
  • Give us a star ⭐️ - if you appreciate what we are doing, we would love a star on GitHub ❀️

About

Your search box is now an app store! πŸŽ‰

https://sandbox.felvin.com/


Languages

Language:TypeScript 60.7%Language:JavaScript 35.7%Language:HTML 3.4%Language:Shell 0.3%