Skip to content

andchir/api2app-frontend

Repository files navigation

api2app-frontend

Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.

Screenshot #1
Screenshot #2
Screenshot #3

Features

  • Quickly create a graphical web interface without programming
  • Possibility of accepting payments for using applications
  • API testing
  • Application catalog
  • Ability to customize privacy settings for applications
  • Creation of mini-apps and chatbots for VK and Telegram
  • Creating and editing custom database tables with API for creating applications
  • AI assistant for creating apps based on text descriptions
  • Streaming support for AI model APIs
  • WebSocket protocol support for applications
  • Ability to set daily usage limits for apps

Run in development mode:

npm start

Build for production:

./node_modules/.bin/ng build api2app-frontend --configuration=production
./node_modules/.bin/ng build miniapp --configuration=production

https://angular.io/guide/i18n-common-deploy

Extract localization:

npm run extract-i18n
npx tailwindcss -i ./src/styles.css -o public/assets/css/styles.css

License

MIT

About

Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.

Resources

License

Stars

69 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors