With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Automate contact and company data extraction
Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.
Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
Components to generate a flex (spark) form dynamically
Proof of concept project to investigate the potential to generate Flex forms from a dynamic (possibly externalised) source to cut development time building common form functionality.
I've previously used 'control' classes to allow non technical users to configure form validation parameters in an external XML file, however the form & model still required development time.
As an extension of the form class to function more like a SkinnableDataComponent the form items become...
Components to provide common CRUD (+search) functionality
Generic component to simplify the creation of a CRUD based cluster of forms etc with little extra configuration beyond creating the forms.
The CRUDContainer component provides a dynamic menu and a set of views similar to the functionality provided by a manually created set of ButtonBar, ViewStack & NavigatorContent.
The CRUDContainer however is not index based, the container wraps a selection of ActionableContainers, which simply need to be configured with a chosen 'action' and...