https://github.com/malcodeman/funnels
Free JSON funnel builder.
https://github.com/malcodeman/funnels
funnels
Last synced: 6 months ago
JSON representation
Free JSON funnel builder.
- Host: GitHub
- URL: https://github.com/malcodeman/funnels
- Owner: malcodeman
- License: mit
- Created: 2024-10-10T09:19:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T12:54:44.000Z (8 months ago)
- Last Synced: 2025-04-21T13:47:38.263Z (8 months ago)
- Topics: funnels
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# funnels
[](https://github.com/prettier/prettier)
[](https://github.com/malcodeman/funnels/blob/master/LICENSE)
Free JSON funnel builder.

## Getting started
```
git clone https://github.com/malcodeman/funnels.git
cd funnels
yarn install
yarn dev
```
## Testing
```
"e2e:ci": "playwright test",
"e2e:ui": "playwright test --ui"
```
## Todos
- Make funnel name editable
- Add remove page button
- Add remove block button
- Add support for youtube links
- Add support for more properties for all the blocks
## Project structure
- `src/lib` - Used for constants and utility functions
- `src/hooks` - Used for reusable react hooks
- `src/components` - Used for reusable components
## License
[MIT](./LICENSE)